FundSelectionInput
Input to provide details about a certain fund choice in which the customer would like to invest.
input FundSelectionInput {
id: String!
percentage: Percentage!
}
Fields
FundSelectionInput.id ● String! non-null scalar
The ID of the fund in the insurance provider's system. In most of the cases it is an ISIN, but in some cases it's a custom code. Example of a custom code is when you have a custom strategy/fund basket.
An ISIN stands for international securities identification number and is a 12 digit code that assists in identifying securities such as stocks, equities, notes, bonds, debt, funds and more. The same field is also used as an internal identifier by the underlying insurance system.
FundSelectionInput.percentage ● Percentage! non-null scalar
Percentage of the total premium amount that should be invested in this fund.
Total sum of all the selected funds must be 100 with values must be between 1 and 100, e.g. 45 in fund-A, 25 in fund-B, and 30 in fund-C.
Member Of
LiechtensteinLifeInvestInvestmentStrategyInput input ● LiechtensteinLifePensionInvestmentStrategyInput input ● LiechtensteinLifeWealthInvestmentStrategyInput input ● Prosperity3AInvestmentStrategyInput input ● ProsperityPlusGermanyInvestmentStrategyInput input ● ProsperityPlusInvestmentStrategyInput input ● TermFixInput input ● ValueInvestVWLInvestmentStrategyInput input ● YourLifeNettoPlusInvestmentStrategyInput input