GuidesRecipesAPI Reference
Log In
Guides

Valuation update

Definition

Valuation transaction group in Quantium CORE allows users to add following types of transactions for fund vehicles and SPVs:

  • Add, edit and delete single asset valuation update with auto suggested allocation to investing entities
  • Add, edit and delete valuation update of all asset held in a fund vehicle

📘

Accounting journals

Accounting journals from valuation transactions are generated to fund vehicle and SPV general ledgers automatically (including look through unrealized gain/(loss) of parent entities. Accounting journals are be manually edited by the user.

Valuation Input Object Model definition

Field NameData typeDescription
assetInternalIdstringAn asset's unique ID acquired from List of asset entity objects
valuationDatestringValuation date in "YYYY-MM-DD" format
valuationMethodIdstringValuation method which can be acquired by ValuationMethod
fullyDilutedOwnershipPercentnumberFully diluted ownership i.e. if 2% put 0.02
useValuePerUnitValuebooleantrue : The system will use valuePerUnit field to calculate unrealized gain/loss

false: The system will use assetFmv to calculate unrealized gain/loss
valuePerUnitbooleanValue per share
assetFmvbooleanTotal company value
currencyCodebooleanThe currency of value per share or total company value

Example

{
  "assetInternalId": "string",				
  "valuationDate": "string",
  "valuationMethodId": 0,
  "fullyDilutedOwnershipPercent": 0,
  "useValuePerUnitValue": true,
  "valuePerUnit": 0,
  "assetFmv": 0,
  "currencyCode": "string"
}