Objects

Insurance

insuredPersonNamestring

Name of the insured person.

protectionDetailsProtectionDetails

Provides details about the protection of the pension

survivorsProtectionboolean

Indicates if the pension has any survivors protection. Will be deprecated in the next API version, please use protectionDetails field.

{
  "insuredPersonName": "Namn Namnsson",
  "protectionDetails": {
    "familyProtection": true,
    "repaymentProtection": true,
    "survivorsProtection": true
  },
  "survivorsProtection": true
}