SimulateInvestmentChange
Signature
query {
SimulateInvestmentChange(investmentId: ...)
}
Retourne : Investment!
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
investmentId | ID! | ✓ | — | — |
dismembermentType | DismembermentType | — | — | |
dismembermentDurationInYears | Int | — | — | |
inputAmount | Amount | — | — | |
inputSecuritiesNumber | Float | — | — | |
lifeDismembermentDiscount | Float | — | — |
Exemple
query {
SimulateInvestmentChange(
investmentId: $investmentId
) {
# Sélectionner les champs souhaités
}
}