TermFixInput
Term fix allows you to transfer assets to your beneficiary at a certain time when a certain event occurs.
With the term-fixed date, you determine when the insurance benefit should be paid out to the beneficiary if the insured event (triggered by the death of the only or last insured person under the policy) occurs earlier.
input TermFixInput {
events: [TermFixEventType!]!
funds: [FundSelectionInput!]!
term: Date!
}
Fields
TermFixInput.events ● [TermFixEventType!]! non-null enum
Events that trigger the payout of the insurance benefit to the beneficiary.
TermFixInput.funds ● [FundSelectionInput!]! non-null input
The funds in which the NAV should be invested during the waiting period.
TermFixInput.term ● Date! non-null scalar
Designated date when the beneficiary should be paid out.