Skip to content

Commit

Permalink
Small formatting changes. Better name for simulation result.
Browse files Browse the repository at this point in the history
  • Loading branch information
msacrea committed Dec 31, 2024
1 parent afd1bc6 commit e72c7f7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pensionAPI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ tags:
description: Retirement capital transactions.

security:
TBD

paths:
/insured-persons/{personId}:
Expand Down Expand Up @@ -376,7 +377,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/SimulationResult'
$ref: '#/components/schemas/SimulationResultPensionDetails'
'401':
$ref: '#/components/responses/standard401'
'404':
Expand Down Expand Up @@ -427,7 +428,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/SimulationResult'
$ref: '#/components/schemas/SimulationResultPensionDetails'
'401':
$ref: '#/components/responses/standard401'
'404':
Expand Down Expand Up @@ -1685,16 +1686,16 @@ components:
Date when the salary change takes effect.
If omitted: tomorrow.
SimulationResult:
SimulationResultPensionDetails:
type: object
description: Financial effect of voluntary purchase.
description: Financial effect of simulation.
required:
- personalPensionDetailsBeforeChange
- personalPensionDetailsAfterChange
properties:
personalPensionDetailsBeforeChange:
$ref: '#/components/schemas/PersonalPensionDetails'
description: Provides the personal pension details before the change (referenceDate=today)
$ref: '#/components/schemas/PersonalPensionDetails'
description: Provides the personal pension details before the change (referenceDate=today)
personalPensionDetailsAfterChange:
$ref: '#/components/schemas/PersonalPensionDetails'
description: |
Expand Down Expand Up @@ -1909,8 +1910,7 @@ components:
authorizationUrl: https://example.com/oauth/authorize
tokenUrl: https://example.com/oauth/token
scopes:
read:basic_pension_data: Access to basic pension data (user profile, pension statements, and transactions).

read:basic_pension_data: Access to basic pension data (user profile, pension statements, and transactions).

# ---- Responses - Standard Errors Common Data Model ----
responses:
Expand Down

0 comments on commit e72c7f7

Please sign in to comment.