AvailableFund
A fund the product offers.
type AvailableFund {
isGuaranteeFund: Boolean!
isSustainable: Boolean!
isin: String!
name: String
riskLevel: Int
}
Fields
AvailableFund.isGuaranteeFund ● Boolean! non-null scalar
Whether this is a guarantee fund.
AvailableFund.isSustainable ● Boolean! non-null scalar
Whether the insurance system classes the fund as sustainable.
AvailableFund.isin ● String! non-null scalar
The value to pass as FundSelectionInput.id when creating an offer.
AvailableFund.name ● String scalar
The fund's name as the insurance system reports it.
AvailableFund.riskLevel ● Int scalar
The insurance system's own risk classification, from 1 (lowest) to 7 (highest). null
means the fund carries no risk profile. This is the fund's risk, not the customer's
appetite: we deliberately publish no rule mapping one to the other, because the ceiling
the insurer enforces at issuance is not ours to state. Selecting funds above a customer's
profile is validated by the insurance system before issuance, not by this API.
Member Of
AvailableFundEdge object