Skip to main content

LiechtensteinLifePensionInvestmentStrategyInput

Input to provide a collection of attributes that define how the money is to be invested for the current policy.

input LiechtensteinLifePensionInvestmentStrategyInput {
fundSelection: [FundSelectionInput!]!
goals: InvestmentGoalsInput!
rebalancingType: RebalancingType
riskLevel: RiskLevel!
sustainabilityDetails: LiechtensteinLifePensionSustainabilityDetailsInput!
}

Fields

LiechtensteinLifePensionInvestmentStrategyInput.fundSelection ● [FundSelectionInput!]! non-null input

The funds that the customer/broker selected to invest in. The sum of all the fund percentages must amount to 100 and there can be no more than 10 funds.

LiechtensteinLifePensionInvestmentStrategyInput.goals ● InvestmentGoalsInput! non-null input

The reasons why the customer is making this investment choice.

**Note (Basisrente)**: longTerm is always overridden to true server-side regardless of the provided value. diversification, focusFund are set to false, and lowRiskInvestment is derived from riskLevel.

LiechtensteinLifePensionInvestmentStrategyInput.rebalancingType ● RebalancingType enum

The customer's preferred way of re-balancing the investment. The default value is NORMAL, i.e. the insurance company re-balances the portfolio once a year.

LiechtensteinLifePensionInvestmentStrategyInput.riskLevel ● RiskLevel! non-null enum

Maximum risk level the customer is willing to take with their investment.

LiechtensteinLifePensionInvestmentStrategyInput.sustainabilityDetails ● LiechtensteinLifePensionSustainabilityDetailsInput! non-null input

Information about the customer's knowledge of sustainable investing and the choices they have made.

Member Of

LiechtensteinLifePensionProductConfigurationInput input