Skip to main content

Prosperity3ABeneficiaryAllotmentInput

A single beneficiary allotment for a Prosperity 3A policy. Provide either personalData (for an individual) or companyData (for a company), not both.

input Prosperity3ABeneficiaryAllotmentInput {
address: AddressInput!
allotmentPercentage: Percentage!
companyData: Prosperity3ACompanyBeneficiaryInput
personalData: Prosperity3APersonalBeneficiaryInput
}

Fields​

Prosperity3ABeneficiaryAllotmentInput.address ● AddressInput! non-null input​

Current address of the beneficiary.

Prosperity3ABeneficiaryAllotmentInput.allotmentPercentage ● Percentage! non-null scalar​

Percentage allotment for this beneficiary. All allotments within a level must sum to 100.

Prosperity3ABeneficiaryAllotmentInput.companyData ● Prosperity3ACompanyBeneficiaryInput input​

Company data for a corporate beneficiary. Mutually exclusive with personalData.

Prosperity3ABeneficiaryAllotmentInput.personalData ● Prosperity3APersonalBeneficiaryInput input​

Personal data for an individual beneficiary. Mutually exclusive with companyData.

Member Of​

Prosperity3ACustomDeathBeneficiariesInput input