Skip to content

Commit

Permalink
- add gesamtlaufzeitInMonaten to Darlehen (#121)
Browse files Browse the repository at this point in the history
- add geburtsland, zweiteStaatsangehoerigkeit, dritteStaatsangehoerigkeit to Antragsteller
- add guthabenZins to BausparAngebot
- add erfahrungImmobilienFinanzierung to Haushalt
  • Loading branch information
fgellhorn authored Jul 10, 2024
1 parent 08b7248 commit eba3e4e
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 10 deletions.
55 changes: 50 additions & 5 deletions swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"description": "Mit dieser API können die Vorgänge aus der Europace Plattform ausgelesen werden.",
"version": "2.39",
"version": "2.41",
"title": "Vorgänge API",
"contact": {
"name": "Europace AG",
Expand Down Expand Up @@ -1807,6 +1807,11 @@
"type": "object",
"properties": {
"auszahlungsDatum": {
"type": "string",
"format": "date",
"description": "Bitte 'auszahlungsZeitpunkt' verwenden"
},
"auszahlungsZeitpunkt": {
"type": "string",
"format": "date"
},
Expand Down Expand Up @@ -2040,6 +2045,9 @@
"bruttoVorjahresEinkommen": {
"type": "number"
},
"dritteStaatsangehoerigkeit": {
"$ref": "#/definitions/Staat"
},
"email": {
"type": "string",
"example": "[email protected]",
Expand All @@ -2063,6 +2071,9 @@
"type": "string",
"format": "date"
},
"geburtsland": {
"$ref": "#/definitions/Staat"
},
"geburtsort": {
"type": "string"
},
Expand Down Expand Up @@ -2130,6 +2141,9 @@
"wohnhaftSeit": {
"type": "string",
"format": "date"
},
"zweiteStaatsangehoerigkeit": {
"$ref": "#/definitions/Staat"
}
},
"title": "Antragsteller"
Expand Down Expand Up @@ -2284,6 +2298,9 @@
"type": "number",
"description": "Deprecated. Einmalzahlungen sind Teil der Sonderzahlungen."
},
"guthabenZins": {
"type": "number"
},
"id": {
"type": "string"
},
Expand Down Expand Up @@ -2509,6 +2526,9 @@
"type": "integer",
"format": "int32"
},
"guthabenZins": {
"type": "number"
},
"id": {
"type": "string"
},
Expand Down Expand Up @@ -2824,6 +2844,9 @@
"bewirtschaftungsKostenJaehrlich": {
"type": "number"
},
"bezeichnung": {
"type": "string"
},
"bodenRichtwert": {
"type": "number"
},
Expand Down Expand Up @@ -2942,6 +2965,9 @@
"ertrag": {
"type": "number"
},
"guthabenZins": {
"type": "number"
},
"id": {
"type": "string"
},
Expand Down Expand Up @@ -3198,6 +3224,10 @@
"format": "int32",
"description": "nur bei darlehensTyp==FORWARD_DARLEHEN"
},
"gesamtlaufzeitInMonaten": {
"type": "integer",
"format": "int32"
},
"id": {
"type": "string"
},
Expand Down Expand Up @@ -3271,12 +3301,12 @@
"laufzeitInMonaten": {
"type": "integer",
"format": "int32",
"description": "nur bei darlehensTyp==PRIVAT_DARLEHEN"
"description": "nur bei darlehensTyp==PRIVAT_DARLEHEN. Deprecated. Aktuell ist die Information in gesamtlaufzeitInMonaten zu finden."
},
"maximaleLaufzeitInMonaten": {
"type": "integer",
"format": "int32",
"description": "nur bei darlehensTyp==ZWISCHEN_FINANZIERUNG"
"description": "nur bei darlehensTyp==ZWISCHEN_FINANZIERUNG. Deprecated. Aktuell ist die Information in gesamtlaufzeitInMonaten zu finden."
},
"produktAnbieter": {
"$ref": "#/definitions/ProduktAnbieter"
Expand Down Expand Up @@ -3399,6 +3429,10 @@
"format": "int32",
"description": "nur bei darlehensTyp==FORWARD_DARLEHEN"
},
"gesamtlaufzeitInMonaten": {
"type": "integer",
"format": "int32"
},
"id": {
"type": "string"
},
Expand Down Expand Up @@ -3472,12 +3506,12 @@
"laufzeitInMonaten": {
"type": "integer",
"format": "int32",
"description": "nur bei darlehensTyp==PRIVAT_DARLEHEN"
"description": "nur bei darlehensTyp==PRIVAT_DARLEHEN. Deprecated. Aktuell ist die Information in gesamtlaufzeitInMonaten zu finden."
},
"maximaleLaufzeitInMonaten": {
"type": "integer",
"format": "int32",
"description": "nur bei darlehensTyp==ZWISCHEN_FINANZIERUNG"
"description": "nur bei darlehensTyp==ZWISCHEN_FINANZIERUNG. Deprecated. Aktuell ist die Information in gesamtlaufzeitInMonaten zu finden."
},
"produktAnbieter": {
"$ref": "#/definitions/ProduktAnbieter"
Expand Down Expand Up @@ -3851,6 +3885,9 @@
"type": "integer",
"format": "int32"
},
"guthabenZins": {
"type": "number"
},
"id": {
"type": "string"
},
Expand Down Expand Up @@ -4234,6 +4271,11 @@
"type": "object",
"properties": {
"auszahlungsDatum": {
"type": "string",
"format": "date",
"description": "Bitte 'auszahlungsZeitpunkt' verwenden"
},
"auszahlungsZeitpunkt": {
"type": "string",
"format": "date"
},
Expand Down Expand Up @@ -4500,6 +4542,9 @@
"$ref": "#/definitions/BestehendeImmobilie"
}
},
"erfahrungImmobilienFinanzierung": {
"type": "boolean"
},
"id": {
"type": "string"
},
Expand Down
42 changes: 37 additions & 5 deletions swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
swagger: "2.0"
info:
description: Mit dieser API können die Vorgänge aus der Europace Plattform ausgelesen werden.
version: "2.39"
version: "2.41"
title: Vorgänge API
contact:
name: Europace AG
Expand Down Expand Up @@ -1195,6 +1195,10 @@ definitions:
auszahlungsDatum:
type: string
format: date
description: Bitte 'auszahlungsZeitpunkt' verwenden
auszahlungsZeitpunkt:
type: string
format: date
bereitstellungsZinsFreieZeitInMonaten:
type: integer
format: int32
Expand Down Expand Up @@ -1367,6 +1371,8 @@ definitions:
type: number
bruttoVorjahresEinkommen:
type: number
dritteStaatsangehoerigkeit:
$ref: '#/definitions/Staat'
email:
type: string
example: [email protected]
Expand All @@ -1385,6 +1391,8 @@ definitions:
geburtsdatum:
type: string
format: date
geburtsland:
$ref: '#/definitions/Staat'
geburtsort:
type: string
guetertrennungVereinbartWennVerheiratet:
Expand Down Expand Up @@ -1432,6 +1440,8 @@ definitions:
wohnhaftSeit:
type: string
format: date
zweiteStaatsangehoerigkeit:
$ref: '#/definitions/Staat'
title: Antragsteller
Archivierung:
type: object
Expand Down Expand Up @@ -1541,6 +1551,8 @@ definitions:
einmalzahlung:
type: number
description: Deprecated. Einmalzahlungen sind Teil der Sonderzahlungen.
guthabenZins:
type: number
id:
type: string
produktAnbieter:
Expand Down Expand Up @@ -1698,6 +1710,8 @@ definitions:
gesamtLaufzeitInJahren:
type: integer
format: int32
guthabenZins:
type: number
id:
type: string
produktAnbieter:
Expand Down Expand Up @@ -1943,6 +1957,8 @@ definitions:
$ref: '#/definitions/BestehendesDarlehen'
bewirtschaftungsKostenJaehrlich:
type: number
bezeichnung:
type: string
bodenRichtwert:
type: number
bundesland:
Expand Down Expand Up @@ -2030,6 +2046,8 @@ definitions:
description: Deprecated. Einmalzahlungen sind Teil der Sonderzahlungen.
ertrag:
type: number
guthabenZins:
type: number
id:
type: string
maximalAufzuloesenderBetrag:
Expand Down Expand Up @@ -2215,6 +2233,9 @@ definitions:
type: integer
format: int32
description: nur bei darlehensTyp==FORWARD_DARLEHEN
gesamtlaufzeitInMonaten:
type: integer
format: int32
id:
type: string
kfwEnergieEffizienzGruppe:
Expand Down Expand Up @@ -2277,11 +2298,11 @@ definitions:
laufzeitInMonaten:
type: integer
format: int32
description: nur bei darlehensTyp==PRIVAT_DARLEHEN
description: nur bei darlehensTyp==PRIVAT_DARLEHEN. Deprecated. Aktuell ist die Information in gesamtlaufzeitInMonaten zu finden.
maximaleLaufzeitInMonaten:
type: integer
format: int32
description: nur bei darlehensTyp==ZWISCHEN_FINANZIERUNG
description: nur bei darlehensTyp==ZWISCHEN_FINANZIERUNG. Deprecated. Aktuell ist die Information in gesamtlaufzeitInMonaten zu finden.
produktAnbieter:
$ref: '#/definitions/ProduktAnbieter'
rateMonatlich:
Expand Down Expand Up @@ -2374,6 +2395,9 @@ definitions:
type: integer
format: int32
description: nur bei darlehensTyp==FORWARD_DARLEHEN
gesamtlaufzeitInMonaten:
type: integer
format: int32
id:
type: string
kfwEnergieEffizienzGruppe:
Expand Down Expand Up @@ -2436,11 +2460,11 @@ definitions:
laufzeitInMonaten:
type: integer
format: int32
description: nur bei darlehensTyp==PRIVAT_DARLEHEN
description: nur bei darlehensTyp==PRIVAT_DARLEHEN. Deprecated. Aktuell ist die Information in gesamtlaufzeitInMonaten zu finden.
maximaleLaufzeitInMonaten:
type: integer
format: int32
description: nur bei darlehensTyp==ZWISCHEN_FINANZIERUNG
description: nur bei darlehensTyp==ZWISCHEN_FINANZIERUNG. Deprecated. Aktuell ist die Information in gesamtlaufzeitInMonaten zu finden.
produktAnbieter:
$ref: '#/definitions/ProduktAnbieter'
rateMonatlich:
Expand Down Expand Up @@ -2710,6 +2734,8 @@ definitions:
gesamtLaufzeitInJahren:
type: integer
format: int32
guthabenZins:
type: number
id:
type: string
produktAnbieter:
Expand Down Expand Up @@ -2986,6 +3012,10 @@ definitions:
auszahlungsDatum:
type: string
format: date
description: Bitte 'auszahlungsZeitpunkt' verwenden
auszahlungsZeitpunkt:
type: string
format: date
bereitstellungsZinsFreieZeitInMonaten:
type: integer
format: int32
Expand Down Expand Up @@ -3177,6 +3207,8 @@ definitions:
type: array
items:
$ref: '#/definitions/BestehendeImmobilie'
erfahrungImmobilienFinanzierung:
type: boolean
id:
type: string
kfzAnzahl:
Expand Down

0 comments on commit eba3e4e

Please sign in to comment.