Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Enum in Matrimonial Property Scheme - Rel 4.0 final solution #135

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 12 additions & 5 deletions mortgageAPI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2080,6 +2080,13 @@ components:
- other
description: The class of property (Main residence, second residence, rented).
example: main_residence
matrimonialPropertyScheme:
type: string
example: separateEstate
enum:
- jointEstate
- separateEstate
- contributionToJointlyAcquiredProperty
floorPlan:
type: string
enum:
Expand Down Expand Up @@ -3059,13 +3066,13 @@ components:
- registered-partnership
- legally-separated
- partnership-dissolved
matrimonialPropertyScheme:
PropertyOwner:
type: string
example: separateEstate
example: 'yes'
enum:
- jointEstate
- separateEstate
- contributionToJointlyAcquiredProperty
- yes
- no
description: Is the applicant owner of the financed property? Yes/No
jobSituation:
type: string
example: employed
Expand Down