UNPKG

@railzai/railz-visualizations

Version:
421 lines (419 loc) 40.6 kB
/*! * Accounting Data as a Service™ is the solution that makes sense of your business customers' financial data. * Built with Stencil * Copyright (c) FIS. */ const RV_FINANCIAL_RATIO_QUICK_RATIO = "Quick Ratio"; const RV_FINANCIAL_RATIO_CURRENT_RATIO = "Current Ratio"; const RV_FINANCIAL_RATIO_GROSS_MARGIN = "Gross Margin"; const RV_FINANCIAL_RATIO_NET_PROFIT_MARGIN = "Net Profit Margin"; const RV_FINANCIAL_RATIO_INTEREST_BANK_LOAN = "Interest Bank Loan"; const RV_FINANCIAL_RATIO_EBITDA = "Ebitda"; const RV_FINANCIAL_RATIO_RETURN_ON_ASSETS = "Return On Assets"; const RV_FINANCIAL_RATIO_SHORT_DEBT_TO_EQUITY_RATIO = "Short Debt To Equity Ratio"; const RV_FINANCIAL_RATIO_DEBT_TO_EQUITY_RATIO = "Debt To Equity Ratio"; const RV_FINANCIAL_RATIO_CASH_RATIO = "Cash Ratio"; const RV_FINANCIAL_RATIO_DEBT_TO_ASSETS_RATIO = "Debt To Assets Ratio"; const RV_FINANCIAL_RATIO_DEBT_TO_SERVICE_COVERAGE_RATIO = "Debt To Service Coverage Ratio"; const RV_FINANCIAL_RATIO_INTEREST_COVERAGE_RATIO = "Interest Coverage Ratio"; const RV_FINANCIAL_RATIO_LEVERAGE_RATIO = "Leverage Ratio"; const RV_FINANCIAL_RATIO_ABSOLUTE_LIQUIDITY = "Absolute Liquidity"; const RV_FINANCIAL_RATIO_EBITDA_MARGIN = "Ebitda Margin"; const RV_FINANCIAL_RATIO_WORKING_CAPITAL = "Working Capital"; const RV_FINANCIAL_RATIO_FREE_CASHFLOW = "Free Cashflow"; const RV_FINANCIAL_RATIO_EQUITY_TO_LT_ASSETS = "Equity To Long-Term Assets"; const RV_FINANCIAL_RATIO_OPERATING_MARGIN = "Operating Margin"; const RV_FINANCIAL_RATIO_RETURN_ON_EQUITY = "Return On Equity"; const RV_FINANCIAL_RATIO_FREE_CASHFLOW_RATIO = "Free Cashflow Ratio"; const RV_FINANCIAL_RATIO_GROSS_BURN_RATE = "Gross Burn Rate"; const RV_FINANCIAL_RATIO_GROSS_BURN = "Gross Burn"; const RV_FINANCIAL_RATIO_RUNWAY = "Runway"; const RV_FINANCIAL_RATIO_REVENUE_CONCENTRATION_INDEX = "Revenue Concentration Index"; const RV_FINANCIAL_RATIO_DAYS_SALES_RECEIVABLES_INDEX = "Days’ Sales in Receivables Index"; const RV_FINANCIAL_RATIO_GROSS_MARGIN_INDEX = "Gross Margin Index"; const RV_FINANCIAL_RATIO_ASSET_QUALITY_INDEX = "Asset Quality Index"; const RV_FINANCIAL_RATIO_SALES_MARGIN_INDEX = "Sales Growth Index"; const RV_FINANCIAL_RATIO_DEPRECIATION_INDEX = "Depreciation Index"; const RV_FINANCIAL_RATIO_SGA_EXPENSES_INDEX = "Sales, General, and Administrative Expenses Index"; const RV_FINANCIAL_RATIO_LEVERAGE_INDEX = "Leverage Index"; const RV_FINANCIAL_RATIO_TOTAL_ACCRUALS_TOTAL_ASSETS = "Total Accruals to Total Assets"; const RV_FINANCIAL_RATIO_ASSET_TURNOVER_RATIO = "Asset Turnover Ratio"; const RV_FINANCIAL_RATIO_AVERAGE_COLLECTION_PERIOD = "Average Collection Period"; const RV_FINANCIAL_RATIO_PAYABLES_CONVERSION_PERIOD = "Payables Conversion Period"; const RV_FINANCIAL_RATIO_AVERAGE_OUTSTANDING_RECEIVABLES_BALANCE = "Average Outstanding Receivables Balance"; const RV_FINANCIAL_RATIO_AVERAGE_OUTSTANDING_PAYABLES_BALANCE = "Average Outstanding Payables Balance"; const RV_FINANCIAL_RATIO_ACCOUNTS_RECEIVABLE_TURNOVER_RATIO = "Accounts Receivable Turnover Ratio"; const RV_FINANCIAL_RATIO_ACCOUNTS_PAYABLE_TURNOVER_RATIO = "Accounts Payable Turnover Ratio"; const RV_FINANCIAL_RATIO_DAYS_PAYABLE_OUTSTANDING = "Days Payable Outstanding"; const RV_FINANCIAL_RATIO_DAYS_SALES_OUTSTANDING = "Days Sales Outstanding"; const RV_FINANCIAL_RATIO_INVENTORY_TURNOVER_RATIO = "Inventory Turnover Ratio"; const RV_FINANCIAL_RATIO_CHURN_RATE = "Churn Rate"; const RV_FINANCIAL_RATIO_DISTANCE_TO_DEFAULT = "Distance To Default"; const RV_FINANCIAL_RATIO_PROBABILITY_OF_DEFAULT = "Probability Of Default"; const RV_FINANCIAL_RATIO_RECEIVABLES_TURNOVER_RATIO = "Receivables Turnover Ratio"; const RV_FINANCIAL_RATIO_DEBT_TO_ENTERPRISE_VALUE = "Debt To Enterprise Value"; const RV_FINANCIAL_RATIO_ENTERPRISE_VALUE = "Enterprise Value"; const RV_FINANCIAL_RATIO_LIQUIDATION_VALUE = "Liquidation Value"; const RV_FINANCIAL_RATIO_CREDIT = "Credit"; const RV_FINANCIAL_RATIO_TYPE_CREDIT = "Credit"; const RV_FINANCIAL_RATIO_TYPE_EFFICIENCY = "Efficiency"; const RV_FINANCIAL_RATIO_TYPE_LEVERAGE = "Leverage"; const RV_FINANCIAL_RATIO_TYPE_LIQUIDITY = "Liquidity"; const RV_FINANCIAL_RATIO_TYPE_MARKET = "Market"; const RV_FINANCIAL_RATIO_TYPE_PROFITABILITY = "Profitability"; const RV_FINANCIAL_RATIO_TYPE_RELIABILITY = "Reliability"; const RV_BANK_RECONCILIATION_ACCURACY_SCORE_TRANSACTIONS = "Reconciled transactions"; const RV_BANK_RECONCILIATION_ACCURACY_SCORE = "Accuracy Score"; const RV_BANK_RECONCILIATION_MATCHED_INSIGHTS = "Matched Insights"; const RV_BANK_RECONCILIATION_MATCHED_INSIGHTS_SUBHEADING = "Transactions Matched"; const RV_BANK_RECONCILIATION_MATCHED_INSIGHTS_ACCOUNTING_BALANCE = "Accounting Balance"; const RV_BANK_RECONCILIATION_MATCHED_INSIGHTS_BANK_BALANCE = "Bank Balance"; const RV_BANK_RECONCILIATION_MATCHED_INSIGHTS_CALCULATION = "Difference"; const RV_BANK_RECONCILIATION_MATCHED_INSIGHTS_OF = "of"; const RV_BUSINESS_VALUATIONS = "Business Valuations"; const RV_BUSINESS_VALUATIONS_LIQUIDATION_VALUE = "Liquidation Value"; const RV_BUSINESS_VALUATIONS_DISCOUNTED_CASH_FLOW = "Discounted Cash Flow"; const RV_BUSINESS_VALUATIONS_MULTIPLE_TO_REVENUE = "Multiple to Revenue"; const RV_BUSINESS_VALUATIONS_FIRST_CHICAGO = "First Chicago"; const RV_TAX_BENCHMARKING = "Tax Benchmarking"; const RV_NOT_ABLE_TO_PARSE_REPORT_DATA = "Not able to parse report data. "; const RV_END_DATE_BEFORE_START_DATE = "'endDate' should be greater than 'startDate'."; const RV_DATE_REQUIRED = "'startDate' and 'endDate' required."; const RV_CONFIGURATION_NOT_PRESENT = "\"configuration\" not present."; const RV_FILTER_NOT_PRESENT = "\"filter\" not present."; const RV_TOKEN_NOT_PRESENT = "\"token\" not present."; const RV_ERROR_PARSING_CONFIGURATION = "Error while parsing configuration."; const RV_ERROR_PARSING_OPTIONS = "Error while parsing options."; const RV_ERROR_PARSING_DATA = "Error while parsing data."; const RV_ERROR_PARSING_CONTENT = "Error while parsing content."; const RV_PAID = "Paid"; const RV_OVERDUE = "Overdue"; const RV_TOTAL_UNPAID = "Total Unpaid"; const RV_EQUITY = "Equity"; const RV_ASSETS = "Assets"; const RV_LIABILITIES = "Liabilities"; const RV_CURRENT_ASSETS = "Current Assets"; const RV_CURRENT_LIABILITIES = "Current Liabilities"; const RV_NON_CURRENT_ASSETS = "Non-Current Assets"; const RV_NON_CURRENT_LIABILITIES = "Non-Current Liabilities"; const RV_COST_OF_GOODS_SOLD = "Cost of Goods Sold"; const RV_NET_INCOME = "Net Income"; const RV_OPERATING_EXPENSES = "Operating Expenses"; const RV_OPERATING_INCOME = "Operating Income"; const RV_OTHER_EXPENSES = "Other Expenses"; const RV_OTHER_INCOME = "Other Income"; const RV_FINANCING_ACTIVITIES = "Financing Activities"; const RV_INVESTING_ACTIVITIES = "Investing Activities"; const RV_NET_CASH = "Net Cash"; const RV_OPERATING_ACTIVITIES = "Operating Activities"; const RV_LOADING_REPORT = "Data is loading"; const RV_NOT_ABLE_TO_RETRIEVE_REPORT_DATA = "Not able to retrieve report data."; const RV_ERROR_202_TITLE = "No data found! A data synchronization for this report is currently in progress. Please wait a bit and try again later."; const RV_ERROR_204_TITLE = "No data found"; const DASHBOARD_FINANCIAL_SUMMARY_CHART_ERROR_ASP_NOT_SUPPORTED = "The data type is not supported for the connected service provider."; const RV_ERROR_422_TITLE = "Connect to both accounting and banking services to view data"; const RV_ERROR_500_TITLE = "Oops, something went wrong"; const RV_ACCESSIBILITY_FAILED_AA_AAA = "Colours selected have insufficient contrast, as per AA, AAA standards"; const RV_ACCESSIBILITY_FAILED_AAA = "Colours selected have insufficient contrast, as per AAA standards"; const RV_ACCESSIBILITY_CHECK_FAILED = "Could not verify color accessibility"; const RV_ACCESSIBILITY_CONTAINER_TITLE = "Title check"; const RV_ACCESSIBILITY_CHART_LABEL = "Chart labels check"; const RV_ACCESSIBILITY_CHART_LEGEND = "Chart legend check"; const RV_ACCESSIBILITY_CHART_ERROR_INDICATOR = "Error indicator check"; const RV_ACCESSIBILITY_CHART_LOADING_INDICATOR = "Loading indicator check"; const RV_ERROR_START_DATE = "Unable to parse Start date, ensure they are in a right date format (yyyy-MM-dd)"; const RV_ERROR_END_DATE = "Unable to parse End date, ensure they are in a right date format (yyyy-MM-dd)"; const RV_DATE_DIFF_ERROR = "Unable to parse Start or End date, ensure they are in a right date format(yyyy-MM-dd)"; const RV_ERROR_INVALID_BUSINESS_IDENTIFICATION = "Invalid business identification"; const RV_ERROR_NO_SERVICE_NAME = "No serviceName sent"; const RV_ERROR_INVALID_REPORT_FREQUENCY = "Invalid Report Frequency"; const RV_ERROR_INVALID_ACCOUNTING_METHOD = "Invalid Accounting Method"; const RV_ERROR_INVALID_REPORT_TYPE = "Invalid Report Type"; const RV_ERROR_INVALID_SERVICE_NAME = "Invalid Service Name"; const RV_FINANCIAL_RATIO_TOOLTIP_PROBABILITY_OF_DEFAULT = "Probability of default (PD) is the likelihood that a business will fail to pay back a debt over a specified period, usually one year. It can be applied to a variety of different risk management or credit analysis scenarios."; const RV_FINANCIAL_RATIO_TOOLTIP_DISTANCE_TO_DEFAULT = "Distance to default determines the level of default risk. This key ratio compares the business' net worth to its volatility."; const RV_FINANCIAL_RATIO_TOOLTIP_LIQUIDATION_VALUE = "Liquidation value refers to the worth of a business when the assets of the business are sold. In other words, liquidation value refers to the estimated amounted of money received when its assets are sold and its debts paid. This value is often stated on a per share basis."; const RV_FINANCIAL_RATIO_TOOLTIP_AVERAGE_COLLECTION_PERIOD = "Average collection period is the amount of time it takes for a business to receive payments owed by its customers in terms of accounts receivable (AR). Businesses use the average collection period to make sure they have enough cash on hand to meet their financial obligations."; const RV_FINANCIAL_RATIO_TOOLTIP_GROSS_BURN_RATE = "Gross burn rate is a business' operating expenses. It is calculated by summing all its operating expenses such as rent, salaries, and other overhead, and is often measured on a monthly basis. It also provides insight into a businesses cost drivers and efficiency, regardless of revenue."; const RV_FINANCIAL_RATIO_TOOLTIP_RECEIVABLES_TURNOVER_RATIO = "The receivables turnover ratio is used to measure how effective a business is in extending credit as well as collecting debts. The receivables turnover ratio is an activity ratio, measuring how efficiently a firm uses its assets."; const RV_FINANCIAL_RATIO_TOOLTIP_PAYABLES_CONVERSION_PERIOD = "The payables conversion cycle is a metric that expresses the time (measured in days) it takes for a business to convert its investments in inventory and other resources into cash flows from sales. It is used to measure how long each net input dollar is tied up in the production and sales process before it gets converted into cash received."; const RV_FINANCIAL_RATIO_TOOLTIP_DEBT_TO_EQUITY_RATIO = "The debt to equity (D/E) ratio is used to indicate the relative proportion of shareholders' equity and debt used to finance a business' assets. It is calculated by dividing a business’s total liabilities by its shareholder equity. "; const RV_FINANCIAL_RATIO_TOOLTIP_INTEREST_COVERAGE_RATIO = "The interest coverage ratio is a debt and profitability ratio used to determine how easily a business can pay interest on its outstanding debt. It may be calculated as either EBIT or EBITDA divided by the total interest expense."; const RV_FINANCIAL_RATIO_TOOLTIP_INTEREST_BANK_LOAN = "Interest charges to bank loans is an amount of money loaned at interest by a bank to a borrower, usually on collateral security, for a certain period of time."; const RV_FINANCIAL_RATIO_TOOLTIP_LEVERAGE_INDEX = "The leverage index is a ratio that measures the proportion of a business' debt compared to its equity that is used to make money and produce income. It is a gauge used to determine how good or bad a business is utilizing its debts."; const RV_FINANCIAL_RATIO_TOOLTIP_CURRENT_RATIO = "The current ratio measures a business' ability to pay short-term obligations or those due within one year."; const RV_FINANCIAL_RATIO_TOOLTIP_GROSS_BURN = "Gross burn is a calculation of outgoing cash, combining all of your monthly expenses as found on your income statement to determine your burn rate."; const RV_FINANCIAL_RATIO_TOOLTIP_FREE_CASHFLOW = "The free cash flow ratio is used to calculate the how much more cash a business generates than it uses to run and expand the business by subtracting the capital expenditures from the operating cash flow. It is the excess money a business produces after it pays all of its operating expenses and CAPEX. "; const RV_FINANCIAL_RATIO_TOOLTIP_ENTERPRISE_VALUE = "Enterprise value (EV) is a measure of a business' total value. EV includes in its calculation the market capitalization of a business, short-term and long-term debt, as well as any cash on the business' balance sheet. Enterprise value is a popular metric used to value a business for a potential takeover."; const RV_FINANCIAL_RATIO_TOOLTIP_RETURN_ON_ASSETS = "Return on assets is used to measure the profitability of a business in relation to its total assets. This ratio indicates how well or poorly a business is performing by comparing the profit (net income) it’s generating to the capital it’s invested in assets. The higher the return, the more productive and efficient management is in utilizing economic resources."; const RV_FINANCIAL_RATIO_TOOLTIP_EBITDA_MARGIN = "The EBITDA margin is a measure of a business' operating profit as a percentage of its revenue, which allows for a comparison of one business' real performance to others in its industry."; const RV_FINANCIAL_RATIO_TOOLTIP_WORKING_CAPITAL = "Working capital assesses a business' ability to pay its current liabilities with its current assets, providing an indication of the subject’s short-term financial health, capacity to clear its debts within a year, and operational efficiency."; const RV_FINANCIAL_RATIO_TOOLTIP_GROSS_MARGIN = "Gross margin is the net sales less the cost of goods sold (COGS). It is the amount of money a business retains after incurring the direct costs associated with producing the goods it sells and the services it provides. "; const RV_FINANCIAL_RATIO_TOOLTIP_NET_PROFIT_MARGIN = "The net profit margin is used to calculate the percentage of profit a business produces from its total revenue. It measures the amount of net profit a business obtains per dollar of revenue gained. The net profit margin is equal to net income divided by total revenue."; const RV_FINANCIAL_RATIO_TOOLTIP_OPERATING_MARGIN = "The operating margin measures how much profit a business makes on a dollar of sales after paying for variable costs of production before paying interest or tax. It is calculated by dividing a business' operating income by its net sales. Higher ratios are generally better, illustrating the business is efficient in its operations and is good at turning sales into profits. "; const RV_FINANCIAL_RATIO_TOOLTIP_REVENUE_CONCENTRATION_INDEX = "Revenue concentration is a measure of how total revenue is distributed among your customer base. A business serving a large number of small-volume customers has a lower customer concentration than a business where a handful of large customers account for the majority of its business. "; const RV_FINANCIAL_RATIO_TOOLTIP_SALES_MARGIN_INDEX = "The Sales Growth Index measures the extent to which sales are growing year over year. An index value greater than 1 represents growth of sales."; const RV_FINANCIAL_RATIO_TOOLTIP_SGA_EXPENSES_INDEX = "Selling, General & Administrative expenses (SG&A) include all everyday operating expenses of running a business that are not included in the production of goods or delivery of services. "; const RV_FINANCIAL_RATIO_TOOLTIP_ASSET_QUALITY_INDEX = "The term asset quality index is used to compare the allocation of capital between current asset and fixed assets and can be used to determine if a business is shifting operating expenses to capital. "; const RV_FINANCIAL_RATIO_TOOLTIP_DEPRECIATION_INDEX = "The Depreciation Index can be used to judge whether companies are depreciating assets at faster or slower rate. The index is the ratio of last year's depreciation rate versus the current year depreciation rate."; const RV_FINANCIAL_RATIO_TOOLTIP_ASSET_TURNOVER_RATIO = "The asset turnover ratio measures the efficiency with which a business uses its assets to produce sales."; const RV_FINANCIAL_RATIO_TOOLTIP_EQUITY_TO_LT_ASSETS = "An equity / long-term assets are assets that are not expected to be converted to cash or be consumed within one year (or operating cycle) of the date shown in the heading of the balance sheet. "; const RV_FINANCIAL_RATIO_TOOLTIP_DEBT_TO_ASSETS_RATIO = "The debt to asset ratio is a measure of the business' assets that are financed by debt rather than equity."; const RV_FINANCIAL_RATIO_TOOLTIP_DEBT_TO_SERVICE_COVERAGE_RATIO = "The Debt Service Coverage Ratio (DSCR) is used to measure the ability of a business to use its operating income to repay all its debt obligations, including repayment of principal and interest on both short-term and long-term debt. "; const RV_FINANCIAL_RATIO_TOOLTIP_ABSOLUTE_LIQUIDITY = "Absolute Liquidity ratio measures the total liquidity available to the business. This ratio only considers marketable securities and cash available to the business."; const RV_FINANCIAL_RATIO_TOOLTIP_CASH_RATIO = "The cash ratio is metric that indicates a business' capacity to pay off short-term debt obligations with its cash and cash equivalents. Only cash and cash equivalents are used in the calculation."; const RV_FINANCIAL_RATIO_TOOLTIP_DEBT_TO_ENTERPRISE_VALUE = "The debt to enterprise value (D/EV) ratio is used to indicate how leveraged the business is relative to its value."; const RV_FINANCIAL_RATIO_TOOLTIP_EBITDA = "EBITDA stands for Earnings Before Interest, Taxes, Depreciation, and Amortization. It is a metric used to evaluate a business' operating performance."; const RV_FINANCIAL_RATIO_TOOLTIP_FREE_CASHFLOW_RATIO = "Free cash flow is the cash a business generates after a business pays for its operating expenses and capital expenditures (CapEx)."; const RV_FINANCIAL_RATIO_TOOLTIP_INVENTORY_TURNOVER_RATIO = "The inventory turnover ratio is the number of times a business has sold and replenished its inventory over a specific amount of time. The formula can also be used to calculate the number of days it will take to sell the inventory on hand."; const RV_FINANCIAL_RATIO_TOOLTIP_SHORT_DEBT_TO_EQUITY_RATIO = "Compares a business' short term liabilities to its shareholder equity and can be used to evaluate how much leverage a business is using."; const RV_FINANCIAL_RATIO_TOOLTIP_QUICK_RATIO = "The quick ratio (also referred to as the acid test ratio) is used to measure a business' ability to pay down its current liabilities with its most liquid assets."; const RV_FINANCIAL_RATIO_TOOLTIP_RUNWAY = "Runway refers to the amount of time a business has before it runs out of cash. Runway is calculated by dividing total cash in the founder's bank accounts by the Net Burn."; const RV_FINANCIAL_RATIO_TOOLTIP_RETURN_ON_EQUITY = "The return on equity is a measure of the profitability of a business in relation to the equity, it is considered a gauge of how efficient it is in generating profits. It is calculated by dividing net income by shareholders' equity. "; const RV_FINANCIAL_RATIO_TOOLTIP_TOTAL_ACCRUALS_TOTAL_ASSETS = "Total assets to total accruals is a ratio that can be used to evaluate the quality of total revenue by calculating the change in working capital (other than cash) less depreciation relative to total assets. "; const RV_FINANCIAL_RATIO_TOOLTIP_GROSS_MARGIN_INDEX = "The Gross Margin Index is a metric that can be used to judge whether a business' profitability and pricing power is rising or falling. It is calculated as the ratio of last year's Gross Margin versus this year's Gross Margin."; const RV_FINANCIAL_RATIO_TOOLTIP_CHURN_RATE = "The churn rate is the rate at which subscribers or customers stop transacting with the business."; const RV_FINANCIAL_RATIO_TOOLTIP_MONTHLY_RECURRING_REVENUE = "The monthly recurring revenue is an approximation of the total revenue generated by the business from all the active revenue sources in a particular month."; const RV_FINANCIAL_RATIO_TOOLTIP_MONTHLY_RECURRING_REVENUE_RATE = "The monthly recurring revenue rate is an approximation of the monthly recurring revenue per customer."; const RV_FINANCIAL_RATIO_TOOLTIP_ANNUAL_RECURRING_REVENUE = "The annual recurring revenue is an approximation of the total revenue generated by the business from all the active revenue sources in a particular year."; const RV_FINANCIAL_RATIO_TOOLTIP_ANNUAL_RECURRING_REVENUE_RATE = "The annual recurring revenue rate is an approximation of the annual recurring revenue per customer."; const RV_FINANCIAL_RATIO_TOOLTIP_LEVERAGE_RATIO = "The leverage ratio is a calculation of a business' operating profit as a percentage of its debt. It is a measure of how reliant a business is on debt for funding operations and acquiring assets."; const RV_FINANCIAL_RATIO_TOOLTIP_DAYS_SALES_RECEIVABLES_INDEX = "The Days' Sales in Receivables Index can be used to measure trends in the earnings quality of a business. If the index value is greater than 1, it indicates that receivables are higher this year compared to last year. "; const RV_FINANCIAL_RATIO_TOOLTIP_AVERAGE_OUTSTANDING_PAYABLES_BALANCE = "The average outstanding payables balance is the total money a business owes to vendors/suppliers who have extended credit to the business."; const RV_FINANCIAL_RATIO_TOOLTIP_ACCOUNTS_PAYABLE_TURNOVER_RATIO = "The accounts payable turnover ratio is a short-term liquidity measure used to quantify the rate at which a business pays off its short-term debts. Accounts payable turnover shows how many times a business pays off its accounts payable during a period. "; const RV_FINANCIAL_RATIO_TOOLTIP_DAYS_PAYABLE_OUTSTANDING = "Days payable outstanding is used to measure the average time (in days) that a business takes to pay its bills and invoices to its trade creditors."; const RV_FINANCIAL_RATIO_TOOLTIP_DAYS_SALES_OUTSTANDING = "Days sales outstanding is the average number of days taken by a business to collect payment from their customers after the completion of a sale."; const RV_FINANCIAL_RATIO_TOOLTIP_ACCOUNTS_RECEIVABLE_TURNOVER_RATIO = "The accounts receivable turnover ratio is used to quantify how well a business is managing the credit that they extend to their customers by evaluating how long it takes to collect the outstanding debt throughout the accounting period. "; const RV_FINANCIAL_RATIO_TOOLTIP_AVERAGE_OUTSTANDING_RECEIVABLES_BALANCE = "The average outstanding payables balance is the total money a business owes to suppliers who have extended credit to the business."; const RV_AS_OF = "As of"; const RV_TOOLTIP_EXPENSES = "The top 3 cumulative expenses incurred by the business based on the selected start date and end date. Percent change measures the expense change between the end date period and start date period."; const RV_TOOLTIP_REVENUES = "The top 3 cumulative revenue sources based on the selected start date and end date. Percent change measures the revenue change between the end date period and start date period."; const RV_TOOLTIP_CREDIT_SCORE = "The credit score is based on proprietary models that rely on a business's financial statements to calculate the probability of default at a point in time."; const RV_TOOLTIP_ACCURACY_SCORE = "The Accuracy Score is the precision level of reconciliation by taking into account the number of matched transactions and the value of those transactions. "; const RV_TOOLTIP_BUSINESS_VALUATION = "Business Valuations are created for the monthly timeframe and are used to determine the estimated worth or financial value of your business. The percent change measures the valuation difference from the previous month."; const RV_TOOLTIP_TAX_BENCHMARKING = "Tax Becnhmarking tooltip."; const RV_TOOLTIP_TAX_BENCHMARKING_BUSINESS_VALUE = "This value represents the business' financial performance for the stated period."; const RV_TOOLTIP_TAX_BENCHMARKING_BENCHMARK_VALUE = "This value represents the standard or industry average based on selected filters."; const RV_WARN_CONNECTION_UUID_NOT_RELEASED = "Connection ID feature is not released."; const RV_FINANCIAL_RATIO = "Financial Ratios"; const RV_INVOICES = "Invoices"; const RV_BILLS = "Bills"; const RV_BALANCE_SHEET = "Balance Sheet"; const RV_FINANCIAL_FORECASTS = "Financial Forecasts"; const RV_INCOME_STATEMENTS = "Income Statements"; const RV_CASHFLOW_STATEMENTS = "Cashflow Statements"; const RV_EXPENSES = "Expenses"; const RV_REVENUE = "Revenue"; const RV_CREDIT_SCORE = "Credit Score"; const RV_BANK_ACCOUNT = "Bank Accounts"; const RV_BANK_ACCOUNT_MUST_BE_SERVICE_NAME_PLAID = "Bank Accounts works only with Plaid."; const RV_TAX_BENCHMARKING_REQUIRED_FIELDS = "Industry Code is required."; const Translations = { RV_FINANCIAL_RATIO_QUICK_RATIO: RV_FINANCIAL_RATIO_QUICK_RATIO, RV_FINANCIAL_RATIO_CURRENT_RATIO: RV_FINANCIAL_RATIO_CURRENT_RATIO, RV_FINANCIAL_RATIO_GROSS_MARGIN: RV_FINANCIAL_RATIO_GROSS_MARGIN, RV_FINANCIAL_RATIO_NET_PROFIT_MARGIN: RV_FINANCIAL_RATIO_NET_PROFIT_MARGIN, RV_FINANCIAL_RATIO_INTEREST_BANK_LOAN: RV_FINANCIAL_RATIO_INTEREST_BANK_LOAN, RV_FINANCIAL_RATIO_EBITDA: RV_FINANCIAL_RATIO_EBITDA, RV_FINANCIAL_RATIO_RETURN_ON_ASSETS: RV_FINANCIAL_RATIO_RETURN_ON_ASSETS, RV_FINANCIAL_RATIO_SHORT_DEBT_TO_EQUITY_RATIO: RV_FINANCIAL_RATIO_SHORT_DEBT_TO_EQUITY_RATIO, RV_FINANCIAL_RATIO_DEBT_TO_EQUITY_RATIO: RV_FINANCIAL_RATIO_DEBT_TO_EQUITY_RATIO, RV_FINANCIAL_RATIO_CASH_RATIO: RV_FINANCIAL_RATIO_CASH_RATIO, RV_FINANCIAL_RATIO_DEBT_TO_ASSETS_RATIO: RV_FINANCIAL_RATIO_DEBT_TO_ASSETS_RATIO, RV_FINANCIAL_RATIO_DEBT_TO_SERVICE_COVERAGE_RATIO: RV_FINANCIAL_RATIO_DEBT_TO_SERVICE_COVERAGE_RATIO, RV_FINANCIAL_RATIO_INTEREST_COVERAGE_RATIO: RV_FINANCIAL_RATIO_INTEREST_COVERAGE_RATIO, RV_FINANCIAL_RATIO_LEVERAGE_RATIO: RV_FINANCIAL_RATIO_LEVERAGE_RATIO, RV_FINANCIAL_RATIO_ABSOLUTE_LIQUIDITY: RV_FINANCIAL_RATIO_ABSOLUTE_LIQUIDITY, RV_FINANCIAL_RATIO_EBITDA_MARGIN: RV_FINANCIAL_RATIO_EBITDA_MARGIN, RV_FINANCIAL_RATIO_WORKING_CAPITAL: RV_FINANCIAL_RATIO_WORKING_CAPITAL, RV_FINANCIAL_RATIO_FREE_CASHFLOW: RV_FINANCIAL_RATIO_FREE_CASHFLOW, RV_FINANCIAL_RATIO_EQUITY_TO_LT_ASSETS: RV_FINANCIAL_RATIO_EQUITY_TO_LT_ASSETS, RV_FINANCIAL_RATIO_OPERATING_MARGIN: RV_FINANCIAL_RATIO_OPERATING_MARGIN, RV_FINANCIAL_RATIO_RETURN_ON_EQUITY: RV_FINANCIAL_RATIO_RETURN_ON_EQUITY, RV_FINANCIAL_RATIO_FREE_CASHFLOW_RATIO: RV_FINANCIAL_RATIO_FREE_CASHFLOW_RATIO, RV_FINANCIAL_RATIO_GROSS_BURN_RATE: RV_FINANCIAL_RATIO_GROSS_BURN_RATE, RV_FINANCIAL_RATIO_GROSS_BURN: RV_FINANCIAL_RATIO_GROSS_BURN, RV_FINANCIAL_RATIO_RUNWAY: RV_FINANCIAL_RATIO_RUNWAY, RV_FINANCIAL_RATIO_REVENUE_CONCENTRATION_INDEX: RV_FINANCIAL_RATIO_REVENUE_CONCENTRATION_INDEX, RV_FINANCIAL_RATIO_DAYS_SALES_RECEIVABLES_INDEX: RV_FINANCIAL_RATIO_DAYS_SALES_RECEIVABLES_INDEX, RV_FINANCIAL_RATIO_GROSS_MARGIN_INDEX: RV_FINANCIAL_RATIO_GROSS_MARGIN_INDEX, RV_FINANCIAL_RATIO_ASSET_QUALITY_INDEX: RV_FINANCIAL_RATIO_ASSET_QUALITY_INDEX, RV_FINANCIAL_RATIO_SALES_MARGIN_INDEX: RV_FINANCIAL_RATIO_SALES_MARGIN_INDEX, RV_FINANCIAL_RATIO_DEPRECIATION_INDEX: RV_FINANCIAL_RATIO_DEPRECIATION_INDEX, RV_FINANCIAL_RATIO_SGA_EXPENSES_INDEX: RV_FINANCIAL_RATIO_SGA_EXPENSES_INDEX, RV_FINANCIAL_RATIO_LEVERAGE_INDEX: RV_FINANCIAL_RATIO_LEVERAGE_INDEX, RV_FINANCIAL_RATIO_TOTAL_ACCRUALS_TOTAL_ASSETS: RV_FINANCIAL_RATIO_TOTAL_ACCRUALS_TOTAL_ASSETS, RV_FINANCIAL_RATIO_ASSET_TURNOVER_RATIO: RV_FINANCIAL_RATIO_ASSET_TURNOVER_RATIO, RV_FINANCIAL_RATIO_AVERAGE_COLLECTION_PERIOD: RV_FINANCIAL_RATIO_AVERAGE_COLLECTION_PERIOD, RV_FINANCIAL_RATIO_PAYABLES_CONVERSION_PERIOD: RV_FINANCIAL_RATIO_PAYABLES_CONVERSION_PERIOD, RV_FINANCIAL_RATIO_AVERAGE_OUTSTANDING_RECEIVABLES_BALANCE: RV_FINANCIAL_RATIO_AVERAGE_OUTSTANDING_RECEIVABLES_BALANCE, RV_FINANCIAL_RATIO_AVERAGE_OUTSTANDING_PAYABLES_BALANCE: RV_FINANCIAL_RATIO_AVERAGE_OUTSTANDING_PAYABLES_BALANCE, RV_FINANCIAL_RATIO_ACCOUNTS_RECEIVABLE_TURNOVER_RATIO: RV_FINANCIAL_RATIO_ACCOUNTS_RECEIVABLE_TURNOVER_RATIO, RV_FINANCIAL_RATIO_ACCOUNTS_PAYABLE_TURNOVER_RATIO: RV_FINANCIAL_RATIO_ACCOUNTS_PAYABLE_TURNOVER_RATIO, RV_FINANCIAL_RATIO_DAYS_PAYABLE_OUTSTANDING: RV_FINANCIAL_RATIO_DAYS_PAYABLE_OUTSTANDING, RV_FINANCIAL_RATIO_DAYS_SALES_OUTSTANDING: RV_FINANCIAL_RATIO_DAYS_SALES_OUTSTANDING, RV_FINANCIAL_RATIO_INVENTORY_TURNOVER_RATIO: RV_FINANCIAL_RATIO_INVENTORY_TURNOVER_RATIO, RV_FINANCIAL_RATIO_CHURN_RATE: RV_FINANCIAL_RATIO_CHURN_RATE, RV_FINANCIAL_RATIO_DISTANCE_TO_DEFAULT: RV_FINANCIAL_RATIO_DISTANCE_TO_DEFAULT, RV_FINANCIAL_RATIO_PROBABILITY_OF_DEFAULT: RV_FINANCIAL_RATIO_PROBABILITY_OF_DEFAULT, RV_FINANCIAL_RATIO_RECEIVABLES_TURNOVER_RATIO: RV_FINANCIAL_RATIO_RECEIVABLES_TURNOVER_RATIO, RV_FINANCIAL_RATIO_DEBT_TO_ENTERPRISE_VALUE: RV_FINANCIAL_RATIO_DEBT_TO_ENTERPRISE_VALUE, RV_FINANCIAL_RATIO_ENTERPRISE_VALUE: RV_FINANCIAL_RATIO_ENTERPRISE_VALUE, RV_FINANCIAL_RATIO_LIQUIDATION_VALUE: RV_FINANCIAL_RATIO_LIQUIDATION_VALUE, RV_FINANCIAL_RATIO_CREDIT: RV_FINANCIAL_RATIO_CREDIT, RV_FINANCIAL_RATIO_TYPE_CREDIT: RV_FINANCIAL_RATIO_TYPE_CREDIT, RV_FINANCIAL_RATIO_TYPE_EFFICIENCY: RV_FINANCIAL_RATIO_TYPE_EFFICIENCY, RV_FINANCIAL_RATIO_TYPE_LEVERAGE: RV_FINANCIAL_RATIO_TYPE_LEVERAGE, RV_FINANCIAL_RATIO_TYPE_LIQUIDITY: RV_FINANCIAL_RATIO_TYPE_LIQUIDITY, RV_FINANCIAL_RATIO_TYPE_MARKET: RV_FINANCIAL_RATIO_TYPE_MARKET, RV_FINANCIAL_RATIO_TYPE_PROFITABILITY: RV_FINANCIAL_RATIO_TYPE_PROFITABILITY, RV_FINANCIAL_RATIO_TYPE_RELIABILITY: RV_FINANCIAL_RATIO_TYPE_RELIABILITY, RV_BANK_RECONCILIATION_ACCURACY_SCORE_TRANSACTIONS: RV_BANK_RECONCILIATION_ACCURACY_SCORE_TRANSACTIONS, RV_BANK_RECONCILIATION_ACCURACY_SCORE: RV_BANK_RECONCILIATION_ACCURACY_SCORE, RV_BANK_RECONCILIATION_MATCHED_INSIGHTS: RV_BANK_RECONCILIATION_MATCHED_INSIGHTS, RV_BANK_RECONCILIATION_MATCHED_INSIGHTS_SUBHEADING: RV_BANK_RECONCILIATION_MATCHED_INSIGHTS_SUBHEADING, RV_BANK_RECONCILIATION_MATCHED_INSIGHTS_ACCOUNTING_BALANCE: RV_BANK_RECONCILIATION_MATCHED_INSIGHTS_ACCOUNTING_BALANCE, RV_BANK_RECONCILIATION_MATCHED_INSIGHTS_BANK_BALANCE: RV_BANK_RECONCILIATION_MATCHED_INSIGHTS_BANK_BALANCE, RV_BANK_RECONCILIATION_MATCHED_INSIGHTS_CALCULATION: RV_BANK_RECONCILIATION_MATCHED_INSIGHTS_CALCULATION, RV_BANK_RECONCILIATION_MATCHED_INSIGHTS_OF: RV_BANK_RECONCILIATION_MATCHED_INSIGHTS_OF, RV_BUSINESS_VALUATIONS: RV_BUSINESS_VALUATIONS, RV_BUSINESS_VALUATIONS_LIQUIDATION_VALUE: RV_BUSINESS_VALUATIONS_LIQUIDATION_VALUE, RV_BUSINESS_VALUATIONS_DISCOUNTED_CASH_FLOW: RV_BUSINESS_VALUATIONS_DISCOUNTED_CASH_FLOW, RV_BUSINESS_VALUATIONS_MULTIPLE_TO_REVENUE: RV_BUSINESS_VALUATIONS_MULTIPLE_TO_REVENUE, RV_BUSINESS_VALUATIONS_FIRST_CHICAGO: RV_BUSINESS_VALUATIONS_FIRST_CHICAGO, RV_TAX_BENCHMARKING: RV_TAX_BENCHMARKING, RV_NOT_ABLE_TO_PARSE_REPORT_DATA: RV_NOT_ABLE_TO_PARSE_REPORT_DATA, RV_END_DATE_BEFORE_START_DATE: RV_END_DATE_BEFORE_START_DATE, RV_DATE_REQUIRED: RV_DATE_REQUIRED, RV_CONFIGURATION_NOT_PRESENT: RV_CONFIGURATION_NOT_PRESENT, RV_FILTER_NOT_PRESENT: RV_FILTER_NOT_PRESENT, RV_TOKEN_NOT_PRESENT: RV_TOKEN_NOT_PRESENT, RV_ERROR_PARSING_CONFIGURATION: RV_ERROR_PARSING_CONFIGURATION, RV_ERROR_PARSING_OPTIONS: RV_ERROR_PARSING_OPTIONS, RV_ERROR_PARSING_DATA: RV_ERROR_PARSING_DATA, RV_ERROR_PARSING_CONTENT: RV_ERROR_PARSING_CONTENT, RV_PAID: RV_PAID, RV_OVERDUE: RV_OVERDUE, RV_TOTAL_UNPAID: RV_TOTAL_UNPAID, RV_EQUITY: RV_EQUITY, RV_ASSETS: RV_ASSETS, RV_LIABILITIES: RV_LIABILITIES, RV_CURRENT_ASSETS: RV_CURRENT_ASSETS, RV_CURRENT_LIABILITIES: RV_CURRENT_LIABILITIES, RV_NON_CURRENT_ASSETS: RV_NON_CURRENT_ASSETS, RV_NON_CURRENT_LIABILITIES: RV_NON_CURRENT_LIABILITIES, RV_COST_OF_GOODS_SOLD: RV_COST_OF_GOODS_SOLD, RV_NET_INCOME: RV_NET_INCOME, RV_OPERATING_EXPENSES: RV_OPERATING_EXPENSES, RV_OPERATING_INCOME: RV_OPERATING_INCOME, RV_OTHER_EXPENSES: RV_OTHER_EXPENSES, RV_OTHER_INCOME: RV_OTHER_INCOME, RV_FINANCING_ACTIVITIES: RV_FINANCING_ACTIVITIES, RV_INVESTING_ACTIVITIES: RV_INVESTING_ACTIVITIES, RV_NET_CASH: RV_NET_CASH, RV_OPERATING_ACTIVITIES: RV_OPERATING_ACTIVITIES, RV_LOADING_REPORT: RV_LOADING_REPORT, RV_NOT_ABLE_TO_RETRIEVE_REPORT_DATA: RV_NOT_ABLE_TO_RETRIEVE_REPORT_DATA, RV_ERROR_202_TITLE: RV_ERROR_202_TITLE, RV_ERROR_204_TITLE: RV_ERROR_204_TITLE, DASHBOARD_FINANCIAL_SUMMARY_CHART_ERROR_ASP_NOT_SUPPORTED: DASHBOARD_FINANCIAL_SUMMARY_CHART_ERROR_ASP_NOT_SUPPORTED, RV_ERROR_422_TITLE: RV_ERROR_422_TITLE, RV_ERROR_500_TITLE: RV_ERROR_500_TITLE, RV_ACCESSIBILITY_FAILED_AA_AAA: RV_ACCESSIBILITY_FAILED_AA_AAA, RV_ACCESSIBILITY_FAILED_AAA: RV_ACCESSIBILITY_FAILED_AAA, RV_ACCESSIBILITY_CHECK_FAILED: RV_ACCESSIBILITY_CHECK_FAILED, RV_ACCESSIBILITY_CONTAINER_TITLE: RV_ACCESSIBILITY_CONTAINER_TITLE, RV_ACCESSIBILITY_CHART_LABEL: RV_ACCESSIBILITY_CHART_LABEL, RV_ACCESSIBILITY_CHART_LEGEND: RV_ACCESSIBILITY_CHART_LEGEND, RV_ACCESSIBILITY_CHART_ERROR_INDICATOR: RV_ACCESSIBILITY_CHART_ERROR_INDICATOR, RV_ACCESSIBILITY_CHART_LOADING_INDICATOR: RV_ACCESSIBILITY_CHART_LOADING_INDICATOR, RV_ERROR_START_DATE: RV_ERROR_START_DATE, RV_ERROR_END_DATE: RV_ERROR_END_DATE, RV_DATE_DIFF_ERROR: RV_DATE_DIFF_ERROR, RV_ERROR_INVALID_BUSINESS_IDENTIFICATION: RV_ERROR_INVALID_BUSINESS_IDENTIFICATION, RV_ERROR_NO_SERVICE_NAME: RV_ERROR_NO_SERVICE_NAME, RV_ERROR_INVALID_REPORT_FREQUENCY: RV_ERROR_INVALID_REPORT_FREQUENCY, RV_ERROR_INVALID_ACCOUNTING_METHOD: RV_ERROR_INVALID_ACCOUNTING_METHOD, RV_ERROR_INVALID_REPORT_TYPE: RV_ERROR_INVALID_REPORT_TYPE, RV_ERROR_INVALID_SERVICE_NAME: RV_ERROR_INVALID_SERVICE_NAME, RV_FINANCIAL_RATIO_TOOLTIP_PROBABILITY_OF_DEFAULT: RV_FINANCIAL_RATIO_TOOLTIP_PROBABILITY_OF_DEFAULT, RV_FINANCIAL_RATIO_TOOLTIP_DISTANCE_TO_DEFAULT: RV_FINANCIAL_RATIO_TOOLTIP_DISTANCE_TO_DEFAULT, RV_FINANCIAL_RATIO_TOOLTIP_LIQUIDATION_VALUE: RV_FINANCIAL_RATIO_TOOLTIP_LIQUIDATION_VALUE, RV_FINANCIAL_RATIO_TOOLTIP_AVERAGE_COLLECTION_PERIOD: RV_FINANCIAL_RATIO_TOOLTIP_AVERAGE_COLLECTION_PERIOD, RV_FINANCIAL_RATIO_TOOLTIP_GROSS_BURN_RATE: RV_FINANCIAL_RATIO_TOOLTIP_GROSS_BURN_RATE, RV_FINANCIAL_RATIO_TOOLTIP_RECEIVABLES_TURNOVER_RATIO: RV_FINANCIAL_RATIO_TOOLTIP_RECEIVABLES_TURNOVER_RATIO, RV_FINANCIAL_RATIO_TOOLTIP_PAYABLES_CONVERSION_PERIOD: RV_FINANCIAL_RATIO_TOOLTIP_PAYABLES_CONVERSION_PERIOD, RV_FINANCIAL_RATIO_TOOLTIP_DEBT_TO_EQUITY_RATIO: RV_FINANCIAL_RATIO_TOOLTIP_DEBT_TO_EQUITY_RATIO, RV_FINANCIAL_RATIO_TOOLTIP_INTEREST_COVERAGE_RATIO: RV_FINANCIAL_RATIO_TOOLTIP_INTEREST_COVERAGE_RATIO, RV_FINANCIAL_RATIO_TOOLTIP_INTEREST_BANK_LOAN: RV_FINANCIAL_RATIO_TOOLTIP_INTEREST_BANK_LOAN, RV_FINANCIAL_RATIO_TOOLTIP_LEVERAGE_INDEX: RV_FINANCIAL_RATIO_TOOLTIP_LEVERAGE_INDEX, RV_FINANCIAL_RATIO_TOOLTIP_CURRENT_RATIO: RV_FINANCIAL_RATIO_TOOLTIP_CURRENT_RATIO, RV_FINANCIAL_RATIO_TOOLTIP_GROSS_BURN: RV_FINANCIAL_RATIO_TOOLTIP_GROSS_BURN, RV_FINANCIAL_RATIO_TOOLTIP_FREE_CASHFLOW: RV_FINANCIAL_RATIO_TOOLTIP_FREE_CASHFLOW, RV_FINANCIAL_RATIO_TOOLTIP_ENTERPRISE_VALUE: RV_FINANCIAL_RATIO_TOOLTIP_ENTERPRISE_VALUE, RV_FINANCIAL_RATIO_TOOLTIP_RETURN_ON_ASSETS: RV_FINANCIAL_RATIO_TOOLTIP_RETURN_ON_ASSETS, RV_FINANCIAL_RATIO_TOOLTIP_EBITDA_MARGIN: RV_FINANCIAL_RATIO_TOOLTIP_EBITDA_MARGIN, RV_FINANCIAL_RATIO_TOOLTIP_WORKING_CAPITAL: RV_FINANCIAL_RATIO_TOOLTIP_WORKING_CAPITAL, RV_FINANCIAL_RATIO_TOOLTIP_GROSS_MARGIN: RV_FINANCIAL_RATIO_TOOLTIP_GROSS_MARGIN, RV_FINANCIAL_RATIO_TOOLTIP_NET_PROFIT_MARGIN: RV_FINANCIAL_RATIO_TOOLTIP_NET_PROFIT_MARGIN, RV_FINANCIAL_RATIO_TOOLTIP_OPERATING_MARGIN: RV_FINANCIAL_RATIO_TOOLTIP_OPERATING_MARGIN, RV_FINANCIAL_RATIO_TOOLTIP_REVENUE_CONCENTRATION_INDEX: RV_FINANCIAL_RATIO_TOOLTIP_REVENUE_CONCENTRATION_INDEX, RV_FINANCIAL_RATIO_TOOLTIP_SALES_MARGIN_INDEX: RV_FINANCIAL_RATIO_TOOLTIP_SALES_MARGIN_INDEX, RV_FINANCIAL_RATIO_TOOLTIP_SGA_EXPENSES_INDEX: RV_FINANCIAL_RATIO_TOOLTIP_SGA_EXPENSES_INDEX, RV_FINANCIAL_RATIO_TOOLTIP_ASSET_QUALITY_INDEX: RV_FINANCIAL_RATIO_TOOLTIP_ASSET_QUALITY_INDEX, RV_FINANCIAL_RATIO_TOOLTIP_DEPRECIATION_INDEX: RV_FINANCIAL_RATIO_TOOLTIP_DEPRECIATION_INDEX, RV_FINANCIAL_RATIO_TOOLTIP_ASSET_TURNOVER_RATIO: RV_FINANCIAL_RATIO_TOOLTIP_ASSET_TURNOVER_RATIO, RV_FINANCIAL_RATIO_TOOLTIP_EQUITY_TO_LT_ASSETS: RV_FINANCIAL_RATIO_TOOLTIP_EQUITY_TO_LT_ASSETS, RV_FINANCIAL_RATIO_TOOLTIP_DEBT_TO_ASSETS_RATIO: RV_FINANCIAL_RATIO_TOOLTIP_DEBT_TO_ASSETS_RATIO, RV_FINANCIAL_RATIO_TOOLTIP_DEBT_TO_SERVICE_COVERAGE_RATIO: RV_FINANCIAL_RATIO_TOOLTIP_DEBT_TO_SERVICE_COVERAGE_RATIO, RV_FINANCIAL_RATIO_TOOLTIP_ABSOLUTE_LIQUIDITY: RV_FINANCIAL_RATIO_TOOLTIP_ABSOLUTE_LIQUIDITY, RV_FINANCIAL_RATIO_TOOLTIP_CASH_RATIO: RV_FINANCIAL_RATIO_TOOLTIP_CASH_RATIO, RV_FINANCIAL_RATIO_TOOLTIP_DEBT_TO_ENTERPRISE_VALUE: RV_FINANCIAL_RATIO_TOOLTIP_DEBT_TO_ENTERPRISE_VALUE, RV_FINANCIAL_RATIO_TOOLTIP_EBITDA: RV_FINANCIAL_RATIO_TOOLTIP_EBITDA, RV_FINANCIAL_RATIO_TOOLTIP_FREE_CASHFLOW_RATIO: RV_FINANCIAL_RATIO_TOOLTIP_FREE_CASHFLOW_RATIO, RV_FINANCIAL_RATIO_TOOLTIP_INVENTORY_TURNOVER_RATIO: RV_FINANCIAL_RATIO_TOOLTIP_INVENTORY_TURNOVER_RATIO, RV_FINANCIAL_RATIO_TOOLTIP_SHORT_DEBT_TO_EQUITY_RATIO: RV_FINANCIAL_RATIO_TOOLTIP_SHORT_DEBT_TO_EQUITY_RATIO, RV_FINANCIAL_RATIO_TOOLTIP_QUICK_RATIO: RV_FINANCIAL_RATIO_TOOLTIP_QUICK_RATIO, RV_FINANCIAL_RATIO_TOOLTIP_RUNWAY: RV_FINANCIAL_RATIO_TOOLTIP_RUNWAY, RV_FINANCIAL_RATIO_TOOLTIP_RETURN_ON_EQUITY: RV_FINANCIAL_RATIO_TOOLTIP_RETURN_ON_EQUITY, RV_FINANCIAL_RATIO_TOOLTIP_TOTAL_ACCRUALS_TOTAL_ASSETS: RV_FINANCIAL_RATIO_TOOLTIP_TOTAL_ACCRUALS_TOTAL_ASSETS, RV_FINANCIAL_RATIO_TOOLTIP_GROSS_MARGIN_INDEX: RV_FINANCIAL_RATIO_TOOLTIP_GROSS_MARGIN_INDEX, RV_FINANCIAL_RATIO_TOOLTIP_CHURN_RATE: RV_FINANCIAL_RATIO_TOOLTIP_CHURN_RATE, RV_FINANCIAL_RATIO_TOOLTIP_MONTHLY_RECURRING_REVENUE: RV_FINANCIAL_RATIO_TOOLTIP_MONTHLY_RECURRING_REVENUE, RV_FINANCIAL_RATIO_TOOLTIP_MONTHLY_RECURRING_REVENUE_RATE: RV_FINANCIAL_RATIO_TOOLTIP_MONTHLY_RECURRING_REVENUE_RATE, RV_FINANCIAL_RATIO_TOOLTIP_ANNUAL_RECURRING_REVENUE: RV_FINANCIAL_RATIO_TOOLTIP_ANNUAL_RECURRING_REVENUE, RV_FINANCIAL_RATIO_TOOLTIP_ANNUAL_RECURRING_REVENUE_RATE: RV_FINANCIAL_RATIO_TOOLTIP_ANNUAL_RECURRING_REVENUE_RATE, RV_FINANCIAL_RATIO_TOOLTIP_LEVERAGE_RATIO: RV_FINANCIAL_RATIO_TOOLTIP_LEVERAGE_RATIO, RV_FINANCIAL_RATIO_TOOLTIP_DAYS_SALES_RECEIVABLES_INDEX: RV_FINANCIAL_RATIO_TOOLTIP_DAYS_SALES_RECEIVABLES_INDEX, RV_FINANCIAL_RATIO_TOOLTIP_AVERAGE_OUTSTANDING_PAYABLES_BALANCE: RV_FINANCIAL_RATIO_TOOLTIP_AVERAGE_OUTSTANDING_PAYABLES_BALANCE, RV_FINANCIAL_RATIO_TOOLTIP_ACCOUNTS_PAYABLE_TURNOVER_RATIO: RV_FINANCIAL_RATIO_TOOLTIP_ACCOUNTS_PAYABLE_TURNOVER_RATIO, RV_FINANCIAL_RATIO_TOOLTIP_DAYS_PAYABLE_OUTSTANDING: RV_FINANCIAL_RATIO_TOOLTIP_DAYS_PAYABLE_OUTSTANDING, RV_FINANCIAL_RATIO_TOOLTIP_DAYS_SALES_OUTSTANDING: RV_FINANCIAL_RATIO_TOOLTIP_DAYS_SALES_OUTSTANDING, RV_FINANCIAL_RATIO_TOOLTIP_ACCOUNTS_RECEIVABLE_TURNOVER_RATIO: RV_FINANCIAL_RATIO_TOOLTIP_ACCOUNTS_RECEIVABLE_TURNOVER_RATIO, RV_FINANCIAL_RATIO_TOOLTIP_AVERAGE_OUTSTANDING_RECEIVABLES_BALANCE: RV_FINANCIAL_RATIO_TOOLTIP_AVERAGE_OUTSTANDING_RECEIVABLES_BALANCE, RV_AS_OF: RV_AS_OF, RV_TOOLTIP_EXPENSES: RV_TOOLTIP_EXPENSES, RV_TOOLTIP_REVENUES: RV_TOOLTIP_REVENUES, RV_TOOLTIP_CREDIT_SCORE: RV_TOOLTIP_CREDIT_SCORE, RV_TOOLTIP_ACCURACY_SCORE: RV_TOOLTIP_ACCURACY_SCORE, RV_TOOLTIP_BUSINESS_VALUATION: RV_TOOLTIP_BUSINESS_VALUATION, RV_TOOLTIP_TAX_BENCHMARKING: RV_TOOLTIP_TAX_BENCHMARKING, RV_TOOLTIP_TAX_BENCHMARKING_BUSINESS_VALUE: RV_TOOLTIP_TAX_BENCHMARKING_BUSINESS_VALUE, RV_TOOLTIP_TAX_BENCHMARKING_BENCHMARK_VALUE: RV_TOOLTIP_TAX_BENCHMARKING_BENCHMARK_VALUE, RV_WARN_CONNECTION_UUID_NOT_RELEASED: RV_WARN_CONNECTION_UUID_NOT_RELEASED, RV_FINANCIAL_RATIO: RV_FINANCIAL_RATIO, RV_INVOICES: RV_INVOICES, RV_BILLS: RV_BILLS, RV_BALANCE_SHEET: RV_BALANCE_SHEET, RV_FINANCIAL_FORECASTS: RV_FINANCIAL_FORECASTS, RV_INCOME_STATEMENTS: RV_INCOME_STATEMENTS, RV_CASHFLOW_STATEMENTS: RV_CASHFLOW_STATEMENTS, RV_EXPENSES: RV_EXPENSES, RV_REVENUE: RV_REVENUE, RV_CREDIT_SCORE: RV_CREDIT_SCORE, RV_BANK_ACCOUNT: RV_BANK_ACCOUNT, RV_BANK_ACCOUNT_MUST_BE_SERVICE_NAME_PLAID: RV_BANK_ACCOUNT_MUST_BE_SERVICE_NAME_PLAID, RV_TAX_BENCHMARKING_REQUIRED_FIELDS: RV_TAX_BENCHMARKING_REQUIRED_FIELDS }; export { Translations as T }; //# sourceMappingURL=en.js.map