Skip to main content

PolicyRegularPremium

The recurring premium a policy pays today: the size of one payment, the currency it is in, and how often it falls due.

The size and the cadence are not combined into a yearly or lifetime figure. Derive whichever total your side needs from them, so the number you book is one you defined.

type PolicyRegularPremium {
amount: MonetaryFractionalAmount!
currency: Currency!
frequency: PremiumFrequency!
}

Fields​

PolicyRegularPremium.amount ● MonetaryFractionalAmount! non-null scalar​

One payment, in the smallest unit of currency (rappen, cents) — 33000 is 330.00. This is a single payment, not a yearly figure and not a total.

PolicyRegularPremium.currency ● Currency! non-null scalar​

The ISO 4217 code amount is denominated in: CHF or EUR. Read it before booking the amount.

PolicyRegularPremium.frequency ● PremiumFrequency! non-null enum​

How often amount is paid.

Member Of​

Policy object