Skip to main content

LiechtensteinLifePensionProductConfigurationInput

Configuration for creating an offer for the Liechtenstein Life Pension insurance product.

input LiechtensteinLifePensionProductConfigurationInput {
absoluteReductionFundAdministrationCost: Float
additionalPayment: MonetaryFractionalAmount!
ageUntilPremiumIsPaid: Int
ageWhenPolicyEnds: Int!
deathCoveragePercentage: Percentage!
guarantee: LiechtensteinLifePensionGuarantee
investmentStrategy: LiechtensteinLifePensionInvestmentStrategyInput!
language: LiechtensteinLifePensionContractLanguage
maturityManagement: Boolean
monthlyPremium: MonetaryFractionalAmount!
premiumMode: Int
premiumWaiver: Boolean
startDate: Date!
}

Fields​

LiechtensteinLifePensionProductConfigurationInput.absoluteReductionFundAdministrationCost ● Float scalar​

The reduction of the fund administration cost that the customer will have to pay to the broker. The value is between 0 and 1.

_Constraints_:

* Minimal value: 0 * Maximal value: 1

LiechtensteinLifePensionProductConfigurationInput.additionalPayment ● MonetaryFractionalAmount! non-null scalar​

One-time payment the customer would like to pay in when the policy starts.

Amount is specified in the smallest monetary unit (cents for EUR) to avoid floating point math. Example: 1000000 represents €10,000.00

LiechtensteinLifePensionProductConfigurationInput.ageUntilPremiumIsPaid ● Int scalar​

Age until which the customer will pay premiums.

Constraints:

  • Minimum: 18 years
  • Maximum: 75 years
  • Must be greater than start date age
  • Must be at least 5 years from policy start (enforced by insurance system)

Default: Same as policy end age

_Constraints_:

* Minimal value: 18 * Maximal value: 75

LiechtensteinLifePensionProductConfigurationInput.ageWhenPolicyEnds ● Int! non-null scalar​

Age at which the policy ends and the customer can withdraw funds.

Constraints:

  • Minimum: 62 years
  • Maximum: 85 years
  • Must be greater than the customer's age at start date

_Constraints_:

* Minimal value: 62 * Maximal value: 85

LiechtensteinLifePensionProductConfigurationInput.deathCoveragePercentage ● Percentage! non-null scalar​

Death benefit percentage above the standard coverage.

Set to 0 for no additional death benefit beyond the policy value. The actual death payout is the higher of: the selected percentage of the policy value, or the minimum taxable death benefit as determined by the insurance system.

LiechtensteinLifePensionProductConfigurationInput.guarantee ● LiechtensteinLifePensionGuarantee enum​

Capital guarantee level for the policy. Default is NO_GUARANTEE.

LiechtensteinLifePensionProductConfigurationInput.investmentStrategy ● LiechtensteinLifePensionInvestmentStrategyInput! non-null input​

Investment strategy configuration including fund selection, risk level, and sustainability preferences.

LiechtensteinLifePensionProductConfigurationInput.language ● LiechtensteinLifePensionContractLanguage enum​

Preferred language for contract documents.

Default: DE_DE (German)

LiechtensteinLifePensionProductConfigurationInput.maturityManagement ● Boolean scalar​

Option that insurance company checks with the age of 55 of the customer, they may have all assets moved to more secure funds. Default is false.

LiechtensteinLifePensionProductConfigurationInput.monthlyPremium ● MonetaryFractionalAmount! non-null scalar​

Monthly premium amount.

Amount is specified in the smallest monetary unit (cents for EUR) to avoid floating point math. Example: 10000 represents €100.00

LiechtensteinLifePensionProductConfigurationInput.premiumMode ● Int scalar​

Premium payment frequency.

Valid values:

  • 0: Single premium
  • 1: Annual
  • 2: Semi-annual
  • 4: Quarterly
  • 12: Monthly (default)

_Constraints_:

* Must match RegEx pattern: ^(0|1|2|4|12)$

LiechtensteinLifePensionProductConfigurationInput.premiumWaiver ● Boolean scalar​

Indicates if the customer wants the option for premium waiver. Default is false.

LiechtensteinLifePensionProductConfigurationInput.startDate ● Date! non-null scalar​

When would the customer like to start the payment for the policy. We recommend to use the first of the current month as the default value if there is no specific desired start date.

Member Of​

CreateLiechtensteinLifePensionInput input