Business Valuations
Overview
From the Business Valuations endpoint, you can retrieve a business's valuation at a single point in time since inception. See Business Valuatons endpoint for more details.
Data Dependencies
Business valuations are created for the monthly timeframe only. Thus, its sources are the monthly income statement and financial forecast that have the same start date as the business valuation.
Data Model
All business valuations are part of an array of reports. See Reports data type for more details on the report structure and its meta-data.
Field | Type | Description |
---|---|---|
liquidationValue | decimal | The liquidation value of a business. |
discountedCashflowValue | decimal | The discounted cashflow valuation of a business. |
discountRate | decimal | The discount rate used to calculate the discounted cashflow valuation of a business. |
revenueMultiple | decimal | The revenue multiple used to calculate the multiple to revenue valuation of a business. |
multipleToRevenueValue | decimal | The multiple to revenue valuation of a business. |
firstChicagoValue | decimal | The first chicago valuation of a business. |
{
"data": {
"liquidationValue": 100000,
"discountedCashflowValue": 100000,
"discountRate": 0.12,
"revenueMultiple": 1.6,
"multipleToRevenueValue": 100000,
"firstChicagoValue": 1.6
}
}
Updated 3 months ago