Objects

This is a preview version of the API intended for early testing and integration. Preview versions are not stable and may include breaking changes before general availability.

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.

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