Prosperity3AHealthStatusV2Input
Health-questionnaire container for Prosperity 3A (Swiss pillar 3a) offers. Exactly one variant key must be set — the chosen key determines which underwriting questionnaire the insurance system receives.
Variant mapping:
detailed→HealthQuestionnaireType.DETAILED, equivalent payload to the legacyinsuredPersonsHealthStatus: Prosperity3AHealthInput.simplifiedDeathBenefit→HealthQuestionnaireType.SIMPLIFIED_DEATH_BENEFIT, for offers that only carry a death-benefit rider.simplifiedPremiumWaiver→HealthQuestionnaireType.SIMPLIFIED_PREMIUM_WAIVER, for offers that include the premium-waiver rider.
Submitted via the insuredPersonsHealthStatusV2 field on CreateProsperity3AInput. Must not be combined with the legacy insuredPersonsHealthStatus — setting both returns HEALTH_STATE_BOTH_VERSIONS_SET.
input Prosperity3AHealthStatusV2Input {
detailed: Prosperity3AHealthInput
simplifiedDeathBenefit: HealthSimplifiedDeathBenefitInput
simplifiedPremiumWaiver: HealthSimplifiedPremiumWaiverInput
}
Fields
Prosperity3AHealthStatusV2Input.detailed ● Prosperity3AHealthInput input
Full detailed questionnaire. Same payload as the legacy insuredPersonsHealthStatus: Prosperity3AHealthInput; use when the partner has not enrolled in the simplified-underwriting programme or when coverage amounts require full underwriting.
Prosperity3AHealthStatusV2Input.simplifiedDeathBenefit ● HealthSimplifiedDeathBenefitInput input
Simplified questionnaire for death-benefit-only offers (no premium-waiver, no disability-annuity). Requires the two-question disclosure set in HealthSimplifiedDeathBenefitInput.
Prosperity3AHealthStatusV2Input.simplifiedPremiumWaiver ● HealthSimplifiedPremiumWaiverInput input
Simplified questionnaire for offers that include the premium-waiver (premium-exoneration) rider. Adds serious-handicap, mental-illness and BMI disclosures on top of the death-benefit questionnaire — see HealthSimplifiedPremiumWaiverInput.
Member Of
CreateProsperity3AInput input