CreateFinancialVehicle
Signature
mutation {
CreateFinancialVehicle(companyCorporateAccount: ...)
}
Retourne : Vehicle
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
companyCorporateAccount | CompanyCorporateAccountInput! | ✓ | — | — |
Exemple
mutation {
CreateFinancialVehicle(
companyCorporateAccount: $companyCorporateAccount
) {
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
}
}