Back to all tasks

Register Refinancing Details

User task

JSON Schema definition for the Register Refinancing Details task

Loading schema...
Examples

Examples

[
  {
    "changes": [
      {
        "changeKind": "LOAN_INCREASE",
        "basicChangeInformation": {
          "parentId": "407707ed-c4f4-4f65-9546-aba6182b83c0",
          "description": "Increase existing mortgage to refinance unsecured debt"
        },
        "loanIncrease": {
          "amount": {
            "amount": 500000,
            "currency": "NOK"
          },
          "date": "2026-06-01"
        }
      },
      {
        "changeKind": "MATURITY_AND_PAYMENT",
        "basicChangeInformation": {
          "parentId": "407707ed-c4f4-4f65-9546-aba6182b83c0"
        },
        "maturity": {
          "numberOfMonths": 300,
          "fixedMaturity": true
        }
      },
      {
        "changeKind": "MARKET_VALUATIONS",
        "basicChangeInformation": {
          "parentId": "7be1c1bf-1886-46aa-bab1-1faee6a7de01"
        },
        "marketValuations": [
          {
            "marketValuation": {
              "value": {
                "amount": 5200000,
                "currency": "NOK"
              },
              "valuationDate": "2026-05-01",
              "valuationSource": "BROKER"
            },
            "changeStatus": "NEW"
          }
        ]
      }
    ]
  }
]