UNPKG

@railzai/railz-visualizations

Version:
165 lines (157 loc) 8.87 kB
/*! * Accounting Data as a Service™ is the solution that makes sense of your business customers' financial data. * Built with Stencil * Copyright (c) FIS. */ 'use strict'; // Accounting Data as a Service™ Visualization Service Providers exports.RVSandboxProviders = void 0; (function (RVSandboxProviders) { RVSandboxProviders["SANDBOX"] = "sandbox"; })(exports.RVSandboxProviders || (exports.RVSandboxProviders = {})); exports.RVBankingProviders = void 0; (function (RVBankingProviders) { RVBankingProviders["PLAID"] = "plaid"; })(exports.RVBankingProviders || (exports.RVBankingProviders = {})); exports.RVAccountingProviders = void 0; (function (RVAccountingProviders) { RVAccountingProviders["DYNAMICS_BUSINESS_CENTRAL"] = "dynamicsBusinessCentral"; RVAccountingProviders["FRESHBOOKS"] = "freshbooks"; RVAccountingProviders["QUICKBOOKS"] = "quickbooks"; RVAccountingProviders["QUICKBOOKS_DESKTOP"] = "quickbooksDesktop"; RVAccountingProviders["ORACLE_NETSUITE"] = "oracleNetsuite"; RVAccountingProviders["SAGE_BUSINESS_CLOUD"] = "sageBusinessCloud"; RVAccountingProviders["SAGE_INTACCT"] = "sageIntacct"; RVAccountingProviders["XERO"] = "xero"; RVAccountingProviders["WAVE"] = "wave"; })(exports.RVAccountingProviders || (exports.RVAccountingProviders = {})); exports.RVCommerceProviders = void 0; (function (RVCommerceProviders) { RVCommerceProviders["SQUARE"] = "square"; RVCommerceProviders["SHOPIFY"] = "shopify"; })(exports.RVCommerceProviders || (exports.RVCommerceProviders = {})); const RVAllProviders = Object.assign(Object.assign(Object.assign(Object.assign({}, exports.RVAccountingProviders), exports.RVBankingProviders), exports.RVCommerceProviders), exports.RVSandboxProviders); exports.RVReportTypes = void 0; (function (RVReportTypes) { RVReportTypes["BALANCE_SHEET"] = "balanceSheets"; RVReportTypes["BANK_ACCOUNT"] = "bankAccounts"; RVReportTypes["BILLS"] = "bills"; RVReportTypes["CASHFLOW_STATEMENTS"] = "cashflowStatements"; RVReportTypes["CREDIT_SCORE"] = "creditScore"; RVReportTypes["EXPENSES"] = "expenses"; RVReportTypes["FINANCIAL_RATIO"] = "financialRatios"; RVReportTypes["INCOME_STATEMENTS"] = "incomeStatements"; RVReportTypes["INVOICES"] = "invoices"; RVReportTypes["REVENUE"] = "revenue"; RVReportTypes["BANK_RECONCILIATION"] = "bankReconciliation"; RVReportTypes["BUSINESS_VALUATIONS"] = "businessValuations"; RVReportTypes["TAX_BENCHMARKING"] = "taxBenchmarking"; RVReportTypes["FINANCIAL_FORECASTS"] = "financialForecasts"; })(exports.RVReportTypes || (exports.RVReportTypes = {})); exports.RVCreditScoreTypes = void 0; (function (RVCreditScoreTypes) { RVCreditScoreTypes["VERY_POOR"] = "Very Poor"; RVCreditScoreTypes["POOR"] = "Poor"; RVCreditScoreTypes["FAIR"] = "Fair"; RVCreditScoreTypes["GOOD"] = "Good"; RVCreditScoreTypes["VERY_GOOD"] = "Very Good"; RVCreditScoreTypes["EXCELLENT"] = "Excellent"; })(exports.RVCreditScoreTypes || (exports.RVCreditScoreTypes = {})); const RVReportTypesUrlMapping = { [exports.RVReportTypes.BALANCE_SHEET]: '/v2/visualizations/balanceSheets', [exports.RVReportTypes.BANK_ACCOUNT]: '/v2/visualizations/bankAccounts', [exports.RVReportTypes.BILLS]: '/v2/visualizations/bills', [exports.RVReportTypes.CASHFLOW_STATEMENTS]: '/v2/visualizations/cashflowStatements', [exports.RVReportTypes.CREDIT_SCORE]: '/v2/visualizations/railzScore', [exports.RVReportTypes.EXPENSES]: '/v2/visualizations/expenses', [exports.RVReportTypes.FINANCIAL_RATIO]: '/v2/visualizations/financialRatios', [exports.RVReportTypes.INCOME_STATEMENTS]: '/v2/visualizations/incomeStatements', [exports.RVReportTypes.INVOICES]: '/v2/visualizations/invoices', [exports.RVReportTypes.REVENUE]: '/v2/visualizations/revenue', [exports.RVReportTypes.BANK_RECONCILIATION]: '/v2/visualizations/bankReconciliation', [exports.RVReportTypes.BUSINESS_VALUATIONS]: '/v2/visualizations/businessValuations', [exports.RVReportTypes.TAX_BENCHMARKING]: '/v2/visualizations/taxBenchmarking', [exports.RVReportTypes.FINANCIAL_FORECASTS]: '/v2/visualizations/financialForecasts', }; exports.RVReportFrequency = void 0; (function (RVReportFrequency) { RVReportFrequency["MONTH"] = "month"; RVReportFrequency["QUARTER"] = "quarter"; RVReportFrequency["YEAR"] = "year"; })(exports.RVReportFrequency || (exports.RVReportFrequency = {})); exports.RVParams = void 0; (function (RVParams) { RVParams["START_DATE"] = "startDate"; RVParams["END_DATE"] = "endDate"; RVParams["REPORT_FREQUENCY"] = "reportFrequency"; RVParams["BUSINESS_NAME"] = "businessName"; RVParams["SERVICE_NAME"] = "serviceName"; RVParams["CONNECTION_UUID"] = "connectionUuid"; RVParams["REPORT_TYPE"] = "reportType"; })(exports.RVParams || (exports.RVParams = {})); exports.RVAccountingMethod = void 0; (function (RVAccountingMethod) { RVAccountingMethod["ACCRUALS"] = "accruals"; RVAccountingMethod["CASH"] = "cash"; })(exports.RVAccountingMethod || (exports.RVAccountingMethod = {})); exports.FinancialRatio = void 0; (function (FinancialRatio) { FinancialRatio["QUICK_RATIO"] = "quickRatio"; FinancialRatio["CURRENT_RATIO"] = "currentRatio"; FinancialRatio["GROSS_MARGIN"] = "grossMargin"; FinancialRatio["NET_PROFIT_MARGIN"] = "netProfitMargin"; FinancialRatio["INTEREST_BANK_LOAN"] = "interestBankLoan"; FinancialRatio["EBITDA"] = "ebitda"; FinancialRatio["RETURN_ON_ASSETS"] = "returnOnAssets"; FinancialRatio["SHORT_DEBT_TO_EQUITY_RATIO"] = "shortDebtToEquityRatio"; FinancialRatio["DEBT_TO_EQUITY_RATIO"] = "debtToEquityRatio"; FinancialRatio["CASH_RATIO"] = "cashRatio"; FinancialRatio["DEBT_TO_ASSETS_RATIO"] = "debtToAssetsRatio"; FinancialRatio["DEBT_TO_SERVICE_COVERAGE_RATIO"] = "debtServiceCoverageRatio"; FinancialRatio["INTEREST_COVERAGE_RATIO"] = "interestCoverageRatio"; FinancialRatio["LEVERAGE_RATIO"] = "leverageRatio"; FinancialRatio["ABSOLUTE_LIQUIDITY"] = "absoluteLiquidity"; FinancialRatio["EBITDA_MARGIN"] = "ebitdaMargin"; FinancialRatio["WORKING_CAPITAL"] = "workingCapital"; FinancialRatio["FREE_CASHFLOW"] = "freeCashFlow"; FinancialRatio["EQUITY_TO_LT_ASSETS"] = "equityToLTAssets"; FinancialRatio["OPERATING_MARGIN"] = "operatingMargin"; FinancialRatio["RETURN_ON_EQUITY"] = "returnOnEquity"; FinancialRatio["FREE_CASHFLOW_RATIO"] = "freeCashflowRatio"; FinancialRatio["GROSS_BURN_RATE"] = "grossBurnRate"; FinancialRatio["GROSS_BURN"] = "grossBurn"; FinancialRatio["RUNWAY"] = "runway"; FinancialRatio["REVENUE_CONCENTRATION_INDEX"] = "revenueConcentrationIndex"; FinancialRatio["DAYS_SALES_RECEIVABLES_INDEX"] = "daysSalesReceivablesIndex"; FinancialRatio["GROSS_MARGIN_INDEX"] = "grossMarginIndex"; FinancialRatio["MONTHLY_RECURRING_REVENUE"] = "monthlyRecurringRevenue"; FinancialRatio["MONTHLY_RECURRING_REVENUE_RATE"] = "monthlyRecurringRevenueRate"; FinancialRatio["ANNUAL_RECURRING_REVENUE"] = "annualRecurringRevenue"; FinancialRatio["ANNUAL_RECURRING_REVENUE_RATE"] = "annualRecurringRevenueRate"; FinancialRatio["ASSET_QUALITY_INDEX"] = "assetQualityIndex"; FinancialRatio["SALES_MARGIN_INDEX"] = "salesGrowthIndex"; FinancialRatio["DEPRECIATION_INDEX"] = "depreciationIndex"; FinancialRatio["SGA_EXPENSES_INDEX"] = "sgaExpensesIndex"; FinancialRatio["LEVERAGE_INDEX"] = "leverageIndex"; FinancialRatio["TOTAL_ACCRUALS_TOTAL_ASSETS"] = "totalAccrualsTotalAssets"; FinancialRatio["ASSET_TURNOVER_RATIO"] = "assetTurnoverRatio"; FinancialRatio["AVERAGE_COLLECTION_PERIOD"] = "averageCollectionPeriod"; FinancialRatio["PAYABLES_CONVERSION_PERIOD"] = "payablesConversionPeriod"; FinancialRatio["AVERAGE_OUTSTANDING_RECEIVABLES_BALANCE"] = "averageOutstandingReceivablesBalance"; FinancialRatio["AVERAGE_OUTSTANDING_PAYABLES_BALANCE"] = "averageOutstandingPayablesBalance"; FinancialRatio["ACCOUNTS_RECEIVABLE_TURNOVER_RATIO"] = "accountsReceivableTurnoverRatio"; FinancialRatio["ACCOUNTS_PAYABLE_TURNOVER_RATIO"] = "accountsPayableTurnoverRatio"; FinancialRatio["DAYS_PAYABLE_OUTSTANDING"] = "daysPayableOutstanding"; FinancialRatio["DAYS_SALES_OUTSTANDING"] = "daysSalesOutstanding"; FinancialRatio["INVENTORY_TURNOVER_RATIO"] = "inventoryTurnoverRatio"; FinancialRatio["CHURN_RATE"] = "churnRate"; FinancialRatio["DISTANCE_TO_DEFAULT"] = "distanceToDefault"; FinancialRatio["PROBABILITY_OF_DEFAULT"] = "probabilityOfDefault"; FinancialRatio["LIQUIDATION_VALUE"] = "liquidationValue"; FinancialRatio["RECEIVABLES_TURNOVER_RATIO"] = "receivablesTurnoverRatio"; FinancialRatio["ENTERPRISE_VALUE"] = "enterpriseValue"; FinancialRatio["DEBT_TO_ENTERPRISE_VALUE"] = "debtToEnterpriseValue"; })(exports.FinancialRatio || (exports.FinancialRatio = {})); exports.RVAllProviders = RVAllProviders; exports.RVReportTypesUrlMapping = RVReportTypesUrlMapping; //# sourceMappingURL=financial-ratios-8bba8608.js.map