Investment Cashflows
Get a investment's cashflows programmatically
Method and URL
URL |
|
Method | GET |
Params | Fund ID: The fund's unique ID identifier. |
Sample Request
The following is a sample request to query the first 12 months performance
Sample Response
The response will provide the following fields:
Status Code: 200 for a succesful response
Body: JSON array of cash flow events for each investment
Metrics provided are:
id: Internal Tactyc ID
investmentId: Internal Tactyc ID for the investment
investmentName: Company Name
scenarioName: Name of the performance case
probability: Performance case probability
value: Cash flow value in fund currency
date: Date of the cash flow event
period: Number of months since the fund's start date
type: Initial, Follow-On, Dividend or Exit
Last updated