CreateLiechtensteinLifePensionInput
Input to create a new offer for Liechtenstein Life Pension (Basisrente).
input CreateLiechtensteinLifePensionInput {
associatedPersons: [LiechtensteinLifePensionAssociatedPersonInput!]!
beneficiaries: LiechtensteinLifePensionBeneficiariesInput
customerFinancialStatus: LiechtensteinLifePensionFinancialStatusInput!
disableConsultationWaiver: Boolean
insuredPersonsHealthStatus: LiechtensteinLifePensionHealthInput!
productConfiguration: LiechtensteinLifePensionProductConfigurationInput!
}
Fields
CreateLiechtensteinLifePensionInput.associatedPersons ● [LiechtensteinLifePensionAssociatedPersonInput!]! non-null input
Information about the associated persons for the policy (policyHolder, insuredPerson, payer, economicInterest)
CreateLiechtensteinLifePensionInput.beneficiaries ● LiechtensteinLifePensionBeneficiariesInput input
Information about the death beneficiaries. Note: Basisrente law (Schicht 1) restricts death beneficiary to PARTNER only. No custom or life beneficiaries are allowed. Both PARTNER and HEIRS (deprecated) are accepted but always mapped to PARTNER server-side.
CreateLiechtensteinLifePensionInput.customerFinancialStatus ● LiechtensteinLifePensionFinancialStatusInput! non-null input
The financial state of the customer at the time of the offer creation.
CreateLiechtensteinLifePensionInput.disableConsultationWaiver ● Boolean scalar
Currently a no-op: the value is accepted and ignored.
Every offer's application form (Antrag) is generated with the _Ausführliches Beratungsprotokoll_ pages for the broker to complete, whether this field is true, false, or omitted. The field is kept so existing integrations keep validating.
If your setup genuinely requires offers without our consultation protocol — because you document the advice yourself — contact technical support; it is not something this flag can switch on.
CreateLiechtensteinLifePensionInput.insuredPersonsHealthStatus ● LiechtensteinLifePensionHealthInput! non-null input
The health state of the insured persons at the time of the offer creation.
CreateLiechtensteinLifePensionInput.productConfiguration ● LiechtensteinLifePensionProductConfigurationInput! non-null input
Information about the offer itself and various configurable options for the offer.
Member Of
CreateOfferInput input