PolicyFundHolding
The number of units of a single fund held by a policy.
type PolicyFundHolding {
isLoyaltyFund: Boolean!
isin: String!
units: Float!
}
Fields
PolicyFundHolding.isLoyaltyFund ● Boolean! non-null scalar
Whether this is the insurer's loyalty fund (_Treuefonds_), which the insurer credits to the policy rather than the policy buying it from premiums. It counts towards the policy's value but is not part of the fund selection the broker manages.
PolicyFundHolding.isin ● String! non-null scalar
ISIN of the fund.
PolicyFundHolding.units ● Float! non-null scalar
Number of units held. Fractional.
Member Of
PolicyFundAllocation object