Skip to content

Commit

Permalink
Release 2.64 - Add Number of Payouts for Purchase; add Market Value o…
Browse files Browse the repository at this point in the history
…f Property and Property Valuation Source (#181)
  • Loading branch information
github-actions[bot] authored Nov 14, 2023
1 parent a45309d commit c33031f
Show file tree
Hide file tree
Showing 3 changed files with 214 additions and 4 deletions.
134 changes: 132 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,8 @@ <h1>Anträge API</h1>
<li><a href="#_modernisierungsangaben">ModernisierungsAngaben</a></li>
<li><a href="#_nachrangigesexternesdarlehen">NachrangigesExternesDarlehen</a></li>
<li><a href="#_nachrichtdto">NachrichtDTO</a></li>
<li><a href="#_objektbewertung">Objektbewertung</a></li>
<li><a href="#_objektbewertungsquelle">ObjektbewertungsQuelle</a></li>
<li><a href="#_paginationlinks">PaginationLinks</a></li>
<li><a href="#_partner">Partner</a></li>
<li><a href="#_partnerkennzeichen">PartnerKennzeichen</a></li>
Expand Down Expand Up @@ -597,7 +599,7 @@ <h2 id="_overview">Overview</h2>
<div class="sect2">
<h3 id="_version_information">Version information</h3>
<div class="paragraph">
<p><em>Version</em> : 2.63</p>
<p><em>Version</em> : 2.64</p>
</div>
</div>
<div class="sect2">
Expand Down Expand Up @@ -5857,6 +5859,18 @@ <h3 id="_beleihungsrechnung">BeleihungsRechnung</h3>
</tr>
<tr>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p><strong>objektbewertungen</strong><br>
<em>optional</em></p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p>list of property valuations</p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p>&lt; <a href="#_objektbewertung">Objektbewertung</a> &gt; array</p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p><strong>produktAnbieter</strong><br>
<em>optional</em></p>
</div></div></td>
Expand Down Expand Up @@ -8375,6 +8389,18 @@ <h3 id="_finanzbedarf">Finanzbedarf</h3>
<tbody>
<tr>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p><strong>anzahlTeilzahlungen</strong><br>
<em>optional</em></p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p>Number of payouts for purchase from a property developer or a renovation</p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p>integer (int32)</p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p><strong>aussenAnlagen</strong><br>
<em>optional</em></p>
</div></div></td>
Expand Down Expand Up @@ -11022,6 +11048,110 @@ <h3 id="_nachrichtdto">NachrichtDTO</h3>
</table>
</div>
<div class="sect2">
<h3 id="_objektbewertung">Objektbewertung</h3>
<div class="paragraph">
<p>property valuation</p>
</div>
<table class="tableblock frame-all grid-all stretch">
<colgroup>
<col style="width: 16.6666%;">
<col style="width: 61.1111%;">
<col style="width: 22.2223%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-middle">Name</th>
<th class="tableblock halign-left valign-middle">Description</th>
<th class="tableblock halign-left valign-middle">Schema</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p><strong>immobilie</strong><br>
<em>optional</em></p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p>property</p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p><a href="#_immobilieverknuepfung">ImmobilieVerknuepfung</a></p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p><strong>marktwert</strong><br>
<em>optional</em></p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p>market value</p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p>number</p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p><strong>quelle</strong><br>
<em>optional</em></p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p>source</p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p><a href="#_objektbewertungsquelle">ObjektbewertungsQuelle</a></p>
</div></div></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="_objektbewertungsquelle">ObjektbewertungsQuelle</h3>
<div class="paragraph">
<p>source of property valuation</p>
</div>
<table class="tableblock frame-all grid-all stretch">
<colgroup>
<col style="width: 16.6666%;">
<col style="width: 61.1111%;">
<col style="width: 22.2223%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-middle">Name</th>
<th class="tableblock halign-left valign-middle">Description</th>
<th class="tableblock halign-left valign-middle">Schema</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p><strong>name</strong><br>
<em>optional</em></p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p>name of source; currently known names: 'Value', 'VDP', 'BaufiSmart-Wertermittlung'</p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p>string</p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p><strong>referenz</strong><br>
<em>optional</em></p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p>reference of source; optional; may reference additional valuation data from external valuation sources, like e.g. Value</p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p>string</p>
</div></div></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="_paginationlinks">PaginationLinks</h3>
<table class="tableblock frame-all grid-all stretch">
<colgroup>
Expand Down Expand Up @@ -13908,7 +14038,7 @@ <h3 id="_zahlungsplan">zahlungsplan</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-09-01 14:16:16 +0200
Last updated 2023-10-30 16:51:16 +0100
</div>
</div>
</body>
Expand Down
48 changes: 47 additions & 1 deletion swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"description": "As a loan provider get all the data of your applications for highly effective validations and approvals.",
"version": "2.63",
"version": "2.64",
"title": "Anträge API",
"contact": {
"name": "Europace AG",
Expand Down Expand Up @@ -1914,6 +1914,13 @@
"type": "number",
"description": "sum of mortgage values"
},
"objektbewertungen": {
"type": "array",
"description": "list of property valuations",
"items": {
"$ref": "#/definitions/Objektbewertung"
}
},
"produktAnbieter": {
"$ref": "#/definitions/ProduktAnbieter"
}
Expand Down Expand Up @@ -2814,6 +2821,11 @@
"Finanzbedarf": {
"type": "object",
"properties": {
"anzahlTeilzahlungen": {
"type": "integer",
"format": "int32",
"description": "Number of payouts for purchase from a property developer or a renovation"
},
"aussenAnlagen": {
"type": "number",
"description": "costs for gardening"
Expand Down Expand Up @@ -3926,6 +3938,40 @@
},
"title": "NachrichtDTO"
},
"Objektbewertung": {
"type": "object",
"properties": {
"immobilie": {
"description": "property",
"$ref": "#/definitions/ImmobilieVerknuepfung"
},
"marktwert": {
"type": "number",
"description": "market value"
},
"quelle": {
"description": "source",
"$ref": "#/definitions/ObjektbewertungsQuelle"
}
},
"title": "Objektbewertung",
"description": "property valuation"
},
"ObjektbewertungsQuelle": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "name of source; currently known names: 'Value', 'VDP', 'BaufiSmart-Wertermittlung'"
},
"referenz": {
"type": "string",
"description": "reference of source; optional; may reference additional valuation data from external valuation sources, like e.g. Value"
}
},
"title": "ObjektbewertungsQuelle",
"description": "source of property valuation"
},
"PaginationLinks": {
"type": "object",
"properties": {
Expand Down
36 changes: 35 additions & 1 deletion swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
swagger: "2.0"
info:
description: As a loan provider get all the data of your applications for highly effective validations and approvals.
version: "2.63"
version: "2.64"
title: Anträge API
contact:
name: Europace AG
Expand Down Expand Up @@ -1454,6 +1454,11 @@ definitions:
beleihungsWerteSumme:
type: number
description: sum of mortgage values
objektbewertungen:
type: array
description: list of property valuations
items:
$ref: "#/definitions/Objektbewertung"
produktAnbieter:
$ref: "#/definitions/ProduktAnbieter"
title: BeleihungsRechnung
Expand Down Expand Up @@ -2177,6 +2182,10 @@ definitions:
Finanzbedarf:
type: object
properties:
anzahlTeilzahlungen:
type: integer
format: int32
description: Number of payouts for purchase from a property developer or a renovation
aussenAnlagen:
type: number
description: costs for gardening
Expand Down Expand Up @@ -3027,6 +3036,31 @@ definitions:
minLength: 1
maxLength: 2000
title: NachrichtDTO
Objektbewertung:
type: object
properties:
immobilie:
description: property
$ref: "#/definitions/ImmobilieVerknuepfung"
marktwert:
type: number
description: market value
quelle:
description: source
$ref: "#/definitions/ObjektbewertungsQuelle"
title: Objektbewertung
description: property valuation
ObjektbewertungsQuelle:
type: object
properties:
name:
type: string
description: "name of source; currently known names: 'Value', 'VDP', 'BaufiSmart-Wertermittlung'"
referenz:
type: string
description: "reference of source; optional; may reference additional valuation data from external valuation sources, like e.g. Value"
title: ObjektbewertungsQuelle
description: source of property valuation
PaginationLinks:
type: object
properties:
Expand Down

0 comments on commit c33031f

Please sign in to comment.