PolicyFundValue
What a policy's fund holdings are worth, as last valued by the insurance system.
type PolicyFundValue {
amount: MonetaryFractionalAmount!
currency: Currency!
}
Fields
PolicyFundValue.amount ● MonetaryFractionalAmount! non-null scalar
In the smallest unit of currency (rappen, cents) — 1234567 is 12,345.67.
PolicyFundValue.currency ● Currency! non-null scalar
The ISO 4217 code amount is denominated in: CHF or EUR. Always the policy's own
currency.
Member Of
Policy object