Skip to main content

GetVehicle

Stable

Signature

query {
GetVehicle(id: ...)
}

Retourne : Vehicle!

Arguments

NomTypeRequisDéfautDescription
idID!

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
}
}