Objects

Movability

resultstring

The result of either the default or custom configured pension movability rules The meaning of the result depends on the implementation of the rules, but these are the intended meanings: `MOVABLE` - Movable digitally `MOVABLE_VALCENTRAL` - Movable by the end user through a "valcentral" (relevant info in `managementInstitutions`) `MOVABLE_MEETING` - Movable but requires a meeting with an advisor `NOT_MOVABLE` - The criteria for being movable are not met `UNKNOWN` - Usually means that some data points required to determine movability were missing

Possible Enum values are MOVABLE, MOVABLE_VALCENTRAL, MOVABLE_MEETING, NOT_MOVABLE, or UNKNOWN.
{
  "result": {
    "result": "MOVABLE"
  }
}