GetVehicle
Signature
query {
GetVehicle(id: ...)
}
Retourne : Vehicle!
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
id | ID! | ✓ | — | — |
Exemple
query {
GetVehicle(
id: $id
) {
id
label
corporateAccount {}
securities {}
risk
logo {}
companyDocuments {}
companyType {}
communications {}
portfolio {}
historicalInvestmentSumAmounts {}
historicalInvestmentCalledSumAmounts {}
historicalInvestedSumAmounts {}
historicalDistributedSumAmounts {}
historicalCededSumAmounts {}
historicalAssetValuationAmounts {}
historicalManagementFeesAmounts {}
availableAmountToInvest
historicalIrrValues {}
historicalDpiValues {}
historicalRvpiValues {}
historicalTvpiValues {}
netIrr
multiple
timeline {}
accountingRecords {}
createdAt
initialCapitalCallDate
firstInvestmentDate
}
}