Skip to main content

CreateFinancialVehicle

Stable

Signature

mutation {
CreateFinancialVehicle(companyCorporateAccount: ...)
}

Retourne : Vehicle

Arguments

NomTypeRequisDéfautDescription
companyCorporateAccountCompanyCorporateAccountInput!

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