diff --git a/angebote-openapi.json b/angebote-openapi.json index 7fbad4d..dea5d11 100644 --- a/angebote-openapi.json +++ b/angebote-openapi.json @@ -9,7 +9,7 @@ "url" : "https://developer.europace.de", "email" : "devsupport@europace2.de" }, - "version" : "3.0.0" + "version" : "3.0.1" }, "externalDocs" : { "url" : "https://docs.api.europace.de/baufinanzierung/angebote/angebote-api/" @@ -1876,9 +1876,6 @@ } } }, - "204" : { - "description" : "Basierend auf dem Parameter gibt es keinen zurückzugebenden Inhalt." - }, "200" : { "description" : "Die Ermittlung wurde erzeugt und ist maximal eine Stunde unter der Url im 'location' Header abrufbar.", "content" : { @@ -1889,6 +1886,9 @@ } } }, + "204" : { + "description" : "Basierend auf dem Parameter gibt es keinen zurückzugebenden Inhalt." + }, "401" : { "description" : "Unauthorized", "content" : { @@ -2013,22 +2013,22 @@ } } ], "responses" : { - "200" : { - "description" : "Die Ergebnisliste wurde gefunden.", + "404" : { + "description" : "Not Found", "content" : { "application/json" : { "schema" : { - "$ref" : "#/components/schemas/Ergebnisliste" + "$ref" : "#/components/schemas/Error" } } } }, - "404" : { - "description" : "Not Found", + "200" : { + "description" : "Die Ergebnisliste wurde gefunden.", "content" : { "application/json" : { "schema" : { - "$ref" : "#/components/schemas/Error" + "$ref" : "#/components/schemas/Ergebnisliste" } } } @@ -4511,7 +4511,7 @@ }, "kfwProgramm" : { "type" : "string", - "enum" : [ "PROGRAMM_124", "PROGRAMM_141", "PROGRAMM_151", "PROGRAMM_152", "PROGRAMM_153", "PROGRAMM_155", "PROGRAMM_159", "PROGRAMM_167", "PROGRAMM_261", "PROGRAMM_262", "PROGRAMM_297", "PROGRAMM_298", "PROGRAMM_300", "PROGRAMM_358", "PROGRAMM_359" ] + "enum" : [ "PROGRAMM_124", "PROGRAMM_141", "PROGRAMM_151", "PROGRAMM_152", "PROGRAMM_153", "PROGRAMM_155", "PROGRAMM_159", "PROGRAMM_167", "PROGRAMM_261", "PROGRAMM_262", "PROGRAMM_297", "PROGRAMM_298", "PROGRAMM_300", "PROGRAMM_308", "PROGRAMM_358", "PROGRAMM_359" ] }, "sollZins" : { "type" : "number" @@ -6396,7 +6396,7 @@ "kfwProgramm" : { "type" : "string", "description" : "Programm 261 wird nur noch in der Sanierungsvariante, die Programme 141, 151, 152, 153, 155, 167 und 262 werden gar nicht mehr angeboten", - "enum" : [ "PROGRAMM_124", "PROGRAMM_141", "PROGRAMM_151", "PROGRAMM_152", "PROGRAMM_153", "PROGRAMM_155", "PROGRAMM_159", "PROGRAMM_167", "PROGRAMM_261", "PROGRAMM_262", "PROGRAMM_297", "PROGRAMM_298", "PROGRAMM_300", "PROGRAMM_358", "PROGRAMM_359" ] + "enum" : [ "PROGRAMM_124", "PROGRAMM_141", "PROGRAMM_151", "PROGRAMM_152", "PROGRAMM_153", "PROGRAMM_155", "PROGRAMM_159", "PROGRAMM_167", "PROGRAMM_261", "PROGRAMM_262", "PROGRAMM_297", "PROGRAMM_298", "PROGRAMM_300", "PROGRAMM_308", "PROGRAMM_358", "PROGRAMM_359" ] }, "kfwEnergieEffizienzStandard" : { "type" : "string", diff --git a/angebote-openapi.yaml b/angebote-openapi.yaml index f687f4a..567b886 100644 --- a/angebote-openapi.yaml +++ b/angebote-openapi.yaml @@ -7,7 +7,7 @@ info: name: Europace AG url: https://developer.europace.de email: devsupport@europace2.de - version: 3.0.0 + version: 3.0.1 externalDocs: url: https://docs.api.europace.de/baufinanzierung/angebote/angebote-api/ servers: @@ -1246,9 +1246,6 @@ paths: application/json: schema: $ref: '#/components/schemas/Error' - "204": - description: Basierend auf dem Parameter gibt es keinen zurückzugebenden - Inhalt. "200": description: Die Ermittlung wurde erzeugt und ist maximal eine Stunde unter der Url im 'location' Header abrufbar. @@ -1256,6 +1253,9 @@ paths: application/json: schema: $ref: '#/components/schemas/Ergebnisliste' + "204": + description: Basierend auf dem Parameter gibt es keinen zurückzugebenden + Inhalt. "401": description: Unauthorized content: @@ -1339,18 +1339,18 @@ paths: pattern: "^[A-Z0-9]{6}" type: string responses: - "200": - description: Die Ergebnisliste wurde gefunden. - content: - application/json: - schema: - $ref: '#/components/schemas/Ergebnisliste' "404": description: Not Found content: application/json: schema: $ref: '#/components/schemas/Error' + "200": + description: Die Ergebnisliste wurde gefunden. + content: + application/json: + schema: + $ref: '#/components/schemas/Ergebnisliste' "401": description: Unauthorized content: @@ -3027,6 +3027,7 @@ components: - PROGRAMM_297 - PROGRAMM_298 - PROGRAMM_300 + - PROGRAMM_308 - PROGRAMM_358 - PROGRAMM_359 sollZins: @@ -5159,6 +5160,7 @@ components: - PROGRAMM_297 - PROGRAMM_298 - PROGRAMM_300 + - PROGRAMM_308 - PROGRAMM_358 - PROGRAMM_359 kfwEnergieEffizienzStandard: diff --git a/reference/index.html b/reference/index.html index 8942a2c..83789e0 100644 --- a/reference/index.html +++ b/reference/index.html @@ -14,170 +14,170 @@ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section { display: block } - + audio, video { display: inline-block } - + audio:not([controls]) { display: none; height: 0 } - + html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100% } - + a { background: none } - + a:focus { outline: thin dotted } - + a:active, a:hover { outline: 0 } - + h1 { font-size: 2em; margin: .67em 0 } - + abbr[title] { border-bottom: 1px dotted } - + b, strong { font-weight: bold } - + dfn { font-style: italic } - + hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0 } - + mark { background: #ff0; color: #000 } - + code, kbd, pre, samp { font-family: monospace; font-size: 1em } - + pre { white-space: pre-wrap } - + q { quotes: "\201C" "\201D" "\2018" "\2019" } - + small { font-size: 80% } - + sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline } - + sup { top: -.5em } - + sub { bottom: -.25em } - + img { border: 0 } - + svg:not(:root) { overflow: hidden } - + figure { margin: 0 } - + fieldset { border: 1px solid silver; margin: 0 2px; padding: .35em .625em .75em } - + legend { border: 0; padding: 0 } - + button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0 } - + button, input { line-height: normal } - + button, select { text-transform: none } - + button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer } - + button[disabled], html input[disabled] { cursor: default } - + input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0 } - + button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0 } - + textarea { overflow: auto; vertical-align: top } - + table { border-collapse: collapse; border-spacing: 0 } - + *, *::before, *::after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box } - + html, body { font-size: 100% } - + body { background: #fff; color: rgba(0, 0, 0, .8); @@ -193,75 +193,75 @@ -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased } - + a:hover { cursor: pointer } - + img, object, embed { max-width: 100%; height: auto } - + object, embed { height: 100% } - + img { -ms-interpolation-mode: bicubic } - + .left { float: left !important } - + .right { float: right !important } - + .text-left { text-align: left !important } - + .text-right { text-align: right !important } - + .text-center { text-align: center !important } - + .text-justify { text-align: justify !important } - + .hide { display: none } - + img, object, svg { display: inline-block; vertical-align: middle } - + textarea { height: auto; min-height: 50px } - + select { width: 100% } - + .center { margin-left: auto; margin-right: auto } - + .stretch { width: 100% } - + .subheader, .admonitionblock td.content > .title, .audioblock > .title, .exampleblock > .title, .imageblock > .title, .listingblock > .title, .literalblock > .title, .stemblock > .title, .openblock > .title, .paragraph > .title, .quoteblock > .title, table.tableblock > .title, .verseblock > .title, .videoblock > .title, .dlist > .title, .olist > .title, .ulist > .title, .qlist > .title, .hdlist > .title { line-height: 1.45; color: #7a2518; @@ -269,27 +269,27 @@ margin-top: 0; margin-bottom: .25em } - + div, dl, dt, dd, ul, ol, li, h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; direction: ltr } - + a { color: #2156a5; text-decoration: underline; line-height: inherit } - + a:hover, a:focus { color: #1d4b8f } - + a img { border: 0 } - + p { font-family: inherit; font-weight: 400; @@ -298,13 +298,13 @@ margin-bottom: 1.25em; text-rendering: optimizeLegibility } - + p aside { font-size: .875em; line-height: 1.35; font-style: italic } - + h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { font-family: "Open Sans", "DejaVu Sans", sans-serif; font-weight: 300; @@ -315,33 +315,33 @@ margin-bottom: .5em; line-height: 1.0125em } - + h1 small, h2 small, h3 small, #toctitle small, .sidebarblock > .content > .title small, h4 small, h5 small, h6 small { font-size: 60%; color: #e99b8f; line-height: 0 } - + h1 { font-size: 2.125em } - + h2 { font-size: 1.6875em } - + h3, #toctitle, .sidebarblock > .content > .title { font-size: 1.375em } - + h4, h5 { font-size: 1.125em } - + h6 { font-size: 1em } - + hr { border: solid #dddddf; border-width: 1px 0 0; @@ -349,28 +349,28 @@ margin: 1.25em 0 1.1875em; height: 0 } - + em, i { font-style: italic; line-height: inherit } - + strong, b { font-weight: bold; line-height: inherit } - + small { font-size: 60%; line-height: inherit } - + code { font-family: "Droid Sans Mono", "DejaVu Sans Mono", monospace; font-weight: 400; color: rgba(0, 0, 0, .9) } - + ul, ol, dl { font-size: 1em; line-height: 1.6; @@ -378,47 +378,47 @@ list-style-position: outside; font-family: inherit } - + ul, ol { margin-left: 1.5em } - + ul li ul, ul li ol { margin-left: 1.25em; margin-bottom: 0; font-size: 1em } - + ul.square li ul, ul.circle li ul, ul.disc li ul { list-style: inherit } - + ul.square { list-style-type: square } - + ul.circle { list-style-type: circle } - + ul.disc { list-style-type: disc } - + ol li ul, ol li ol { margin-left: 1.25em; margin-bottom: 0 } - + dl dt { margin-bottom: .3125em; font-weight: bold } - + dl dd { margin-bottom: 1.25em } - + abbr, acronym { text-transform: uppercase; font-size: 90%; @@ -426,108 +426,108 @@ border-bottom: 1px dotted #ddd; cursor: help } - + abbr { text-transform: none } - + blockquote { margin: 0 0 1.25em; padding: .5625em 1.25em 0 1.1875em; border-left: 1px solid #ddd } - + blockquote cite { display: block; font-size: .9375em; color: rgba(0, 0, 0, .6) } - + blockquote cite::before { content: "\2014 \0020" } - + blockquote cite a, blockquote cite a:visited { color: rgba(0, 0, 0, .6) } - + blockquote, blockquote p { line-height: 1.6; color: rgba(0, 0, 0, .85) } - + @media screen and (min-width: 768px) { h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { line-height: 1.2 } - + h1 { font-size: 2.75em } - + h2 { font-size: 2.3125em } - + h3, #toctitle, .sidebarblock > .content > .title { font-size: 1.6875em } - + h4 { font-size: 1.4375em } } - + table { background: #fff; margin-bottom: 1.25em; border: solid 1px #dedede } - + table thead, table tfoot { background: #f7f8f7 } - + table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td { padding: .5em .625em .625em; font-size: inherit; color: rgba(0, 0, 0, .8); text-align: left } - + table tr th, table tr td { padding: .5625em .625em; font-size: inherit; color: rgba(0, 0, 0, .8) } - + table tr.even, table tr.alt { background: #f8f8f7 } - + table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td { display: table-cell; line-height: 1.6 } - + h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { line-height: 1.2; word-spacing: -.05em } - + h1 strong, h2 strong, h3 strong, #toctitle strong, .sidebarblock > .content > .title strong, h4 strong, h5 strong, h6 strong { font-weight: 400 } - + .clearfix::before, .clearfix::after, .float-group::before, .float-group::after { content: " "; display: table } - + .clearfix::after, .float-group::after { clear: both } - + :not(pre):not([class^=L]) > code { font-size: .9375em; font-style: normal !important; @@ -541,49 +541,49 @@ text-rendering: optimizeSpeed; word-wrap: break-word } - + :not(pre) > code.nobreak { word-wrap: normal } - + :not(pre) > code.nowrap { white-space: nowrap } - + pre { color: rgba(0, 0, 0, .9); font-family: "Droid Sans Mono", "DejaVu Sans Mono", monospace; line-height: 1.45; text-rendering: optimizeSpeed } - + pre code, pre pre { color: inherit; font-size: inherit; line-height: inherit } - + pre > code { display: block } - + pre.nowrap, pre.nowrap pre { white-space: pre; word-wrap: normal } - + em em { font-style: normal } - + strong strong { font-weight: 400 } - + .keyseq { color: rgba(51, 51, 51, .8) } - + kbd { font-family: "Droid Sans Mono", "DejaVu Sans Mono", monospace; display: inline-block; @@ -603,58 +603,58 @@ top: -.1em; white-space: nowrap } - + .keyseq kbd:first-child { margin-left: 0 } - + .keyseq kbd:last-child { margin-right: 0 } - + .menuseq, .menuref { color: #000 } - + .menuseq b:not(.caret), .menuref { font-weight: inherit } - + .menuseq { word-spacing: -.02em } - + .menuseq b.caret { font-size: 1.25em; line-height: .8 } - + .menuseq i.caret { font-weight: bold; text-align: center; width: .45em } - + b.button::before, b.button::after { position: relative; top: -1px; font-weight: 400 } - + b.button::before { content: "["; padding: 0 3px 0 2px } - + b.button::after { content: "]"; padding: 0 2px 0 3px } - + p a > code:hover { color: rgba(0, 0, 0, .9) } - + #header, #content, #footnotes, #footer { width: 100%; margin-left: auto; @@ -667,40 +667,40 @@ padding-left: .9375em; padding-right: .9375em } - + #header::before, #header::after, #content::before, #content::after, #footnotes::before, #footnotes::after, #footer::before, #footer::after { content: " "; display: table } - + #header::after, #content::after, #footnotes::after, #footer::after { clear: both } - + #content { margin-top: 1.25em } - + #content::before { content: none } - + #header > h1:first-child { color: rgba(0, 0, 0, .85); margin-top: 2.25rem; margin-bottom: 0 } - + #header > h1:first-child + #toc { margin-top: 8px; border-top: 1px solid #dddddf } - + #header > h1:only-child, body.toc2 #header > h1:nth-last-child(2) { border-bottom: 1px solid #dddddf; padding-bottom: 8px } - + #header .details { border-bottom: 1px solid #dddddf; line-height: 1.45; @@ -715,40 +715,40 @@ -webkit-flex-flow: row wrap; flex-flow: row wrap } - + #header .details span:first-child { margin-left: -.125em } - + #header .details span.email a { color: rgba(0, 0, 0, .85) } - + #header .details br { display: none } - + #header .details br + span::before { content: "\00a0\2013\00a0" } - + #header .details br + span.author::before { content: "\00a0\22c5\00a0"; color: rgba(0, 0, 0, .85) } - + #header .details br + span#revremark::before { content: "\00a0|\00a0" } - + #header #revnumber { text-transform: capitalize } - + #header #revnumber::after { content: "\00a0" } - + #content > h1:first-child:not([class]) { color: rgba(0, 0, 0, .85); border-bottom: 1px solid #dddddf; @@ -757,57 +757,57 @@ padding-top: 1rem; margin-bottom: 1.25rem } - + #toc { border-bottom: 1px solid #e7e7e9; padding-bottom: .5em } - + #toc > ul { margin-left: .125em } - + #toc ul.sectlevel0 > li > a { font-style: italic } - + #toc ul.sectlevel0 ul.sectlevel1 { margin: .5em 0 } - + #toc ul { font-family: "Open Sans", "DejaVu Sans", sans-serif; list-style-type: none } - + #toc li { line-height: 1.3334; margin-top: .3334em } - + #toc a { text-decoration: none } - + #toc a:active { text-decoration: underline } - + #toctitle { color: #7a2518; font-size: 1.2em } - + @media screen and (min-width: 768px) { #toctitle { font-size: 1.375em } - + body.toc2 { padding-left: 15em; padding-right: 0 } - + #toc.toc2 { margin-top: 0 !important; background: #f8f8f7; @@ -823,34 +823,34 @@ height: 100%; overflow: auto } - + #toc.toc2 #toctitle { margin-top: 0; margin-bottom: .8rem; font-size: 1.2em } - + #toc.toc2 > ul { font-size: .9em; margin-bottom: 0 } - + #toc.toc2 ul ul { margin-left: 0; padding-left: 1em } - + #toc.toc2 ul.sectlevel0 ul.sectlevel1 { padding-left: 0; margin-top: .5em; margin-bottom: .5em } - + body.toc2.toc-right { padding-left: 0; padding-right: 15em } - + body.toc2.toc-right #toc.toc2 { border-right-width: 0; border-left: 1px solid #e7e7e9; @@ -858,35 +858,35 @@ right: 0 } } - + @media screen and (min-width: 1280px) { body.toc2 { padding-left: 20em; padding-right: 0 } - + #toc.toc2 { width: 20em } - + #toc.toc2 #toctitle { font-size: 1.375em } - + #toc.toc2 > ul { font-size: .95em } - + #toc.toc2 ul ul { padding-left: 1.25em } - + body.toc2.toc-right { padding-left: 0; padding-right: 20em } } - + #content #toc { border-style: solid; border-width: 1px; @@ -897,52 +897,52 @@ -webkit-border-radius: 4px; border-radius: 4px } - + #content #toc > :first-child { margin-top: 0 } - + #content #toc > :last-child { margin-bottom: 0 } - + #footer { max-width: 100%; background: rgba(0, 0, 0, .8); padding: 1.25em } - + #footer-text { color: rgba(255, 255, 255, .8); line-height: 1.44 } - + #content { margin-bottom: .625em } - + .sect1 { padding-bottom: .625em } - + @media screen and (min-width: 768px) { #content { margin-bottom: 1.25em } - + .sect1 { padding-bottom: 1.25em } } - + .sect1:last-child { padding-bottom: 0 } - + .sect1 + .sect1 { border-top: 1px solid #e7e7e9 } - + #content h1 > a.anchor, h2 > a.anchor, h3 > a.anchor, #toctitle > a.anchor, .sidebarblock > .content > .title > a.anchor, h4 > a.anchor, h5 > a.anchor, h6 > a.anchor { position: absolute; z-index: 1001; @@ -954,38 +954,38 @@ text-align: center; font-weight: 400 } - + #content h1 > a.anchor::before, h2 > a.anchor::before, h3 > a.anchor::before, #toctitle > a.anchor::before, .sidebarblock > .content > .title > a.anchor::before, h4 > a.anchor::before, h5 > a.anchor::before, h6 > a.anchor::before { content: "\00A7"; font-size: .85em; display: block; padding-top: .1em } - + #content h1:hover > a.anchor, #content h1 > a.anchor:hover, h2:hover > a.anchor, h2 > a.anchor:hover, h3:hover > a.anchor, #toctitle:hover > a.anchor, .sidebarblock > .content > .title:hover > a.anchor, h3 > a.anchor:hover, #toctitle > a.anchor:hover, .sidebarblock > .content > .title > a.anchor:hover, h4:hover > a.anchor, h4 > a.anchor:hover, h5:hover > a.anchor, h5 > a.anchor:hover, h6:hover > a.anchor, h6 > a.anchor:hover { visibility: visible } - + #content h1 > a.link, h2 > a.link, h3 > a.link, #toctitle > a.link, .sidebarblock > .content > .title > a.link, h4 > a.link, h5 > a.link, h6 > a.link { color: #ba3925; text-decoration: none } - + #content h1 > a.link:hover, h2 > a.link:hover, h3 > a.link:hover, #toctitle > a.link:hover, .sidebarblock > .content > .title > a.link:hover, h4 > a.link:hover, h5 > a.link:hover, h6 > a.link:hover { color: #a53221 } - + details, .audioblock, .imageblock, .literalblock, .listingblock, .stemblock, .videoblock { margin-bottom: 1.25em } - + details > summary:first-of-type { cursor: pointer; display: list-item; outline: none; margin-bottom: .75em } - + .admonitionblock td.content > .title, .audioblock > .title, .exampleblock > .title, .imageblock > .title, .listingblock > .title, .literalblock > .title, .stemblock > .title, .openblock > .title, .paragraph > .title, .quoteblock > .title, table.tableblock > .title, .verseblock > .title, .videoblock > .title, .dlist > .title, .olist > .title, .ulist > .title, .qlist > .title, .hdlist > .title { text-rendering: optimizeLegibility; text-align: left; @@ -993,55 +993,55 @@ font-size: 1rem; font-style: italic } - + table.tableblock.fit-content > caption.title { white-space: nowrap; width: 0 } - + .paragraph.lead > p, #preamble > .sectionbody > [class="paragraph"]:first-of-type p { font-size: 1.21875em; line-height: 1.6; color: rgba(0, 0, 0, .85) } - + table.tableblock #preamble > .sectionbody > [class="paragraph"]:first-of-type p { font-size: inherit } - + .admonitionblock > table { border-collapse: separate; border: 0; background: none; width: 100% } - + .admonitionblock > table td.icon { text-align: center; width: 80px } - + .admonitionblock > table td.icon img { max-width: none } - + .admonitionblock > table td.icon .title { font-weight: bold; font-family: "Open Sans", "DejaVu Sans", sans-serif; text-transform: uppercase } - + .admonitionblock > table td.content { padding-left: 1.125em; padding-right: 1.25em; border-left: 1px solid #dddddf; color: rgba(0, 0, 0, .6) } - + .admonitionblock > table td.content > :last-child > :last-child { margin-bottom: 0 } - + .exampleblock > .content { border-style: solid; border-width: 1px; @@ -1052,15 +1052,15 @@ -webkit-border-radius: 4px; border-radius: 4px } - + .exampleblock > .content > :first-child { margin-top: 0 } - + .exampleblock > .content > :last-child { margin-bottom: 0 } - + .sidebarblock { border-style: solid; border-width: 1px; @@ -1071,25 +1071,25 @@ -webkit-border-radius: 4px; border-radius: 4px } - + .sidebarblock > :first-child { margin-top: 0 } - + .sidebarblock > :last-child { margin-bottom: 0 } - + .sidebarblock > .content > .title { color: #7a2518; margin-top: 0; text-align: center } - + .exampleblock > .content > :last-child > :last-child, .exampleblock > .content .olist > ol > li:last-child > :last-child, .exampleblock > .content .ulist > ul > li:last-child > :last-child, .exampleblock > .content .qlist > ol > li:last-child > :last-child, .sidebarblock > .content > :last-child > :last-child, .sidebarblock > .content .olist > ol > li:last-child > :last-child, .sidebarblock > .content .ulist > ul > li:last-child > :last-child, .sidebarblock > .content .qlist > ol > li:last-child > :last-child { margin-bottom: 0 } - + .literalblock pre, .listingblock > .content > pre { -webkit-border-radius: 4px; border-radius: 4px; @@ -1098,32 +1098,32 @@ padding: 1em; font-size: .8125em } - + @media screen and (min-width: 768px) { .literalblock pre, .listingblock > .content > pre { font-size: .90625em } } - + @media screen and (min-width: 1280px) { .literalblock pre, .listingblock > .content > pre { font-size: 1em } } - + .literalblock pre, .listingblock > .content > pre:not(.highlight), .listingblock > .content > pre[class="highlight"], .listingblock > .content > pre[class^="highlight "] { background: #f7f7f8 } - + .literalblock.output pre { color: #f7f7f8; background: rgba(0, 0, 0, .9) } - + .listingblock > .content { position: relative } - + .listingblock code[data-lang]::before { display: none; content: attr(data-lang); @@ -1136,66 +1136,66 @@ color: inherit; opacity: .5 } - + .listingblock:hover code[data-lang]::before { display: block } - + .listingblock.terminal pre .command::before { content: attr(data-prompt); padding-right: .5em; color: inherit; opacity: .5 } - + .listingblock.terminal pre .command:not([data-prompt])::before { content: "$" } - + .listingblock pre.highlightjs { padding: 0 } - + .listingblock pre.highlightjs > code { padding: 1em; -webkit-border-radius: 4px; border-radius: 4px } - + .listingblock pre.prettyprint { border-width: 0 } - + .prettyprint { background: #f7f7f8 } - + pre.prettyprint .linenums { line-height: 1.45; margin-left: 2em } - + pre.prettyprint li { background: none; list-style-type: inherit; padding-left: 0 } - + pre.prettyprint li code[data-lang]::before { opacity: 1 } - + pre.prettyprint li:not(:first-child) code[data-lang]::before { display: none } - + table.linenotable { border-collapse: separate; border: 0; margin-bottom: 0; background: none } - + table.linenotable td[class] { color: inherit; vertical-align: top; @@ -1203,39 +1203,39 @@ line-height: inherit; white-space: normal } - + table.linenotable td.code { padding-left: .75em } - + table.linenotable td.linenos { border-right: 1px solid currentColor; opacity: .35; padding-right: .5em } - + pre.pygments .lineno { border-right: 1px solid currentColor; opacity: .35; display: inline-block; margin-right: .75em } - + pre.pygments .lineno::before { content: ""; margin-right: -.125em } - + .quoteblock { margin: 0 1em 1.25em 1.5em; display: table } - + .quoteblock:not(.excerpt) > .title { margin-left: -1.5em; margin-bottom: .75em } - + .quoteblock blockquote, .quoteblock p { color: rgba(0, 0, 0, .85); font-size: 1.15rem; @@ -1245,13 +1245,13 @@ font-style: italic; text-align: justify } - + .quoteblock blockquote { margin: 0; padding: 0; border: 0 } - + .quoteblock blockquote::before { content: "\201c"; float: left; @@ -1262,21 +1262,21 @@ color: #7a2518; text-shadow: 0 1px 2px rgba(0, 0, 0, .1) } - + .quoteblock blockquote > .paragraph:last-child p { margin-bottom: 0 } - + .quoteblock .attribution { margin-top: .75em; margin-right: .5ex; text-align: right } - + .verseblock { margin: 0 1em 1.25em } - + .verseblock pre { font-family: "Open Sans", "DejaVu Sans", sans; font-size: 1.15rem; @@ -1284,232 +1284,232 @@ font-weight: 300; text-rendering: optimizeLegibility } - + .verseblock pre strong { font-weight: 400 } - + .verseblock .attribution { margin-top: 1.25rem; margin-left: .5ex } - + .quoteblock .attribution, .verseblock .attribution { font-size: .9375em; line-height: 1.45; font-style: italic } - + .quoteblock .attribution br, .verseblock .attribution br { display: none } - + .quoteblock .attribution cite, .verseblock .attribution cite { display: block; letter-spacing: -.025em; color: rgba(0, 0, 0, .6) } - + .quoteblock.abstract blockquote::before, .quoteblock.excerpt blockquote::before, .quoteblock .quoteblock blockquote::before { display: none } - + .quoteblock.abstract blockquote, .quoteblock.abstract p, .quoteblock.excerpt blockquote, .quoteblock.excerpt p, .quoteblock .quoteblock blockquote, .quoteblock .quoteblock p { line-height: 1.6; word-spacing: 0 } - + .quoteblock.abstract { margin: 0 1em 1.25em; display: block } - + .quoteblock.abstract > .title { margin: 0 0 .375em; font-size: 1.15em; text-align: center } - + .quoteblock.excerpt > blockquote, .quoteblock .quoteblock { padding: 0 0 .25em 1em; border-left: .25em solid #dddddf } - + .quoteblock.excerpt, .quoteblock .quoteblock { margin-left: 0 } - + .quoteblock.excerpt blockquote, .quoteblock.excerpt p, .quoteblock .quoteblock blockquote, .quoteblock .quoteblock p { color: inherit; font-size: 1.0625rem } - + .quoteblock.excerpt .attribution, .quoteblock .quoteblock .attribution { color: inherit; text-align: left; margin-right: 0 } - + table.tableblock { max-width: 100%; border-collapse: separate } - + p.tableblock:last-child { margin-bottom: 0 } - + td.tableblock > .content > :last-child { margin-bottom: -1.25em } - + td.tableblock > .content > :last-child.sidebarblock { margin-bottom: 0 } - + table.tableblock, th.tableblock, td.tableblock { border: 0 solid #dedede } - + table.grid-all > thead > tr > .tableblock, table.grid-all > tbody > tr > .tableblock { border-width: 0 1px 1px 0 } - + table.grid-all > tfoot > tr > .tableblock { border-width: 1px 1px 0 0 } - + table.grid-cols > * > tr > .tableblock { border-width: 0 1px 0 0 } - + table.grid-rows > thead > tr > .tableblock, table.grid-rows > tbody > tr > .tableblock { border-width: 0 0 1px } - + table.grid-rows > tfoot > tr > .tableblock { border-width: 1px 0 0 } - + table.grid-all > * > tr > .tableblock:last-child, table.grid-cols > * > tr > .tableblock:last-child { border-right-width: 0 } - + table.grid-all > tbody > tr:last-child > .tableblock, table.grid-all > thead:last-child > tr > .tableblock, table.grid-rows > tbody > tr:last-child > .tableblock, table.grid-rows > thead:last-child > tr > .tableblock { border-bottom-width: 0 } - + table.frame-all { border-width: 1px } - + table.frame-sides { border-width: 0 1px } - + table.frame-topbot, table.frame-ends { border-width: 1px 0 } - + table.stripes-all tr, table.stripes-odd tr:nth-of-type(odd), table.stripes-even tr:nth-of-type(even), table.stripes-hover tr:hover { background: #f8f8f7 } - + th.halign-left, td.halign-left { text-align: left } - + th.halign-right, td.halign-right { text-align: right } - + th.halign-center, td.halign-center { text-align: center } - + th.valign-top, td.valign-top { vertical-align: top } - + th.valign-bottom, td.valign-bottom { vertical-align: bottom } - + th.valign-middle, td.valign-middle { vertical-align: middle } - + table thead th, table tfoot th { font-weight: bold } - + tbody tr th { display: table-cell; line-height: 1.6; background: #f7f8f7 } - + tbody tr th, tbody tr th p, tfoot tr th, tfoot tr th p { color: rgba(0, 0, 0, .8); font-weight: bold } - + p.tableblock > code:only-child { background: none; padding: 0 } - + p.tableblock { font-size: 1em } - + ol { margin-left: 1.75em } - + ul li ol { margin-left: 1.5em } - + dl dd { margin-left: 1.125em } - + dl dd:last-child, dl dd:last-child > :last-child { margin-bottom: 0 } - + ol > li p, ul > li p, ul dd, ol dd, .olist .olist, .ulist .ulist, .ulist .olist, .olist .ulist { margin-bottom: .625em } - + ul.checklist, ul.none, ol.none, ul.no-bullet, ol.no-bullet, ol.unnumbered, ul.unstyled, ol.unstyled { list-style-type: none } - + ul.no-bullet, ol.no-bullet, ol.unnumbered { margin-left: .625em } - + ul.unstyled, ol.unstyled { margin-left: 0 } - + ul.checklist { margin-left: .625em } - + ul.checklist li > p:first-child > .fa-square-o:first-child, ul.checklist li > p:first-child > .fa-check-square-o:first-child { width: 1.25em; font-size: .8em; position: relative; bottom: .125em } - + ul.checklist li > p:first-child > input[type="checkbox"]:first-child { margin-right: .25em } - + ul.inline { display: -ms-flexbox; display: -webkit-box; @@ -1520,81 +1520,81 @@ list-style: none; margin: 0 0 .625em -1.25em } - + ul.inline > li { margin-left: 1.25em } - + .unstyled dl dt { font-weight: 400; font-style: normal } - + ol.arabic { list-style-type: decimal } - + ol.decimal { list-style-type: decimal-leading-zero } - + ol.loweralpha { list-style-type: lower-alpha } - + ol.upperalpha { list-style-type: upper-alpha } - + ol.lowerroman { list-style-type: lower-roman } - + ol.upperroman { list-style-type: upper-roman } - + ol.lowergreek { list-style-type: lower-greek } - + .hdlist > table, .colist > table { border: 0; background: none } - + .hdlist > table > tbody > tr, .colist > table > tbody > tr { background: none } - + td.hdlist1, td.hdlist2 { vertical-align: top; padding: 0 .625em } - + td.hdlist1 { font-weight: bold; padding-bottom: 1.25em } - + .literalblock + .colist, .listingblock + .colist { margin-top: -.5em } - + .colist td:not([class]):first-child { padding: .4em .75em 0; line-height: 1; vertical-align: top } - + .colist td:not([class]):first-child img { max-width: none } - + .colist td:not([class]):last-child { padding: .25em 0 } - + .thumb, .th { line-height: 0; display: inline-block; @@ -1602,78 +1602,78 @@ -webkit-box-shadow: 0 0 0 1px #ddd; box-shadow: 0 0 0 1px #ddd } - + .imageblock.left { margin: .25em .625em 1.25em 0 } - + .imageblock.right { margin: .25em 0 1.25em .625em } - + .imageblock > .title { margin-bottom: 0 } - + .imageblock.thumb, .imageblock.th { border-width: 6px } - + .imageblock.thumb > .title, .imageblock.th > .title { padding: 0 .125em } - + .image.left, .image.right { margin-top: .25em; margin-bottom: .25em; display: inline-block; line-height: 0 } - + .image.left { margin-right: .625em } - + .image.right { margin-left: .625em } - + a.image { text-decoration: none; display: inline-block } - + a.image object { pointer-events: none } - + sup.footnote, sup.footnoteref { font-size: .875em; position: static; vertical-align: super } - + sup.footnote a, sup.footnoteref a { text-decoration: none } - + sup.footnote a:active, sup.footnoteref a:active { text-decoration: underline } - + #footnotes { padding-top: .75em; padding-bottom: .75em; margin-bottom: .625em } - + #footnotes hr { width: 20%; min-width: 6.25em; margin: -.25em 0 .75em; border-width: 1px 0 0 } - + #footnotes .footnote { padding: 0 .375em 0 .225em; line-height: 1.3334; @@ -1681,226 +1681,226 @@ margin-left: 1.2em; margin-bottom: .2em } - + #footnotes .footnote a:first-of-type { font-weight: bold; text-decoration: none; margin-left: -1.05em } - + #footnotes .footnote:last-of-type { margin-bottom: 0 } - + #content #footnotes { margin-top: -.625em; margin-bottom: 0; padding: .75em 0 } - + .gist .file-data > table { border: 0; background: #fff; width: 100%; margin-bottom: 0 } - + .gist .file-data > table td.line-data { width: 99% } - + div.unbreakable { page-break-inside: avoid } - + .big { font-size: larger } - + .small { font-size: smaller } - + .underline { text-decoration: underline } - + .overline { text-decoration: overline } - + .line-through { text-decoration: line-through } - + .aqua { color: #00bfbf } - + .aqua-background { background: #00fafa } - + .black { color: #000 } - + .black-background { background: #000 } - + .blue { color: #0000bf } - + .blue-background { background: #0000fa } - + .fuchsia { color: #bf00bf } - + .fuchsia-background { background: #fa00fa } - + .gray { color: #606060 } - + .gray-background { background: #7d7d7d } - + .green { color: #006000 } - + .green-background { background: #007d00 } - + .lime { color: #00bf00 } - + .lime-background { background: #00fa00 } - + .maroon { color: #600000 } - + .maroon-background { background: #7d0000 } - + .navy { color: #000060 } - + .navy-background { background: #00007d } - + .olive { color: #606000 } - + .olive-background { background: #7d7d00 } - + .purple { color: #600060 } - + .purple-background { background: #7d007d } - + .red { color: #bf0000 } - + .red-background { background: #fa0000 } - + .silver { color: #909090 } - + .silver-background { background: #bcbcbc } - + .teal { color: #006060 } - + .teal-background { background: #007d7d } - + .white { color: #bfbfbf } - + .white-background { background: #fafafa } - + .yellow { color: #bfbf00 } - + .yellow-background { background: #fafa00 } - + span.icon > .fa { cursor: default } - + a span.icon > .fa { cursor: inherit } - + .admonitionblock td.icon [class^="fa icon-"] { font-size: 2.5em; text-shadow: 1px 1px 2px rgba(0, 0, 0, .5); cursor: default } - + .admonitionblock td.icon .icon-note::before { content: "\f05a"; color: #19407c } - + .admonitionblock td.icon .icon-tip::before { content: "\f0eb"; text-shadow: 1px 1px 2px rgba(155, 155, 0, .8); color: #111 } - + .admonitionblock td.icon .icon-warning::before { content: "\f071"; color: #bf6900 } - + .admonitionblock td.icon .icon-caution::before { content: "\f06d"; color: #bf3400 } - + .admonitionblock td.icon .icon-important::before { content: "\f06a"; color: #bf0000 } - + .conum[data-value] { display: inline-block; color: #fff !important; @@ -1916,219 +1916,219 @@ font-style: normal; font-weight: bold } - + .conum[data-value] * { color: #fff !important } - + .conum[data-value] + b { display: none } - + .conum[data-value]::after { content: attr(data-value) } - + pre .conum[data-value] { position: relative; top: -.125em } - + b.conum * { color: inherit !important } - + .conum:not([data-value]):empty { display: none } - + dt, th.tableblock, td.content, div.footnote { text-rendering: optimizeLegibility } - + h1, h2, p, td.content, span.alt { letter-spacing: -.01em } - + p strong, td.content strong, div.footnote strong { letter-spacing: -.005em } - + p, blockquote, dt, td.content, span.alt { font-size: 1.0625rem } - + p { margin-bottom: 1.25rem } - + .sidebarblock p, .sidebarblock dt, .sidebarblock td.content, p.tableblock { font-size: 1em } - + .exampleblock > .content { background: #fffef7; border-color: #e0e0dc; -webkit-box-shadow: 0 1px 4px #e0e0dc; box-shadow: 0 1px 4px #e0e0dc } - + .print-only { display: none !important } - + @page { margin: 1.25cm .75cm } - + @media print { * { -webkit-box-shadow: none !important; box-shadow: none !important; text-shadow: none !important } - + html { font-size: 80% } - + a { color: inherit !important; text-decoration: underline !important } - + a.bare, a[href^="#"], a[href^="mailto:"] { text-decoration: none !important } - + a[href^="http:"]:not(.bare)::after, a[href^="https:"]:not(.bare)::after { content: "(" attr(href) ")"; display: inline-block; font-size: .875em; padding-left: .25em } - + abbr[title]::after { content: " (" attr(title) ")" } - + pre, blockquote, tr, img, object, svg { page-break-inside: avoid } - + thead { display: table-header-group } - + svg { max-width: 100% } - + p, blockquote, dt, td.content { font-size: 1em; orphans: 3; widows: 3 } - + h2, h3, #toctitle, .sidebarblock > .content > .title { page-break-after: avoid } - + #toc, .sidebarblock, .exampleblock > .content { background: none !important } - + #toc { border-bottom: 1px solid #dddddf !important; padding-bottom: 0 !important } - + body.book #header { text-align: center } - + body.book #header > h1:first-child { border: 0 !important; margin: 2.5em 0 1em } - + body.book #header .details { border: 0 !important; display: block; padding: 0 !important } - + body.book #header .details span:first-child { margin-left: 0 !important } - + body.book #header .details br { display: block } - + body.book #header .details br + span::before { content: none !important } - + body.book #toc { border: 0 !important; text-align: left !important; padding: 0 !important; margin: 0 !important } - + body.book #toc, body.book #preamble, body.book h1.sect0, body.book .sect1 > h2 { page-break-before: always } - + .listingblock code[data-lang]::before { display: block } - + #footer { padding: 0 .9375em } - + .hide-on-print { display: none !important } - + .print-only { display: block !important } - + .hide-for-print { display: none !important } - + .show-for-print { display: inherit !important } } - + @media print, amzn-kf8 { #header > h1:first-child { margin-top: 1.25rem } - + .sect1 { padding: 0 !important } - + .sect1 + .sect1 { border: 0 } - + #footer { background: none } - + #footer-text { color: rgba(0, 0, 0, .6); font-size: .9em } } - + @media amzn-kf8 { #header, #content, #footnotes, #footer { padding: 0 @@ -2150,14 +2150,14 @@

Angebote API

  • Tags
  • - +
  • Sicherheit
  • - +
  • Ressourcen
  • - +
  • Definitionen
  • - +
  • Weitere Informationen - - + +

    @@ -17609,10 +17609,10 @@

    Antragsteller

    - + Postadresse - - + +

    @@ -17639,10 +17639,10 @@

    Antragsteller

    - + Beschaeftigung - - + +

    @@ -17669,10 +17669,10 @@

    Antragsteller

    - + String - - + +

    @@ -17699,7 +17699,7 @@

    Antragsteller

    - + String

    Mögliche Werte: @@ -17707,8 +17707,8 @@

    Antragsteller

  • GESCHIEDEN
  • GETRENNT_LEBEND
  • LEBENSPARTNERSCHAFT
  • LEDIG
  • VERHEIRATET
  • VERWITWET
  • - - + +

    @@ -17735,10 +17735,10 @@

    Antragsteller

    - + Boolean - - + +

    @@ -17765,10 +17765,10 @@

    Antragsteller

    - + date - - + +

    @@ -17795,10 +17795,10 @@

    Antragsteller

    - + String - - + +

    @@ -17825,10 +17825,10 @@

    Antragsteller

    - + String - - + +

    @@ -17855,10 +17855,10 @@

    Antragsteller

    - + Staat - - + +

    @@ -17885,10 +17885,10 @@

    Antragsteller

    - + String - - + +

    @@ -17915,10 +17915,10 @@

    Antragsteller

    - + String - - + +

    @@ -17945,10 +17945,10 @@

    Antragsteller

    - + Boolean - - + +

    @@ -17975,10 +17975,10 @@

    Antragsteller

    - + Boolean - - + +

    @@ -18005,10 +18005,10 @@

    Antragsteller

    - + Postadresse - - + +

    @@ -18035,10 +18035,10 @@

    Antragsteller

    - + String - - + +

    @@ -18065,10 +18065,10 @@

    Antragsteller

    - + String - - + +

    @@ -18095,10 +18095,10 @@

    Antragsteller

    - + date - - + +

    @@ -18125,10 +18125,10 @@

    Antragsteller

    - + LegitimationsDaten - - + +

    @@ -18155,7 +18155,7 @@

    Antragsteller

    - + String

    Mögliche Werte: @@ -18163,8 +18163,8 @@

    Antragsteller

  • VISUM
  • AUFENTHALTS_ERLAUBNIS
  • NIEDERLASSUNGS_ERLAUBNIS
  • DAUERAUFENTHALT_EU
  • BLAUE_KARTE_EU
  • - - + +

    @@ -18191,10 +18191,10 @@

    Antragsteller

    - + date - - + +

    @@ -18221,10 +18221,10 @@

    Antragsteller

    - + Boolean - - + +

    @@ -18251,10 +18251,10 @@

    Antragsteller

    - + date - - + +

    @@ -18281,10 +18281,10 @@

    Antragsteller

    - + date - - + +

    @@ -18311,10 +18311,10 @@

    Antragsteller

    - + String - - + +

    @@ -18341,10 +18341,10 @@

    Antragsteller

    - + BigDecimal - - + +

    @@ -18371,10 +18371,10 @@

    Antragsteller

    - + BigDecimal - - + +

    @@ -18401,10 +18401,10 @@

    Antragsteller

    - + String - - + +

    @@ -18453,10 +18453,10 @@

    AusgabenMonatlich

    - + BigDecimal - - + +

    @@ -18505,10 +18505,10 @@

    Autostellplatz

    - + BigDecimal - - + +

    @@ -18535,7 +18535,7 @@

    Autostellplatz

    - + String

    Mögliche Werte: @@ -18543,8 +18543,8 @@

    Autostellplatz

  • STELLPLATZ
  • CARPORT
  • GARAGE
  • DOPPEL_GARAGE
  • KELLER_GARAGE
  • TIEFGARAGEN_STELLPLATZ
  • - - + +

    @@ -18593,10 +18593,10 @@

    BankUndSparguthaben

    - + BigDecimal - - + +

    @@ -18623,10 +18623,10 @@

    BankUndSparguthaben

    - + BigDecimal - - + +

    @@ -18653,7 +18653,7 @@

    BankUndSparguthaben

    - + String

    Mögliche Werte: @@ -18661,8 +18661,8 @@

    BankUndSparguthaben

  • KEIN_EINSATZ
  • ABTRETEN
  • AUFLOESEN
  • - - + +

    @@ -18689,10 +18689,10 @@

    BankUndSparguthaben

    - + BigDecimal - - + +

    @@ -18719,10 +18719,10 @@

    BankUndSparguthaben

    - + BigDecimal - - + +

    @@ -18749,10 +18749,10 @@

    BankUndSparguthaben

    - + BigDecimal - - + +

    @@ -18801,10 +18801,10 @@

    Bankverbindung

    - + array[String] - - + +

    @@ -18831,10 +18831,10 @@

    Bankverbindung

    - + String - - + +

    @@ -18861,10 +18861,10 @@

    Bankverbindung

    - + String - - + +

    @@ -18891,10 +18891,10 @@

    Bankverbindung

    - + String - - + +

    @@ -18921,10 +18921,10 @@

    Bankverbindung

    - + String - - + +

    @@ -18951,10 +18951,10 @@

    Bankverbindung

    - + String - - + +

    @@ -19003,10 +19003,10 @@

    BausparAngebot

    - + String - - + +

    @@ -19033,10 +19033,10 @@

    BausparAngebot

    - + String - - + +

    @@ -19063,10 +19063,10 @@

    BausparAngebot

    - + date - - + +

    @@ -19093,10 +19093,10 @@

    BausparAngebot

    - + date - - + +

    @@ -19123,10 +19123,10 @@

    BausparAngebot

    - + date - - + +

    @@ -19153,10 +19153,10 @@

    BausparAngebot

    - + BigDecimal - - + +

    @@ -19183,10 +19183,10 @@

    BausparAngebot

    - + String - - + +

    @@ -19213,10 +19213,10 @@

    BausparAngebot

    - + BigDecimal - - + +

    @@ -19243,10 +19243,10 @@

    BausparAngebot

    - + BigDecimal - - + +

    @@ -19273,10 +19273,10 @@

    BausparAngebot

    - + BigDecimal - - + +

    @@ -19303,10 +19303,10 @@

    BausparAngebot

    - + BigDecimal - - + +

    @@ -19333,10 +19333,10 @@

    BausparAngebot

    - + BigDecimal - - + +

    @@ -19363,10 +19363,10 @@

    BausparAngebot

    - + BigDecimal - - + +

    @@ -19393,10 +19393,10 @@

    BausparAngebot

    - + BigDecimal - - + +

    @@ -19423,10 +19423,10 @@

    BausparAngebot

    - + BigDecimal - - + +

    @@ -19453,10 +19453,10 @@

    BausparAngebot

    - + Integer - - + +

    @@ -19483,10 +19483,10 @@

    BausparAngebot

    - + Integer - - + +

    @@ -19513,10 +19513,10 @@

    BausparAngebot

    - + Integer - - + +

    @@ -19543,10 +19543,10 @@

    BausparAngebot

    - + BigDecimal - - + +

    @@ -19573,10 +19573,10 @@

    BausparAngebot

    - + ProduktAnbieter - - + +

    @@ -19603,10 +19603,10 @@

    BausparAngebot

    - + ProduktAnbieter - - + +

    @@ -19633,10 +19633,10 @@

    BausparAngebot

    - + BigDecimal - - + +

    @@ -19663,10 +19663,10 @@

    BausparAngebot

    - + array[SonderZahlung] - - + +

    @@ -19693,10 +19693,10 @@

    BausparAngebot

    - + date - - + +

    @@ -19723,10 +19723,10 @@

    BausparAngebot

    - + String - - + +

    @@ -19753,10 +19753,10 @@

    BausparAngebot

    - + array[String] - - + +

    @@ -19783,10 +19783,10 @@

    BausparAngebot

    - + BigDecimal - - + +

    @@ -19835,10 +19835,10 @@

    BausparAngebotExtern

    - + String - - + +

    @@ -19865,10 +19865,10 @@

    BausparAngebotExtern

    - + String - - + +

    @@ -19895,10 +19895,10 @@

    BausparAngebotExtern

    - + String - - + +

    @@ -19925,10 +19925,10 @@

    BausparAngebotExtern

    - + date - - + +

    @@ -19955,10 +19955,10 @@

    BausparAngebotExtern

    - + BigDecimal - - + +

    @@ -19985,10 +19985,10 @@

    BausparAngebotExtern

    - + ProduktAnbieter - - + +

    @@ -20015,10 +20015,10 @@

    BausparAngebotExtern

    - + date - - + +

    @@ -20045,10 +20045,10 @@

    BausparAngebotExtern

    - + BigDecimal - - + +

    @@ -20075,10 +20075,10 @@

    BausparAngebotExtern

    - + BigDecimal - - + +

    @@ -20105,10 +20105,10 @@

    BausparAngebotExtern

    - + SparPhase - - + +

    @@ -20135,10 +20135,10 @@

    BausparAngebotExtern

    - + TilgungsPhase - - + +

    @@ -20165,10 +20165,10 @@

    BausparAngebotExtern

    - + array[SonderZahlung] - - + +

    @@ -20195,10 +20195,10 @@

    BausparAngebotExtern

    - + String - - + +

    @@ -20225,10 +20225,10 @@

    BausparAngebotExtern

    - + date - - + +

    @@ -20255,10 +20255,10 @@

    BausparAngebotExtern

    - + String - - + +

    @@ -20307,10 +20307,10 @@

    BausparWunsch

    - + String - - + +

    @@ -20337,7 +20337,7 @@

    BausparWunsch

    - + array[String]

    Mögliche Werte: @@ -20345,8 +20345,8 @@

    BausparWunsch

    - - + +

    @@ -20373,10 +20373,10 @@

    BausparWunsch

    - + array[String] - - + +

    @@ -20403,7 +20403,7 @@

    BausparWunsch

    - + String

    Mögliche Werte: @@ -20411,8 +20411,8 @@

    BausparWunsch

  • SOFORTZAHLUNG
  • VERRECHNUNG
  • - - + +

    @@ -20439,10 +20439,10 @@

    BausparWunsch

    - + BigDecimal - - + +

    @@ -20469,10 +20469,10 @@

    BausparWunsch

    - + BigDecimal - - + +

    @@ -20499,10 +20499,10 @@

    BausparWunsch

    - + BigDecimal - - + +

    @@ -20529,10 +20529,10 @@

    BausparWunsch

    - + BigDecimal - - + +

    @@ -20559,10 +20559,10 @@

    BausparWunsch

    - + BigDecimal - - + +

    @@ -20589,10 +20589,10 @@

    BausparWunsch

    - + date - - + +

    @@ -20619,10 +20619,10 @@

    BausparWunsch

    - + date - - + +

    @@ -20649,7 +20649,7 @@

    BausparWunsch

    - + String

    Mögliche Werte: @@ -20657,8 +20657,8 @@

    BausparWunsch

  • ZINS_ABSICHERUNG
  • TILGUNGS_AUSGESETZT
  • - - + +

    @@ -20685,10 +20685,10 @@

    BausparWunsch

    - + Boolean - - + +

    @@ -20715,10 +20715,10 @@

    BausparWunsch

    - + array[SonderZahlung] - - + +

    @@ -20745,7 +20745,7 @@

    BausparWunsch

    - + String

    Mögliche Werte: @@ -20753,8 +20753,8 @@

    BausparWunsch

  • SONDERZAHLUNG
  • VERRECHNUNG
  • - - + +

    @@ -20803,10 +20803,10 @@

    Bearbeitungszeit

    - + Integer - - + +

    @@ -20833,10 +20833,10 @@

    Bearbeitungszeit

    - + Integer - - + +

    @@ -20863,10 +20863,10 @@

    Bearbeitungszeit

    - + date - - + +

    @@ -20893,10 +20893,10 @@

    Bearbeitungszeit

    - + String - - + +

    @@ -20945,10 +20945,10 @@

    Beleihung

    - + ProduktAnbieter - - + +

    @@ -20975,10 +20975,10 @@

    Beleihung

    - + BigDecimal - - + +

    @@ -21005,10 +21005,10 @@

    Beleihung

    - + BigDecimal - - + +

    @@ -21057,10 +21057,10 @@

    BerechnungsUebersicht

    - + String - - + +

    @@ -21087,10 +21087,10 @@

    BerechnungsUebersicht

    - + String - - + +

    @@ -21117,10 +21117,10 @@

    BerechnungsUebersicht

    - + ProduktAnbieter - - + +

    @@ -21169,10 +21169,10 @@

    BerechnungsUebersichten

    - + array[BerechnungsUebersicht] - - + +

    @@ -21199,10 +21199,10 @@

    BerechnungsUebersichten

    - + array[BerechnungsUebersicht] - - + +

    @@ -21229,10 +21229,10 @@

    BerechnungsUebersichten

    - + array[KonditionsUebersicht] - - + +

    @@ -21259,10 +21259,10 @@

    BerechnungsUebersichten

    - + array[BerechnungsUebersicht] - - + +

    @@ -21289,10 +21289,10 @@

    BerechnungsUebersichten

    - + Links - - + +

    @@ -21341,10 +21341,10 @@

    Bereitstellung

    - + Integer - - + +

    @@ -21371,10 +21371,10 @@

    Bereitstellung

    - + BigDecimal - - + +

    @@ -21423,7 +21423,7 @@

    Beschaeftigung

    - + String

    Mögliche Werte: @@ -21431,8 +21431,8 @@

    Beschaeftigung

  • ANGESTELLTER
  • ARBEITER
  • BEAMTER
  • FREIBERUFLER
  • SELBSTAENDIGER
  • RENTNER
  • HAUSFRAU
  • ARBEITSLOSER
  • - - + +

    @@ -21459,7 +21459,7 @@

    Beschaeftigung

    - + String

    Mögliche Werte: @@ -21467,8 +21467,8 @@

    Beschaeftigung

  • LANDWIRTSCHAFT_FORSTWIRTSCHAFT_FISCHEREI
  • BERGBAU_GEWINNUNG_VON_STEINEN_UND_ERDEN
  • VERARBEITENDES_GEWERBE
  • WASSERVERSORGUNG
  • ENERGIEVERSORGUNG
  • BAUGEWERBE
  • HANDEL_INSTANDHALTUNG_VON_KRAFTFAHRZEUGEN
  • VERKEHR_LOGISTIK
  • GASTGEWERBE
  • INFORMATION_KOMMUNIKATION
  • FINANZ_UND_VERSICHERUNGSDIENSTLEISTUNGEN
  • GRUNDSTÜCKS_UND_WOHNUNGSWESEN
  • FREIBERUFLICHE_WISSENSCHAFTLICHE_UND_TECHNISCHE_DIENSTLEISTUNGEN
  • SONSTIGE_WIRTSCHAFTLICHE_DIENSTLEISTUNGEN
  • OEFFENTLICHE_VERWALTUNG_VERTEIDIGUNG_SOZIALVERSICHERUNG
  • ERZIEHUNG_UNTERRICHT
  • GESUNDHEIT_UND_SOZIALWESEN
  • KUNST_UNTERHALTUNG_ERHOLUNG
  • SONSTIGE_DIENSTLEISTUNGEN
  • PRIVATE_HAUSHALTE
  • - - + +

    @@ -21495,10 +21495,10 @@

    Beschaeftigung

    - + Double - - + +

    @@ -21525,10 +21525,10 @@

    Beschaeftigung

    - + Boolean - - + +

    @@ -21555,7 +21555,7 @@

    Beschaeftigung

    - + String

    Mögliche Werte: @@ -21563,8 +21563,8 @@

    Beschaeftigung

  • BEFRISTET
  • UNBEFRISTET
  • - - + +

    @@ -21591,10 +21591,10 @@

    Beschaeftigung

    - + date - - + +

    @@ -21621,10 +21621,10 @@

    Beschaeftigung

    - + BigDecimal - - + +

    @@ -21651,10 +21651,10 @@

    Beschaeftigung

    - + Boolean - - + +

    @@ -21681,10 +21681,10 @@

    Beschaeftigung

    - + String - - + +

    @@ -21711,10 +21711,10 @@

    Beschaeftigung

    - + BigDecimal - - + +

    @@ -21741,7 +21741,7 @@

    Beschaeftigung

    - + String

    Mögliche Werte: @@ -21749,8 +21749,8 @@

    Beschaeftigung

  • ALTENPFLEGER
  • AMBULANTER_KRANKENPFLEGER
  • ANWALT
  • APOTHEKER
  • ARCHITEKT
  • ARZT
  • BESTATTER
  • DATENSCHUTZBEAUFTRAGTER
  • DEKORATEUR
  • DIAETASSISTENT
  • DOLMETSCHER
  • EDV_BERATER
  • ERGOTHERAPEUT
  • ERNAEHRUNGSBERATER
  • FOTOGRAF
  • GEOGRAF
  • GRAFIKDESIGNER
  • GRAFIKER
  • HEBAMME
  • HEILMASSEUR
  • HEILPRAKTIKER
  • HISTORIKER
  • INFORMATIKER
  • INGENIEUR
  • INSOLVENZVERWALTER
  • JOURNALIST
  • KLASSISCHER_KONZERTMUSIKER
  • KONSTRUKTEUR
  • KRANKENGYMNAST
  • KRANKENPFLEGER
  • KRANKENSCHWESTER
  • LOGOPAEDE
  • MEDIZINISCH_TECHN_ASSISTENT
  • NOTAR
  • OPERNSAENGER
  • PERSONALBERATER
  • PHYSIOTHERAPEUT
  • PSYCHOLOGE
  • RAUMAUSSTATTER
  • RUNDFUNKSPRECHER
  • SACHVERSTAENDIGER
  • STADTPLANER
  • STATIKER
  • STEUERBERATER
  • TIERARZT
  • UNTERNEHMENSBERATER
  • VERMITTLER
  • WIRTSCH_BUCHPRUEFER_REVISOR
  • ZAHNARZT
  • ZAHNTECHNIKER
  • SONSTIGES
  • - - + +

    @@ -21777,10 +21777,10 @@

    Beschaeftigung

    - + String - - + +

    @@ -21807,10 +21807,10 @@

    Beschaeftigung

    - + SituationNachRenteneintritt - - + +

    @@ -21837,10 +21837,10 @@

    Beschaeftigung

    - + Staat - - + +

    @@ -21889,10 +21889,10 @@

    BestehendeImmobilie

    - + String - - + +

    @@ -21919,10 +21919,10 @@

    BestehendeImmobilie

    - + Postadresse - - + +

    @@ -21949,10 +21949,10 @@

    BestehendeImmobilie

    - + array[Autostellplatz] - - + +

    @@ -21979,10 +21979,10 @@

    BestehendeImmobilie

    - + Erbbaurecht - - + +

    @@ -22009,10 +22009,10 @@

    BestehendeImmobilie

    - + GrundbuchAngabe - - + +

    @@ -22039,10 +22039,10 @@

    BestehendeImmobilie

    - + BigDecimal - - + +

    @@ -22069,10 +22069,10 @@

    BestehendeImmobilie

    - + EffektivZinsErhoehendeKosten - - + +

    @@ -22099,10 +22099,10 @@

    BestehendeImmobilie

    - + BigDecimal - - + +

    @@ -22129,7 +22129,7 @@

    BestehendeImmobilie

    - + String

    Mögliche Werte: @@ -22137,8 +22137,8 @@

    BestehendeImmobilie

  • GEHOBEN
  • MITTEL
  • EINFACH
  • - - + +

    @@ -22165,10 +22165,10 @@

    BestehendeImmobilie

    - + BigDecimal - - + +

    @@ -22195,10 +22195,10 @@

    BestehendeImmobilie

    - + BigDecimal - - + +

    @@ -22225,10 +22225,10 @@

    BestehendeImmobilie

    - + BigDecimal - - + +

    @@ -22255,10 +22255,10 @@

    BestehendeImmobilie

    - + BigDecimal - - + +

    @@ -22285,10 +22285,10 @@

    BestehendeImmobilie

    - + BigDecimal - - + +

    @@ -22315,10 +22315,10 @@

    BestehendeImmobilie

    - + Grundstueck - - + +

    @@ -22345,10 +22345,10 @@

    BestehendeImmobilie

    - + Gebaeude - - + +

    @@ -22375,7 +22375,7 @@

    BestehendeImmobilie

    - + String

    Mögliche Werte: @@ -22383,8 +22383,8 @@

    BestehendeImmobilie

  • GRUNDSTUECK
  • EIGENTUMSWOHNUNG
  • HAUS
  • - - + +

    @@ -22411,10 +22411,10 @@

    BestehendeImmobilie

    - + BigDecimal - - + +

    @@ -22441,7 +22441,7 @@

    BestehendeImmobilie

    - + String

    Mögliche Werte: @@ -22449,8 +22449,8 @@

    BestehendeImmobilie

  • KEIN_EINSATZ
  • VERKAUFEN
  • ALS_ZUSATZSICHERHEIT
  • - - + +

    @@ -22477,10 +22477,10 @@

    BestehendeImmobilie

    - + BigDecimal - - + +

    @@ -22507,10 +22507,10 @@

    BestehendeImmobilie

    - + Boolean - - + +

    @@ -22537,10 +22537,10 @@

    BestehendeImmobilie

    - + array[BestehendesDarlehen] - - + +

    @@ -22589,10 +22589,10 @@

    BestehenderBausparvertrag

    - + String - - + +

    @@ -22619,10 +22619,10 @@

    BestehenderBausparvertrag

    - + String - - + +

    @@ -22649,10 +22649,10 @@

    BestehenderBausparvertrag

    - + String - - + +

    @@ -22679,10 +22679,10 @@

    BestehenderBausparvertrag

    - + date - - + +

    @@ -22709,10 +22709,10 @@

    BestehenderBausparvertrag

    - + BigDecimal - - + +

    @@ -22739,10 +22739,10 @@

    BestehenderBausparvertrag

    - + ProduktAnbieter - - + +

    @@ -22769,10 +22769,10 @@

    BestehenderBausparvertrag

    - + date - - + +

    @@ -22799,10 +22799,10 @@

    BestehenderBausparvertrag

    - + BigDecimal - - + +

    @@ -22829,10 +22829,10 @@

    BestehenderBausparvertrag

    - + BigDecimal - - + +

    @@ -22859,7 +22859,7 @@

    BestehenderBausparvertrag

    - + String

    Mögliche Werte: @@ -22867,8 +22867,8 @@

    BestehenderBausparvertrag

  • KEIN_EINSATZ
  • ABTRETEN
  • AUFLOESEN
  • - - + +

    @@ -22895,10 +22895,10 @@

    BestehenderBausparvertrag

    - + BigDecimal - - + +

    @@ -22925,10 +22925,10 @@

    BestehenderBausparvertrag

    - + BigDecimal - - + +

    @@ -22955,10 +22955,10 @@

    BestehenderBausparvertrag

    - + BigDecimal - - + +

    @@ -22985,10 +22985,10 @@

    BestehenderBausparvertrag

    - + BigDecimal - - + +

    @@ -23015,10 +23015,10 @@

    BestehenderBausparvertrag

    - + BigDecimal - - + +

    @@ -23045,10 +23045,10 @@

    BestehenderBausparvertrag

    - + String - - + +

    @@ -23097,10 +23097,10 @@

    BestehendesDarlehen

    - + String - - + +

    @@ -23127,10 +23127,10 @@

    BestehendesDarlehen

    - + BigDecimal - - + +

    @@ -23157,10 +23157,10 @@

    BestehendesDarlehen

    - + BigDecimal - - + +

    @@ -23187,7 +23187,7 @@

    BestehendesDarlehen

    - + String

    Mögliche Werte: @@ -23195,8 +23195,8 @@

    BestehendesDarlehen

  • BAUSPARDARLEHEN
  • FOERDERDARLEHEN
  • IMMOBILIENDARLEHEN
  • SONSTIGES_DARLEHEN
  • PRIVATDARLEHEN
  • - - + +

    @@ -23223,10 +23223,10 @@

    BestehendesDarlehen

    - + ProduktAnbieter - - + +

    @@ -23253,10 +23253,10 @@

    BestehendesDarlehen

    - + BigDecimal - - + +

    @@ -23283,10 +23283,10 @@

    BestehendesDarlehen

    - + BigDecimal - - + +

    @@ -23313,10 +23313,10 @@

    BestehendesDarlehen

    - + date - - + +

    @@ -23343,10 +23343,10 @@

    BestehendesDarlehen

    - + date - - + +

    @@ -23373,10 +23373,10 @@

    BestehendesDarlehen

    - + String - - + +

    @@ -23403,10 +23403,10 @@

    BestehendesDarlehen

    - + BigDecimal - - + +

    @@ -23433,10 +23433,10 @@

    BestehendesDarlehen

    - + BigDecimal - - + +

    @@ -23463,10 +23463,10 @@

    BestehendesDarlehen

    - + BigDecimal - - + +

    @@ -23493,7 +23493,7 @@

    BestehendesDarlehen

    - + String

    Mögliche Werte: @@ -23501,8 +23501,8 @@

    BestehendesDarlehen

  • BRIEF_GRUNDSCHULD
  • BUCH_GRUNDSCHULD
  • - - + +

    @@ -23551,10 +23551,10 @@

    BestehendesDarlehenDesFinan

    - + String - - + +

    @@ -23581,10 +23581,10 @@

    BestehendesDarlehenDesFinan

    - + BigDecimal - - + +

    @@ -23611,10 +23611,10 @@

    BestehendesDarlehenDesFinan

    - + BigDecimal - - + +

    @@ -23641,7 +23641,7 @@

    BestehendesDarlehenDesFinan

    - + String

    Mögliche Werte: @@ -23649,8 +23649,8 @@

    BestehendesDarlehenDesFinan
  • BAUSPARDARLEHEN
  • FOERDERDARLEHEN
  • IMMOBILIENDARLEHEN
  • SONSTIGES_DARLEHEN
  • PRIVATDARLEHEN
  • - - + +

    @@ -23677,10 +23677,10 @@

    BestehendesDarlehenDesFinan

    - + ProduktAnbieter - - + +

    @@ -23707,10 +23707,10 @@

    BestehendesDarlehenDesFinan

    - + BigDecimal - - + +

    @@ -23737,10 +23737,10 @@

    BestehendesDarlehenDesFinan

    - + BigDecimal - - + +

    @@ -23767,10 +23767,10 @@

    BestehendesDarlehenDesFinan

    - + date - - + +

    @@ -23797,10 +23797,10 @@

    BestehendesDarlehenDesFinan

    - + date - - + +

    @@ -23827,10 +23827,10 @@

    BestehendesDarlehenDesFinan

    - + String - - + +

    @@ -23857,10 +23857,10 @@

    BestehendesDarlehenDesFinan

    - + BigDecimal - - + +

    @@ -23887,10 +23887,10 @@

    BestehendesDarlehenDesFinan

    - + BigDecimal - - + +

    @@ -23917,10 +23917,10 @@

    BestehendesDarlehenDesFinan

    - + BigDecimal - - + +

    @@ -23947,7 +23947,7 @@

    BestehendesDarlehenDesFinan

    - + String

    Mögliche Werte: @@ -23955,8 +23955,8 @@

    BestehendesDarlehenDesFinan
  • BRIEF_GRUNDSCHULD
  • BUCH_GRUNDSCHULD
  • - - + +

    @@ -23983,7 +23983,7 @@

    BestehendesDarlehenDesFinan

    - + String

    Mögliche Werte: @@ -23991,8 +23991,8 @@

    BestehendesDarlehenDesFinan
  • ABLOESEN
  • TRITT_IM_RANG_ZURUECK
  • TRITT_NICHT_IM_RANG_ZURUECK
  • - - + +

    @@ -24041,10 +24041,10 @@

    Darlehen

    - + String - - + +

    @@ -24071,7 +24071,7 @@

    Darlehen

    - + String

    Mögliche Werte: @@ -24079,8 +24079,8 @@

    Darlehen

  • ANNUITAETEN_DARLEHEN
  • FORWARD_DARLEHEN
  • REGIONAL_FOERDER_DARLEHEN
  • KFW_DARLEHEN
  • PRIVAT_DARLEHEN
  • ZWISCHEN_FINANZIERUNG
  • VARIABLES_DARLEHEN
  • BAUSPARVERTRAG
  • - - + +

    @@ -24107,16 +24107,16 @@

    Darlehen

    - + String

    Mögliche Werte:
      -
    • PROGRAMM_124
    • PROGRAMM_141
    • PROGRAMM_151
    • PROGRAMM_152
    • PROGRAMM_153
    • PROGRAMM_155
    • PROGRAMM_159
    • PROGRAMM_167
    • PROGRAMM_261
    • PROGRAMM_262
    • PROGRAMM_297
    • PROGRAMM_298
    • PROGRAMM_300
    • PROGRAMM_358
    • PROGRAMM_359
    • +
    • PROGRAMM_124
    • PROGRAMM_141
    • PROGRAMM_151
    • PROGRAMM_152
    • PROGRAMM_153
    • PROGRAMM_155
    • PROGRAMM_159
    • PROGRAMM_167
    • PROGRAMM_261
    • PROGRAMM_262
    • PROGRAMM_297
    • PROGRAMM_298
    • PROGRAMM_300
    • PROGRAMM_308
    • PROGRAMM_358
    • PROGRAMM_359
    - - + +

    @@ -24143,10 +24143,10 @@

    Darlehen

    - + BigDecimal - - + +

    @@ -24173,10 +24173,10 @@

    Darlehen

    - + BigDecimal - - + +

    @@ -24203,10 +24203,10 @@

    Darlehen

    - + EffektivZinsRelevanteKosten - - + +

    @@ -24233,10 +24233,10 @@

    Darlehen

    - + BigDecimal - - + +

    @@ -24263,10 +24263,10 @@

    Darlehen

    - + BigDecimal - - + +

    @@ -24293,10 +24293,10 @@

    Darlehen

    - + BigDecimal - - + +

    @@ -24323,10 +24323,10 @@

    Darlehen

    - + ProduktAnbieter - - + +

    @@ -24353,10 +24353,10 @@

    Darlehen

    - + ProduktAnbieter - - + +

    @@ -24383,10 +24383,10 @@

    Darlehen

    - + date - - + +

    @@ -24413,10 +24413,10 @@

    Darlehen

    - + ZinsBindung - - + +

    @@ -24443,10 +24443,10 @@

    Darlehen

    - + Tilgung - - + +

    @@ -24473,10 +24473,10 @@

    Darlehen

    - + Bereitstellung - - + +

    @@ -24503,10 +24503,10 @@

    Darlehen

    - + Integer - - + +

    @@ -24533,10 +24533,10 @@

    Darlehen

    - + BigDecimal - - + +

    @@ -24563,10 +24563,10 @@

    Darlehen

    - + date - - + +

    @@ -24593,10 +24593,10 @@

    Darlehen

    - + Bearbeitungszeit - - + +

    @@ -24623,10 +24623,10 @@

    Darlehen

    - + Integer - - + +

    @@ -24653,10 +24653,10 @@

    Darlehen

    - + Integer - - + +

    @@ -24683,10 +24683,10 @@

    Darlehen

    - + Integer - - + +

    @@ -24713,10 +24713,10 @@

    Darlehen

    - + BigDecimal - - + +

    @@ -24743,10 +24743,10 @@

    Darlehen

    - + Zwischenfinanzierung - - + +

    @@ -24773,10 +24773,10 @@

    Darlehen

    - + date - - + +

    @@ -24803,7 +24803,7 @@

    Darlehen

    - + String

    Mögliche Werte: @@ -24811,8 +24811,8 @@

    Darlehen

  • L_BANK_KOMBI_DARLEHEN_WOHNEN
  • L_BANK_WOHNEN_MIT_KIND
  • L_BANK_WOHNEN_MIT_ZUKUNFT
  • NRW_BANK_WOHNEIGENTUM
  • NRW_BANK_GEBAEUDESANIERUNG
  • NRW_BANK_NACHHALTIG_WOHNEN
  • - - + +

    @@ -24839,10 +24839,10 @@

    Darlehen

    - + String - - + +

    @@ -24869,10 +24869,10 @@

    Darlehen

    - + BigDecimal - - + +

    @@ -24899,10 +24899,10 @@

    Darlehen

    - + BigDecimal - - + +

    @@ -24929,10 +24929,10 @@

    Darlehen

    - + BigDecimal - - + +

    @@ -24959,10 +24959,10 @@

    Darlehen

    - + BigDecimal - - + +

    @@ -24989,10 +24989,10 @@

    Darlehen

    - + BigDecimal - - + +

    @@ -25019,10 +25019,10 @@

    Darlehen

    - + array[String] - - + +

    @@ -25071,10 +25071,10 @@

    DarlehensWunsch

    - + String - - + +

    @@ -25101,10 +25101,10 @@

    DarlehensWunsch

    - + AnnuitaetenDarlehensWunsch - - + +

    @@ -25131,10 +25131,10 @@

    DarlehensWunsch

    - + ForwardDarlehensWunsch - - + +

    @@ -25161,10 +25161,10 @@

    DarlehensWunsch

    - + RegionalFoerderDarlehensWunsch - - + +

    @@ -25191,10 +25191,10 @@

    DarlehensWunsch

    - + KfwDarlehensWunsch - - + +

    @@ -25221,10 +25221,10 @@

    DarlehensWunsch

    - + PrivatDarlehensWunsch - - + +

    @@ -25251,10 +25251,10 @@

    DarlehensWunsch

    - + ZwischenFinanzierungsWunsch - - + +

    @@ -25281,10 +25281,10 @@

    DarlehensWunsch

    - + VariablesDarlehensWunsch - - + +

    @@ -25333,10 +25333,10 @@

    EffektivZinsErhoehendeKosten

    - + Boolean - - + +

    @@ -25363,10 +25363,10 @@

    EffektivZinsErhoehendeKosten

    - + BigDecimal - - + +

    @@ -25393,10 +25393,10 @@

    EffektivZinsErhoehendeKosten

    - + BigDecimal - - + +

    @@ -25423,10 +25423,10 @@

    EffektivZinsErhoehendeKosten

    - + String - - + +

    @@ -25453,10 +25453,10 @@

    EffektivZinsErhoehendeKosten

    - + BigDecimal - - + +

    @@ -25505,10 +25505,10 @@

    EffektivZinsRelevanteKosten

    - + BigDecimal - - + +

    @@ -25535,10 +25535,10 @@

    EffektivZinsRelevanteKosten

    - + BigDecimal - - + +

    @@ -25565,10 +25565,10 @@

    EffektivZinsRelevanteKosten

    - + BigDecimal - - + +

    @@ -25595,10 +25595,10 @@

    EffektivZinsRelevanteKosten

    - + BigDecimal - - + +

    @@ -25625,10 +25625,10 @@

    EffektivZinsRelevanteKosten

    - + BigDecimal - - + +

    @@ -25655,10 +25655,10 @@

    EffektivZinsRelevanteKosten

    - + BigDecimal - - + +

    @@ -25707,10 +25707,10 @@

    EinkuenfteAusNebentaetigkeit

    - + BigDecimal - - + +

    @@ -25737,10 +25737,10 @@

    EinkuenfteAusNebentaetigkeit

    - + date - - + +

    @@ -25789,10 +25789,10 @@

    EinnahmenMonatlich

    - + BigDecimal - - + +

    @@ -25841,10 +25841,10 @@

    Eintrag

    - + date - - + +

    @@ -25871,10 +25871,10 @@

    Eintrag

    - + array[String] - - + +

    @@ -25901,10 +25901,10 @@

    Eintrag

    - + BigDecimal - - + +

    @@ -25931,10 +25931,10 @@

    Eintrag

    - + BigDecimal - - + +

    @@ -25961,10 +25961,10 @@

    Eintrag

    - + BigDecimal - - + +

    @@ -25991,10 +25991,10 @@

    Eintrag

    - + BigDecimal - - + +

    @@ -26021,10 +26021,10 @@

    Eintrag

    - + BigDecimal - - + +

    @@ -26051,10 +26051,10 @@

    Eintrag

    - + BigDecimal - - + +

    @@ -26081,10 +26081,10 @@

    Eintrag

    - + BigDecimal - - + +

    @@ -26133,7 +26133,7 @@

    EnergieEffizienzAusweis

    - + String

    Mögliche Werte: @@ -26141,8 +26141,8 @@

    EnergieEffizienzAusweis

  • ENDENERGIEBEDARF
  • ENDENERGIEVERBRAUCH
  • - - + +

    @@ -26169,7 +26169,7 @@

    EnergieEffizienzAusweis

    - + String

    Mögliche Werte: @@ -26177,8 +26177,8 @@

    EnergieEffizienzAusweis

  • ENDENERGIEBEDARF
  • ENDENERGIEVERBRAUCH
  • - - + +

    @@ -26205,10 +26205,10 @@

    EnergieEffizienzAusweis

    - + BigDecimal - - + +

    @@ -26235,7 +26235,7 @@

    EnergieEffizienzAusweis

    - + String

    Mögliche Werte: @@ -26243,8 +26243,8 @@

    EnergieEffizienzAusweis

  • OEL_GAS
  • PHOTOVOLTAIK_WINDKRAFT
  • WAERME_KAELTE
  • STEINKOHLE
  • BRAUNKOHLE
  • NETZSTROM
  • VERDRAENGUNGSSTROM
  • HOLZ
  • ABFAELLE
  • SONSTIGES
  • - - + +

    @@ -26293,10 +26293,10 @@

    Erbbaurecht

    - + Boolean - - + +

    @@ -26323,10 +26323,10 @@

    Erbbaurecht

    - + BigDecimal - - + +

    @@ -26353,7 +26353,7 @@

    Erbbaurecht

    - + String

    Mögliche Werte: @@ -26361,8 +26361,8 @@

    Erbbaurecht

  • ANDERE
  • OEFFENTLICH_KIRCHLICH
  • - - + +

    @@ -26389,10 +26389,10 @@

    Erbbaurecht

    - + String - - + +

    @@ -26441,10 +26441,10 @@

    ErfassteDaten

    - + String - - + +

    @@ -26471,10 +26471,10 @@

    ErfassteDaten

    - + String - - + +

    @@ -26501,10 +26501,10 @@

    ErfassteDaten

    - + date - - + +

    @@ -26531,10 +26531,10 @@

    ErfassteDaten

    - + Partner - - + +

    @@ -26561,10 +26561,10 @@

    ErfassteDaten

    - + Partner - - + +

    @@ -26591,10 +26591,10 @@

    ErfassteDaten

    - + Partner - - + +

    @@ -26621,10 +26621,10 @@

    ErfassteDaten

    - + Bankverbindung - - + +

    @@ -26651,10 +26651,10 @@

    ErfassteDaten

    - + array[Haushalt] - - + +

    @@ -26681,10 +26681,10 @@

    ErfassteDaten

    - + FinanzierungsObjekt - - + +

    @@ -26695,7 +26695,7 @@

    ErfassteDaten

    vorhaben - +

    @@ -26711,10 +26711,10 @@

    ErfassteDaten

    - + Vorhaben - - + +

    @@ -26741,10 +26741,10 @@

    ErfassteDaten

    - + LeadTracking - - + +

    @@ -26771,7 +26771,7 @@

    ErfassteDaten

    - + String

    Mögliche Werte: @@ -26779,8 +26779,8 @@

    ErfassteDaten

  • TEST_MODUS
  • ECHT_GESCHAEFT
  • - - + +

    @@ -26829,10 +26829,10 @@

    Ergebnis

    - + String - - + +

    @@ -26859,10 +26859,10 @@

    Ergebnis

    - + BigDecimal - - + +

    @@ -26889,10 +26889,10 @@

    Ergebnis

    - + BigDecimal - - + +

    @@ -26919,10 +26919,10 @@

    Ergebnis

    - + BigDecimal - - + +

    @@ -26949,10 +26949,10 @@

    Ergebnis

    - + array[Darlehen] - - + +

    @@ -26979,10 +26979,10 @@

    Ergebnis

    - + array[Beleihung] - - + +

    @@ -27009,10 +27009,10 @@

    Ergebnis

    - + array[Meldung] - - + +

    @@ -27039,7 +27039,7 @@

    Ergebnis

    - + String

    Mögliche Werte: @@ -27047,8 +27047,8 @@

    Ergebnis

  • MACHBAR
  • UNTER_VORBEHALT
  • NICHT_MACHBAR
  • - - + +

    @@ -27075,10 +27075,10 @@

    Ergebnis

    - + Date - - + +

    @@ -27105,10 +27105,10 @@

    Ergebnis

    - + Date - - + +

    @@ -27135,10 +27135,10 @@

    Ergebnis

    - + array[BausparAngebot] - - + +

    @@ -27165,7 +27165,7 @@

    Ergebnis

    - + String

    Mögliche Werte: @@ -27173,8 +27173,8 @@

    Ergebnis

  • NICHT_ANGEPASST
  • ANGEPASST
  • ALTERNATIV
  • - - + +

    @@ -27201,10 +27201,10 @@

    Ergebnis

    - + Boolean - - + +

    @@ -27231,7 +27231,7 @@

    Ergebnis

    - + String

    Mögliche Werte: @@ -27239,8 +27239,8 @@

    Ergebnis

  • NICHT_VOLLSTAENDIG
  • VOLLSTAENDIG
  • - - + +

    @@ -27267,10 +27267,10 @@

    Ergebnis

    - + BigDecimal - - + +

    @@ -27297,10 +27297,10 @@

    Ergebnis

    - + BigDecimal - - + +

    @@ -27327,10 +27327,10 @@

    Ergebnis

    - + array[ProduktFeature] - - + +

    @@ -27357,10 +27357,10 @@

    Ergebnis

    - + Links - - + +

    @@ -27409,10 +27409,10 @@

    ErgebnisListe

    - + array[Ergebnis] - - + +

    @@ -27439,10 +27439,10 @@

    ErgebnisListe

    - + Links - - + +

    @@ -27491,10 +27491,10 @@

    Ergebnisliste

    - + String - - + +

    @@ -27521,10 +27521,10 @@

    Ergebnisliste

    - + array[V3Ergebnis] - - + +

    @@ -27551,10 +27551,10 @@

    Ergebnisliste

    - + Links - - + +

    @@ -27603,10 +27603,10 @@

    ErmittleErgebnisseRequestBody

    - + Boolean - - + +

    @@ -27633,10 +27633,10 @@

    ErmittleErgebnisseRequestBody

    - + Boolean - - + +

    @@ -27663,10 +27663,10 @@

    ErmittleErgebnisseRequestBody

    - + Boolean - - + +

    @@ -27693,10 +27693,10 @@

    ErmittleErgebnisseRequestBody

    - + array[String] - - + +

    @@ -27723,10 +27723,10 @@

    ErmittleErgebnisseRequestBody

    - + array[String] - - + +

    @@ -27753,10 +27753,10 @@

    ErmittleErgebnisseRequestBody

    - + Boolean - - + +

    @@ -27805,10 +27805,10 @@

    Ermittlung

    - + String - - + +

    @@ -27835,10 +27835,10 @@

    Ermittlung

    - + array[Ergebnis] - - + +

    @@ -27865,10 +27865,10 @@

    Ermittlung

    - + Links - - + +

    @@ -27917,10 +27917,10 @@

    ErmittlungsAnfrage

    - + String - - + +

    @@ -27947,10 +27947,10 @@

    ErmittlungsAnfrage

    - + ErfassteDaten - - + +

    @@ -27977,10 +27977,10 @@

    ErmittlungsAnfrage

    - + Boolean - - + +

    @@ -28007,10 +28007,10 @@

    ErmittlungsAnfrage

    - + Boolean - - + +

    @@ -28037,10 +28037,10 @@

    ErmittlungsAnfrage

    - + String - - + +

    @@ -28067,10 +28067,10 @@

    ErmittlungsAnfrage

    - + Links - - + +

    @@ -28097,10 +28097,10 @@

    ErmittlungsAnfrage

    - + Date - - + +

    @@ -28149,10 +28149,10 @@

    Error

    - + String - - + +

    @@ -28179,10 +28179,10 @@

    Error

    - + String - - + +

    @@ -28209,10 +28209,10 @@

    Error

    - + Integer - - + +

    @@ -28239,10 +28239,10 @@

    Error

    - + String - - + +

    @@ -28269,10 +28269,10 @@

    Error

    - + String - - + +

    @@ -28321,10 +28321,10 @@

    Finanzbedarf

    - + BigDecimal - - + +

    @@ -28351,10 +28351,10 @@

    Finanzbedarf

    - + BigDecimal - - + +

    @@ -28381,10 +28381,10 @@

    Finanzbedarf

    - + BigDecimal - - + +

    @@ -28411,10 +28411,10 @@

    Finanzbedarf

    - + BigDecimal - - + +

    @@ -28441,10 +28441,10 @@

    Finanzbedarf

    - + BigDecimal - - + +

    @@ -28471,10 +28471,10 @@

    Finanzbedarf

    - + Boolean - - + +

    @@ -28501,10 +28501,10 @@

    Finanzbedarf

    - + BigDecimal - - + +

    @@ -28531,10 +28531,10 @@

    Finanzbedarf

    - + BigDecimal - - + +

    @@ -28561,10 +28561,10 @@

    Finanzbedarf

    - + BigDecimal - - + +

    @@ -28591,10 +28591,10 @@

    Finanzbedarf

    - + Boolean - - + +

    @@ -28621,10 +28621,10 @@

    Finanzbedarf

    - + BigDecimal - - + +

    @@ -28651,10 +28651,10 @@

    Finanzbedarf

    - + BigDecimal - - + +

    @@ -28681,10 +28681,10 @@

    Finanzbedarf

    - + BigDecimal - - + +

    @@ -28711,10 +28711,10 @@

    Finanzbedarf

    - + BigDecimal - - + +

    @@ -28741,10 +28741,10 @@

    Finanzbedarf

    - + Boolean - - + +

    @@ -28771,10 +28771,10 @@

    Finanzbedarf

    - + BigDecimal - - + +

    @@ -28801,10 +28801,10 @@

    Finanzbedarf

    - + BigDecimal - - + +

    @@ -28831,10 +28831,10 @@

    Finanzbedarf

    - + BigDecimal - - + +

    @@ -28861,10 +28861,10 @@

    Finanzbedarf

    - + BigDecimal - - + +

    @@ -28891,10 +28891,10 @@

    Finanzbedarf

    - + BigDecimal - - + +

    @@ -28943,10 +28943,10 @@

    FinanzierungsObjekt

    - + String - - + +

    @@ -28973,10 +28973,10 @@

    FinanzierungsObjekt

    - + Postadresse - - + +

    @@ -29003,10 +29003,10 @@

    FinanzierungsObjekt

    - + array[Autostellplatz] - - + +

    @@ -29033,10 +29033,10 @@

    FinanzierungsObjekt

    - + Erbbaurecht - - + +

    @@ -29063,10 +29063,10 @@

    FinanzierungsObjekt

    - + GrundbuchAngabe - - + +

    @@ -29093,10 +29093,10 @@

    FinanzierungsObjekt

    - + BigDecimal - - + +

    @@ -29123,10 +29123,10 @@

    FinanzierungsObjekt

    - + EffektivZinsErhoehendeKosten - - + +

    @@ -29153,10 +29153,10 @@

    FinanzierungsObjekt

    - + BigDecimal - - + +

    @@ -29183,7 +29183,7 @@

    FinanzierungsObjekt

    - + String

    Mögliche Werte: @@ -29191,8 +29191,8 @@

    FinanzierungsObjekt

  • GEHOBEN
  • MITTEL
  • EINFACH
  • - - + +

    @@ -29219,10 +29219,10 @@

    FinanzierungsObjekt

    - + BigDecimal - - + +

    @@ -29249,10 +29249,10 @@

    FinanzierungsObjekt

    - + BigDecimal - - + +

    @@ -29279,10 +29279,10 @@

    FinanzierungsObjekt

    - + BigDecimal - - + +

    @@ -29309,10 +29309,10 @@

    FinanzierungsObjekt

    - + BigDecimal - - + +

    @@ -29339,10 +29339,10 @@

    FinanzierungsObjekt

    - + BigDecimal - - + +

    @@ -29369,10 +29369,10 @@

    FinanzierungsObjekt

    - + Grundstueck - - + +

    @@ -29399,10 +29399,10 @@

    FinanzierungsObjekt

    - + Gebaeude - - + +

    @@ -29429,7 +29429,7 @@

    FinanzierungsObjekt

    - + String

    Mögliche Werte: @@ -29437,8 +29437,8 @@

    FinanzierungsObjekt

  • GRUNDSTUECK
  • EIGENTUMSWOHNUNG
  • HAUS
  • - - + +

    @@ -29465,10 +29465,10 @@

    FinanzierungsObjekt

    - + BigDecimal - - + +

    @@ -29495,10 +29495,10 @@

    FinanzierungsObjekt

    - + array[BestehendesDarlehenDesFinanzierungsObjekts] - - + +

    @@ -29547,10 +29547,10 @@

    Finanzierungswunsch

    - + String - - + +

    @@ -29561,7 +29561,7 @@

    Finanzierungswunsch

    darlehensWuensche - +

    @@ -29577,10 +29577,10 @@

    Finanzierungswunsch

    - + array[DarlehensWunsch] - - + +

    @@ -29607,10 +29607,10 @@

    Finanzierungswunsch

    - + array[BausparWunsch] - - + +

    @@ -29659,10 +29659,10 @@

    Flurstueck

    - + MiteigentumsAnteil - - + +

    @@ -29689,10 +29689,10 @@

    Flurstueck

    - + String - - + +

    @@ -29719,10 +29719,10 @@

    Flurstueck

    - + String - - + +

    @@ -29749,10 +29749,10 @@

    Flurstueck

    - + BigDecimal - - + +

    @@ -29785,7 +29785,7 @@

    ForwardDarlehensWunsch

    darlehensBetrag - +

    @@ -29801,10 +29801,10 @@

    ForwardDarlehensWunsch

    - + BigDecimal - - + +

    @@ -29831,10 +29831,10 @@

    ForwardDarlehensWunsch

    - + array[String] - - + +

    @@ -29861,10 +29861,10 @@

    ForwardDarlehensWunsch

    - + BigDecimal - - + +

    @@ -29875,7 +29875,7 @@

    ForwardDarlehensWunsch

    tilgungsWunsch - +

    @@ -29891,10 +29891,10 @@

    ForwardDarlehensWunsch

    - + TilgungsWunsch - - + +

    @@ -29921,10 +29921,10 @@

    ForwardDarlehensWunsch

    - + date - - + +

    @@ -29951,10 +29951,10 @@

    ForwardDarlehensWunsch

    - + Integer - - + +

    @@ -29981,10 +29981,10 @@

    ForwardDarlehensWunsch

    - + BigDecimal - - + +

    @@ -30011,10 +30011,10 @@

    ForwardDarlehensWunsch

    - + Integer - - + +

    @@ -30063,7 +30063,7 @@

    Gebaeude

    - + String

    Mögliche Werte: @@ -30071,8 +30071,8 @@

    Gebaeude

  • AUSGEBAUT
  • TEILWEISE_AUSGEBAUT
  • VORHANDEN
  • - - + +

    @@ -30099,10 +30099,10 @@

    Gebaeude

    - + Integer - - + +

    @@ -30129,7 +30129,7 @@

    Gebaeude

    - + String

    Mögliche Werte: @@ -30137,8 +30137,8 @@

    Gebaeude

  • EINFACH
  • MITTEL
  • GEHOBEN
  • STARK_GEHOBEN
  • - - + +

    @@ -30165,10 +30165,10 @@

    Gebaeude

    - + String - - + +

    @@ -30195,7 +30195,7 @@

    Gebaeude

    - + String

    Mögliche Werte: @@ -30203,8 +30203,8 @@

    Gebaeude

  • FACHWERK_MIT_STROH_LEHM
  • FACHWERK_MIT_ZIEGELN
  • GLAS_STAHL
  • HOLZ
  • MASSIV
  • - - + +

    @@ -30231,10 +30231,10 @@

    Gebaeude

    - + Integer - - + +

    @@ -30261,10 +30261,10 @@

    Gebaeude

    - + Boolean - - + +

    @@ -30291,10 +30291,10 @@

    Gebaeude

    - + GebaeudeFlaeche - - + +

    @@ -30321,10 +30321,10 @@

    Gebaeude

    - + Boolean - - + +

    @@ -30351,10 +30351,10 @@

    Gebaeude

    - + BigDecimal - - + +

    @@ -30381,10 +30381,10 @@

    Gebaeude

    - + ModernisierungsAngaben - - + +

    @@ -30411,10 +30411,10 @@

    Gebaeude

    - + GebaeudeFlaeche - - + +

    @@ -30441,10 +30441,10 @@

    Gebaeude

    - + String - - + +

    @@ -30471,10 +30471,10 @@

    Gebaeude

    - + MiteigentumsAnteil - - + +

    @@ -30501,7 +30501,7 @@

    Gebaeude

    - + String

    Mögliche Werte: @@ -30509,8 +30509,8 @@

    Gebaeude

  • UNTERGESCHOSS
  • ERDGESCHOSS
  • ERSTES_OBERGESCHOSS
  • ZWEITES_OBERGESCHOSS
  • DRITTES_BIS_FUENFTES_OBERGESCHOSS
  • AB_SECHSTES_OBERGESCHOSS
  • UNBEKANNT
  • - - + +

    @@ -30537,10 +30537,10 @@

    Gebaeude

    - + Integer - - + +

    @@ -30567,7 +30567,7 @@

    Gebaeude

    - + String

    Mögliche Werte: @@ -30575,8 +30575,8 @@

    Gebaeude

  • FLACHDACH
  • NICHT_AUSGEBAUT
  • TEILWEISE_AUSGEBAUT
  • VOLL_AUSGEBAUT
  • - - + +

    @@ -30603,10 +30603,10 @@

    Gebaeude

    - + Boolean - - + +

    @@ -30633,10 +30633,10 @@

    Gebaeude

    - + Boolean - - + +

    @@ -30663,7 +30663,7 @@

    Gebaeude

    - + String

    Mögliche Werte: @@ -30671,8 +30671,8 @@

    Gebaeude

  • FREISTEHEND
  • KOPFHAUS
  • MITTELHAUS
  • - - + +

    @@ -30699,7 +30699,7 @@

    Gebaeude

    - + String

    Mögliche Werte: @@ -30707,8 +30707,8 @@

    Gebaeude

  • DOPPELHAUSHAELFTE
  • EINFAMILIENHAUS
  • MEHRFAMILIENHAUS
  • REIHENHAUS
  • ZWEIFAMILIENHAUS
  • - - + +

    @@ -30735,7 +30735,7 @@

    Gebaeude

    - + String

    Mögliche Werte: @@ -30743,8 +30743,8 @@

    Gebaeude

  • NICHT_UNTERKELLERT
  • TEILWEISE_UNTERKELLERT
  • UNTERKELLERT
  • - - + +

    @@ -30771,10 +30771,10 @@

    Gebaeude

    - + EnergieEffizienzAusweis - - + +

    @@ -30823,10 +30823,10 @@

    GebaeudeFlaeche

    - + VermietungsInformationen - - + +

    @@ -30853,10 +30853,10 @@

    GebaeudeFlaeche

    - + BigDecimal - - + +

    @@ -30905,10 +30905,10 @@

    GrundbuchAngabe

    - + String - - + +

    @@ -30935,10 +30935,10 @@

    GrundbuchAngabe

    - + String - - + +

    @@ -30965,10 +30965,10 @@

    GrundbuchAngabe

    - + array[Flurstueck] - - + +

    @@ -30995,10 +30995,10 @@

    GrundbuchAngabe

    - + RechteAbteilung2 - - + +

    @@ -31025,10 +31025,10 @@

    GrundbuchAngabe

    - + String - - + +

    @@ -31077,7 +31077,7 @@

    Grundstueck

    - + String

    Mögliche Werte: @@ -31085,8 +31085,8 @@

    Grundstueck

  • UNBEBAUTES_WOHNGRUNDSTUECK
  • UNBEBAUTES_MISCHGRUNDSTUECK
  • UNBEBAUTES_GEWERBEGRUNDSTUECK
  • LANDWIRTSCHAFTLICHES_GRUNDSTUECK
  • SONSTIGES_GRUNDSTUECK
  • - - + +

    @@ -31113,10 +31113,10 @@

    Grundstueck

    - + BigDecimal - - + +

    @@ -31165,10 +31165,10 @@

    Haushalt

    - + String - - + +

    @@ -31195,10 +31195,10 @@

    Haushalt

    - + array[Antragsteller] - - + +

    @@ -31225,10 +31225,10 @@

    Haushalt

    - + array[BestehendeImmobilie] - - + +

    @@ -31255,10 +31255,10 @@

    Haushalt

    - + HaushaltsPositionen - - + +

    @@ -31285,10 +31285,10 @@

    Haushalt

    - + VermoegenVerbindlichkeiten - - + +

    @@ -31315,10 +31315,10 @@

    Haushalt

    - + array[Kind] - - + +

    @@ -31345,10 +31345,10 @@

    Haushalt

    - + Integer - - + +

    @@ -31375,10 +31375,10 @@

    Haushalt

    - + Integer - - + +

    @@ -31405,10 +31405,10 @@

    Haushalt

    - + BigDecimal - - + +

    @@ -31435,10 +31435,10 @@

    Haushalt

    - + Integer - - + +

    @@ -31465,10 +31465,10 @@

    Haushalt

    - + Boolean - - + +

    @@ -31517,10 +31517,10 @@

    HaushaltsPositionen

    - + array[AusgabenMonatlich] - - + +

    @@ -31547,10 +31547,10 @@

    HaushaltsPositionen

    - + array[BankUndSparguthaben] - - + +

    @@ -31577,10 +31577,10 @@

    HaushaltsPositionen

    - + array[BestehenderBausparvertrag] - - + +

    @@ -31607,10 +31607,10 @@

    HaushaltsPositionen

    - + array[EinnahmenMonatlich] - - + +

    @@ -31637,10 +31637,10 @@

    HaushaltsPositionen

    - + array[EinkuenfteAusNebentaetigkeit] - - + +

    @@ -31667,10 +31667,10 @@

    HaushaltsPositionen

    - + array[EinnahmenMonatlich] - - + +

    @@ -31697,10 +31697,10 @@

    HaushaltsPositionen

    - + array[LebensOderRentenversicherungVermoegen] - - + +

    @@ -31727,10 +31727,10 @@

    HaushaltsPositionen

    - + array[MietAusgaben] - - + +

    @@ -31757,10 +31757,10 @@

    HaushaltsPositionen

    - + array[Verbindlichkeit] - - + +

    @@ -31787,10 +31787,10 @@

    HaushaltsPositionen

    - + array[AusgabenMonatlich] - - + +

    @@ -31817,10 +31817,10 @@

    HaushaltsPositionen

    - + array[Verbindlichkeit] - - + +

    @@ -31847,10 +31847,10 @@

    HaushaltsPositionen

    - + array[Sparplaene] - - + +

    @@ -31877,10 +31877,10 @@

    HaushaltsPositionen

    - + array[EinnahmenMonatlich] - - + +

    @@ -31907,10 +31907,10 @@

    HaushaltsPositionen

    - + array[AusgabenMonatlich] - - + +

    @@ -31937,10 +31937,10 @@

    HaushaltsPositionen

    - + array[EinnahmenMonatlich] - - + +

    @@ -31967,10 +31967,10 @@

    HaushaltsPositionen

    - + array[Verbindlichkeit] - - + +

    @@ -31997,10 +31997,10 @@

    HaushaltsPositionen

    - + array[Vermoegen] - - + +

    @@ -32027,10 +32027,10 @@

    HaushaltsPositionen

    - + array[AusgabenMonatlich] - - + +

    @@ -32057,10 +32057,10 @@

    HaushaltsPositionen

    - + array[Wertpapiere] - - + +

    @@ -32093,7 +32093,7 @@

    KfwDarlehensWunsch

    darlehensBetrag - +

    @@ -32109,10 +32109,10 @@

    KfwDarlehensWunsch

    - + BigDecimal - - + +

    @@ -32139,10 +32139,10 @@

    KfwDarlehensWunsch

    - + array[String] - - + +

    @@ -32169,10 +32169,10 @@

    KfwDarlehensWunsch

    - + BigDecimal - - + +

    @@ -32199,10 +32199,10 @@

    KfwDarlehensWunsch

    - + Integer - - + +

    @@ -32229,10 +32229,10 @@

    KfwDarlehensWunsch

    - + Integer - - + +

    @@ -32259,10 +32259,10 @@

    KfwDarlehensWunsch

    - + Integer - - + +

    @@ -32289,16 +32289,16 @@

    KfwDarlehensWunsch

    - + String

    Mögliche Werte:
      -
    • PROGRAMM_124
    • PROGRAMM_141
    • PROGRAMM_151
    • PROGRAMM_152
    • PROGRAMM_153
    • PROGRAMM_155
    • PROGRAMM_159
    • PROGRAMM_167
    • PROGRAMM_261
    • PROGRAMM_262
    • PROGRAMM_297
    • PROGRAMM_298
    • PROGRAMM_300
    • PROGRAMM_358
    • PROGRAMM_359
    • +
    • PROGRAMM_124
    • PROGRAMM_141
    • PROGRAMM_151
    • PROGRAMM_152
    • PROGRAMM_153
    • PROGRAMM_155
    • PROGRAMM_159
    • PROGRAMM_167
    • PROGRAMM_261
    • PROGRAMM_262
    • PROGRAMM_297
    • PROGRAMM_298
    • PROGRAMM_300
    • PROGRAMM_308
    • PROGRAMM_358
    • PROGRAMM_359
    - - + +

    @@ -32325,7 +32325,7 @@

    KfwDarlehensWunsch

    - + String

    Mögliche Werte: @@ -32333,8 +32333,8 @@

    KfwDarlehensWunsch

  • STANDARD_40
  • STANDARD_40_PLUS
  • STANDARD_40_EEK
  • STANDARD_40_NH
  • STANDARD_55
  • STANDARD_55_EEK
  • STANDARD_70
  • STANDARD_70_EEK
  • STANDARD_85
  • STANDARD_85_EEK
  • STANDARD_100
  • STANDARD_100_EEK
  • STANDARD_DENKMAL
  • STANDARD_DENKMAL_EEK
  • KLIMAFREUNDLICH_STANDARD
  • KLIMAFREUNDLICH_QNG
  • - - + +

    @@ -32361,7 +32361,7 @@

    KfwDarlehensWunsch

    - + String

    Mögliche Werte: @@ -32369,8 +32369,8 @@

    KfwDarlehensWunsch

  • STANDARD
  • NEUBAU
  • SANIERUNG
  • - - + +

    @@ -32397,10 +32397,10 @@

    KfwDarlehensWunsch

    - + Boolean - - + +

    @@ -32449,10 +32449,10 @@

    Kind

    - + String - - + +

    @@ -32479,10 +32479,10 @@

    Kind

    - + date - - + +

    @@ -32509,10 +32509,10 @@

    Kind

    - + Boolean - - + +

    @@ -32539,10 +32539,10 @@

    Kind

    - + String - - + +

    @@ -32569,10 +32569,10 @@

    Kind

    - + BigDecimal - - + +

    @@ -32621,10 +32621,10 @@

    KonditionsUebersicht

    - + String - - + +

    @@ -32651,10 +32651,10 @@

    KonditionsUebersicht

    - + String - - + +

    @@ -32681,10 +32681,10 @@

    KonditionsUebersicht

    - + ProduktAnbieter - - + +

    @@ -32711,10 +32711,10 @@

    KonditionsUebersicht

    - + String - - + +

    @@ -32763,10 +32763,10 @@

    LeadTracking

    - + String - - + +

    @@ -32793,10 +32793,10 @@

    LeadTracking

    - + String - - + +

    @@ -32823,10 +32823,10 @@

    LeadTracking

    - + String - - + +

    @@ -32853,10 +32853,10 @@

    LeadTracking

    - + Boolean - - + +

    @@ -32905,10 +32905,10 @@

    LebensOderRentenversicherungVerm

    - + String - - + +

    @@ -32935,10 +32935,10 @@

    LebensOderRentenversicherungVerm

    - + String - - + +

    @@ -32965,10 +32965,10 @@

    LebensOderRentenversicherungVerm

    - + String - - + +

    @@ -32995,10 +32995,10 @@

    LebensOderRentenversicherungVerm

    - + date - - + +

    @@ -33025,10 +33025,10 @@

    LebensOderRentenversicherungVerm

    - + String - - + +

    @@ -33055,10 +33055,10 @@

    LebensOderRentenversicherungVerm

    - + BigDecimal - - + +

    @@ -33085,10 +33085,10 @@

    LebensOderRentenversicherungVerm

    - + BigDecimal - - + +

    @@ -33115,10 +33115,10 @@

    LebensOderRentenversicherungVerm

    - + date - - + +

    @@ -33145,7 +33145,7 @@

    LebensOderRentenversicherungVerm

    - + String

    Mögliche Werte: @@ -33153,8 +33153,8 @@

    LebensOderRentenversicherungVerm
  • KAPITALBILDENDE_LEBENSVERSICHERUNG
  • FONDSGEBUNDENE_LEBENSVERSICHERUNG
  • KAPITALBILDENDE_RENTENVERSICHERUNG
  • FONDSGEBUNDENE_RENTENVERSICHERUNG
  • RISIKO_LEBENSVERSICHERUNG
  • - - + +

    @@ -33181,10 +33181,10 @@

    LebensOderRentenversicherungVerm

    - + BigDecimal - - + +

    @@ -33211,10 +33211,10 @@

    LebensOderRentenversicherungVerm

    - + BigDecimal - - + +

    @@ -33241,7 +33241,7 @@

    LebensOderRentenversicherungVerm

    - + String

    Mögliche Werte: @@ -33249,8 +33249,8 @@

    LebensOderRentenversicherungVerm
  • KEIN_EINSATZ
  • ABTRETEN
  • AUFLOESEN
  • - - + +

    @@ -33277,10 +33277,10 @@

    LebensOderRentenversicherungVerm

    - + BigDecimal - - + +

    @@ -33329,7 +33329,7 @@

    LegitimationsDaten

    - + String

    Mögliche Werte: @@ -33337,8 +33337,8 @@

    LegitimationsDaten

  • PERSONALAUSWEIS
  • REISEPASS
  • ANDERE
  • - - + +

    @@ -33365,10 +33365,10 @@

    LegitimationsDaten

    - + date - - + +

    @@ -33395,10 +33395,10 @@

    LegitimationsDaten

    - + String - - + +

    @@ -33425,10 +33425,10 @@

    LegitimationsDaten

    - + String - - + +

    @@ -33455,10 +33455,10 @@

    LegitimationsDaten

    - + String - - + +

    @@ -33507,10 +33507,10 @@

    - + String - - + +

    @@ -33537,10 +33537,10 @@

    - + String - - + +

    @@ -33567,10 +33567,10 @@

    - + String - - + +

    @@ -33597,10 +33597,10 @@

    - + String - - + +

    @@ -33627,10 +33627,10 @@

    - + String - - + +

    @@ -33657,10 +33657,10 @@

    - + String - - + +

    @@ -33687,10 +33687,10 @@

    - + String - - + +

    @@ -33717,10 +33717,10 @@

    - + Boolean - - + +

    @@ -33791,10 +33791,10 @@

    Meldung

    - + String - - + +

    @@ -33821,10 +33821,10 @@

    Meldung

    - + String - - + +

    @@ -33851,10 +33851,10 @@

    Meldung

    - + String - - + +

    @@ -33881,7 +33881,7 @@

    Meldung

    - + String

    Mögliche Werte: @@ -33889,8 +33889,8 @@

    Meldung

  • AUSZAHLUNGS_VORAUSSETZUNG
  • MACHBAR
  • MACHBARKEITS_HINWEIS
  • ANPASSUNG_KUNDENWUNSCH
  • ANPASSUNG_VERTRIEBSWUNSCH
  • UNBERUECKSICHTIGTE_ANGABE
  • KONDITIONEN_UNTER_VORBEHALT_VOLLSTAENDIGER_DATEN
  • KONDITIONEN_UNTER_VORBEHALT_EXTERNER_SCHNITTSTELLEN
  • MACHBARKEIT_UNTER_VORBEHALT_VOLLSTAENDIGER_DATEN
  • MACHBARKEIT_UNTER_VORBEHALT_EXTERNER_SCHNITTSTELLEN
  • MACHBAR_UNTER_VORBEHALT_PRODUZENT
  • NICHT_MACHBAR
  • NICHT_ANBIETBAR
  • - - + +

    @@ -33917,7 +33917,7 @@

    Meldung

    - + String

    Mögliche Werte: @@ -33925,8 +33925,8 @@

    Meldung

  • ANTRAGSTELLER
  • OBJEKT
  • VORHABEN
  • ALTERNATIV
  • ANPASSUNG
  • UNBERUECKSICHTIGTE_ANGABE
  • - - + +

    @@ -33975,10 +33975,10 @@

    Meldungen

    - + array[Meldung] - - + +

    @@ -34005,10 +34005,10 @@

    Meldungen

    - + Links - - + +

    @@ -34057,10 +34057,10 @@

    MietAusgaben

    - + BigDecimal - - + +

    @@ -34087,10 +34087,10 @@

    MietAusgaben

    - + Boolean - - + +

    @@ -34139,10 +34139,10 @@

    MiteigentumsAnteil

    - + Double - - + +

    @@ -34169,10 +34169,10 @@

    MiteigentumsAnteil

    - + Integer - - + +

    @@ -34221,10 +34221,10 @@

    ModernisierungsAngaben

    - + Boolean - - + +

    @@ -34251,7 +34251,7 @@

    ModernisierungsAngaben

    - + String

    Mögliche Werte: @@ -34259,8 +34259,8 @@

    ModernisierungsAngaben

  • GERING
  • MITTEL
  • HOCH
  • - - + +

    @@ -34287,10 +34287,10 @@

    ModernisierungsAngaben

    - + String - - + +

    @@ -34317,10 +34317,10 @@

    ModernisierungsAngaben

    - + Boolean - - + +

    @@ -34347,10 +34347,10 @@

    ModernisierungsAngaben

    - + Boolean - - + +

    @@ -34377,10 +34377,10 @@

    ModernisierungsAngaben

    - + Boolean - - + +

    @@ -34407,10 +34407,10 @@

    ModernisierungsAngaben

    - + Boolean - - + +

    @@ -34437,10 +34437,10 @@

    ModernisierungsAngaben

    - + Boolean - - + +

    @@ -34467,10 +34467,10 @@

    ModernisierungsAngaben

    - + Boolean - - + +

    @@ -34497,10 +34497,10 @@

    ModernisierungsAngaben

    - + Boolean - - + +

    @@ -34527,10 +34527,10 @@

    ModernisierungsAngaben

    - + Boolean - - + +

    @@ -34579,7 +34579,7 @@

    NachrangigesExternesDarlehen

    - + String

    Mögliche Werte: @@ -34587,8 +34587,8 @@

    NachrangigesExternesDarlehen

  • ARBEITGEBERDARLEHEN
  • BAUSPARDARLEHEN
  • OEFFENTLICHES_DARLEHEN
  • RATENKREDIT
  • - - + +

    @@ -34615,10 +34615,10 @@

    NachrangigesExternesDarlehen

    - + String - - + +

    @@ -34645,10 +34645,10 @@

    NachrangigesExternesDarlehen

    - + BigDecimal - - + +

    @@ -34675,10 +34675,10 @@

    NachrangigesExternesDarlehen

    - + String - - + +

    @@ -34705,10 +34705,10 @@

    NachrangigesExternesDarlehen

    - + BigDecimal - - + +

    @@ -34735,10 +34735,10 @@

    NachrangigesExternesDarlehen

    - + ZinsBindung - - + +

    @@ -34787,10 +34787,10 @@

    Partner

    - + String - - + +

    @@ -34817,10 +34817,10 @@

    Partner

    - + String - - + +

    @@ -34847,7 +34847,7 @@

    Partner

    - + String

    Mögliche Werte: @@ -34855,8 +34855,8 @@

    Partner

  • FRAU
  • HERR
  • - - + +

    @@ -34883,10 +34883,10 @@

    Partner

    - + String - - + +

    @@ -34913,10 +34913,10 @@

    Partner

    - + String - - + +

    @@ -34943,10 +34943,10 @@

    Partner

    - + String - - + +

    @@ -34973,10 +34973,10 @@

    Partner

    - + String - - + +

    @@ -35003,10 +35003,10 @@

    Partner

    - + String - - + +

    @@ -35033,10 +35033,10 @@

    Partner

    - + String - - + +

    @@ -35063,10 +35063,10 @@

    Partner

    - + String - - + +

    @@ -35093,10 +35093,10 @@

    Partner

    - + String - - + +

    @@ -35123,10 +35123,10 @@

    Partner

    - + Postadresse - - + +

    @@ -35153,10 +35153,10 @@

    Partner

    - + String - - + +

    @@ -35183,10 +35183,10 @@

    Partner

    - + String - - + +

    @@ -35213,10 +35213,10 @@

    Partner

    - + String - - + +

    @@ -35243,10 +35243,10 @@

    Partner

    - + VertriebsOrganisation - - + +

    @@ -35273,10 +35273,10 @@

    Partner

    - + date - - + +

    @@ -35303,10 +35303,10 @@

    Partner

    - + Boolean - - + +

    @@ -35355,10 +35355,10 @@

    Postadresse

    - + String - - + +

    @@ -35385,10 +35385,10 @@

    Postadresse

    - + String - - + +

    @@ -35415,10 +35415,10 @@

    Postadresse

    - + String - - + +

    @@ -35445,10 +35445,10 @@

    Postadresse

    - + String - - + +

    @@ -35481,7 +35481,7 @@

    PrivatDarlehensWunsch

    darlehensBetrag - +

    @@ -35497,10 +35497,10 @@

    PrivatDarlehensWunsch

    - + BigDecimal - - + +

    @@ -35527,10 +35527,10 @@

    PrivatDarlehensWunsch

    - + array[String] - - + +

    @@ -35557,10 +35557,10 @@

    PrivatDarlehensWunsch

    - + BigDecimal - - + +

    @@ -35587,10 +35587,10 @@

    PrivatDarlehensWunsch

    - + Integer - - + +

    @@ -35639,10 +35639,10 @@

    ProduktAnbieter

    - + String - - + +

    @@ -35669,10 +35669,10 @@

    ProduktAnbieter

    - + String - - + +

    @@ -35699,10 +35699,10 @@

    ProduktAnbieter

    - + String - - + +

    @@ -35729,10 +35729,10 @@

    ProduktAnbieter

    - + Links - - + +

    @@ -35781,10 +35781,10 @@

    ProduktFeature

    - + String - - + +

    @@ -35811,10 +35811,10 @@

    ProduktFeature

    - + String - - + +

    @@ -35863,10 +35863,10 @@

    ProvisionsInfo

    - + BigDecimal - - + +

    @@ -35893,10 +35893,10 @@

    ProvisionsInfo

    - + String - - + +

    @@ -35923,10 +35923,10 @@

    ProvisionsInfo

    - + Links - - + +

    @@ -35975,10 +35975,10 @@

    RechteAbteilung2

    - + Boolean - - + +

    @@ -36005,10 +36005,10 @@

    RechteAbteilung2

    - + String - - + +

    @@ -36035,10 +36035,10 @@

    RechteAbteilung2

    - + BigDecimal - - + +

    @@ -36071,7 +36071,7 @@

    RegionalFoerderDarlehensWunsch

    darlehensBetrag - +

    @@ -36087,10 +36087,10 @@

    RegionalFoerderDarlehensWunsch

    - + BigDecimal - - + +

    @@ -36117,10 +36117,10 @@

    RegionalFoerderDarlehensWunsch

    - + array[String] - - + +

    @@ -36147,10 +36147,10 @@

    RegionalFoerderDarlehensWunsch

    - + BigDecimal - - + +

    @@ -36177,10 +36177,10 @@

    RegionalFoerderDarlehensWunsch

    - + Integer - - + +

    @@ -36207,10 +36207,10 @@

    RegionalFoerderDarlehensWunsch

    - + Integer - - + +

    @@ -36237,10 +36237,10 @@

    RegionalFoerderDarlehensWunsch

    - + Integer - - + +

    @@ -36251,7 +36251,7 @@

    RegionalFoerderDarlehensWunsch

    regionalFoerderbankProgramm - +

    @@ -36267,7 +36267,7 @@

    RegionalFoerderDarlehensWunsch

    - + String

    Mögliche Werte: @@ -36275,8 +36275,8 @@

    RegionalFoerderDarlehensWunsch

  • L_BANK_KOMBI_DARLEHEN_WOHNEN
  • L_BANK_WOHNEN_MIT_KIND
  • L_BANK_WOHNEN_MIT_ZUKUNFT
  • NRW_BANK_WOHNEIGENTUM
  • NRW_BANK_GEBAEUDESANIERUNG
  • NRW_BANK_NACHHALTIG_WOHNEN
  • - - + +

    @@ -36325,10 +36325,10 @@

    SituationNachRenteneintritt

    - + date - - + +

    @@ -36355,10 +36355,10 @@

    SituationNachRenteneintritt

    - + BigDecimal - - + +

    @@ -36385,10 +36385,10 @@

    SituationNachRenteneintritt

    - + BigDecimal - - + +

    @@ -36415,10 +36415,10 @@

    SituationNachRenteneintritt

    - + BigDecimal - - + +

    @@ -36467,10 +36467,10 @@

    SonderZahlung

    - + BigDecimal - - + +

    @@ -36497,7 +36497,7 @@

    SonderZahlung

    - + String

    Mögliche Werte: @@ -36505,8 +36505,8 @@

    SonderZahlung

  • EINMALIG
  • MONATLICH
  • VIERTELJAEHRLICH
  • HALBJAEHRLICH
  • JAEHRLICH
  • - - + +

    @@ -36533,10 +36533,10 @@

    SonderZahlung

    - + date - - + +

    @@ -36563,10 +36563,10 @@

    SonderZahlung

    - + Integer - - + +

    @@ -36615,10 +36615,10 @@

    SparPhase

    - + BigDecimal - - + +

    @@ -36645,10 +36645,10 @@

    SparPhase

    - + BigDecimal - - + +

    @@ -36675,10 +36675,10 @@

    SparPhase

    - + Integer - - + +

    @@ -36727,10 +36727,10 @@

    Sparplaene

    - + BigDecimal - - + +

    @@ -36757,10 +36757,10 @@

    Sparplaene

    - + BigDecimal - - + +

    @@ -36787,7 +36787,7 @@

    Sparplaene

    - + String

    Mögliche Werte: @@ -36795,8 +36795,8 @@

    Sparplaene

  • KEIN_EINSATZ
  • ABTRETEN
  • AUFLOESEN
  • - - + +

    @@ -36823,10 +36823,10 @@

    Sparplaene

    - + BigDecimal - - + +

    @@ -36853,10 +36853,10 @@

    Sparplaene

    - + BigDecimal - - + +

    @@ -36883,10 +36883,10 @@

    Sparplaene

    - + BigDecimal - - + +

    @@ -36935,10 +36935,10 @@

    Staat

    - + String - - + +

    @@ -36965,10 +36965,10 @@

    Staat

    - + String - - + +

    @@ -37017,10 +37017,10 @@

    Tilgung

    - + BigDecimal - - + +

    @@ -37047,10 +37047,10 @@

    Tilgung

    - + date - - + +

    @@ -37077,10 +37077,10 @@

    Tilgung

    - + BigDecimal - - + +

    @@ -37107,10 +37107,10 @@

    Tilgung

    - + Integer - - + +

    @@ -37137,7 +37137,7 @@

    Tilgung

    - + String

    Mögliche Werte: @@ -37145,8 +37145,8 @@

    Tilgung

  • VOLLTILGER
  • TILGUNGS_AUSGESETZT
  • ANFAENGLICHE_TILGUNG
  • RATE
  • - - + +

    @@ -37173,10 +37173,10 @@

    Tilgung

    - + String - - + +

    @@ -37225,10 +37225,10 @@

    TilgungsPhase

    - + BigDecimal - - + +

    @@ -37255,10 +37255,10 @@

    TilgungsPhase

    - + BigDecimal - - + +

    @@ -37285,10 +37285,10 @@

    TilgungsPhase

    - + BigDecimal - - + +

    @@ -37315,10 +37315,10 @@

    TilgungsPhase

    - + Integer - - + +

    @@ -37367,10 +37367,10 @@

    TilgungsWunsch

    - + BigDecimal - - + +

    @@ -37397,10 +37397,10 @@

    TilgungsWunsch

    - + Boolean - - + +

    @@ -37427,10 +37427,10 @@

    TilgungsWunsch

    - + BigDecimal - - + +

    @@ -37457,10 +37457,10 @@

    TilgungsWunsch

    - + Boolean - - + +

    @@ -37487,10 +37487,10 @@

    TilgungsWunsch

    - + Boolean - - + +

    @@ -37517,10 +37517,10 @@

    TilgungsWunsch

    - + String - - + +

    @@ -37547,10 +37547,10 @@

    TilgungsWunsch

    - + date - - + +

    @@ -37577,10 +37577,10 @@

    TilgungsWunsch

    - + BausparWunsch - - + +

    @@ -37629,10 +37629,10 @@

    Unterlage

    - + String - - + +

    @@ -37659,10 +37659,10 @@

    Unterlage

    - + String - - + +

    @@ -37689,10 +37689,10 @@

    Unterlage

    - + String - - + +

    @@ -37719,7 +37719,7 @@

    Unterlage

    - + String

    Mögliche Werte: @@ -37727,8 +37727,8 @@

    Unterlage

  • ZUR_VERBINDLICHEN_ANGEBOTSANNAHME
  • VOR_DER_ERSTEN_AUSZAHLUNG
  • VOR_JEDER_AUSZAHLUNG
  • VOR_AUSZAHLUNG_LETZTE_RATE
  • NACHZUREICHEN_SOBALD_VERFUEGBAR
  • - - + +

    @@ -37755,7 +37755,7 @@

    Unterlage

    - + String

    Mögliche Werte: @@ -37763,8 +37763,8 @@

    Unterlage

  • ANTRAGSTELLER
  • OBJEKT
  • VORHABEN
  • ALTERNATIV
  • ANPASSUNG
  • UNBERUECKSICHTIGTE_ANGABE
  • - - + +

    @@ -37791,10 +37791,10 @@

    Unterlage

    - + String - - + +

    @@ -37843,10 +37843,10 @@

    Unterlagen

    - + array[Unterlage] - - + +

    @@ -37873,10 +37873,10 @@

    Unterlagen

    - + Links - - + +

    @@ -37925,10 +37925,10 @@

    V3Ergebnis

    - + String - - + +

    @@ -37955,10 +37955,10 @@

    V3Ergebnis

    - + BigDecimal - - + +

    @@ -37985,10 +37985,10 @@

    V3Ergebnis

    - + BigDecimal - - + +

    @@ -38015,10 +38015,10 @@

    V3Ergebnis

    - + BigDecimal - - + +

    @@ -38045,10 +38045,10 @@

    V3Ergebnis

    - + array[Darlehen] - - + +

    @@ -38075,10 +38075,10 @@

    V3Ergebnis

    - + array[Beleihung] - - + +

    @@ -38105,10 +38105,10 @@

    V3Ergebnis

    - + array[Meldung] - - + +

    @@ -38135,7 +38135,7 @@

    V3Ergebnis

    - + String

    Mögliche Werte: @@ -38143,8 +38143,8 @@

    V3Ergebnis

  • MACHBAR
  • UNTER_VORBEHALT
  • NICHT_MACHBAR
  • - - + +

    @@ -38171,10 +38171,10 @@

    V3Ergebnis

    - + Date - - + +

    @@ -38201,10 +38201,10 @@

    V3Ergebnis

    - + Date - - + +

    @@ -38231,10 +38231,10 @@

    V3Ergebnis

    - + array[BausparAngebot] - - + +

    @@ -38261,7 +38261,7 @@

    V3Ergebnis

    - + String

    Mögliche Werte: @@ -38269,8 +38269,8 @@

    V3Ergebnis

  • NICHT_ANGEPASST
  • ANGEPASST
  • ALTERNATIV
  • - - + +

    @@ -38297,10 +38297,10 @@

    V3Ergebnis

    - + Boolean - - + +

    @@ -38327,7 +38327,7 @@

    V3Ergebnis

    - + String

    Mögliche Werte: @@ -38335,8 +38335,8 @@

    V3Ergebnis

  • NICHT_VOLLSTAENDIG
  • VOLLSTAENDIG
  • - - + +

    @@ -38363,10 +38363,10 @@

    V3Ergebnis

    - + BigDecimal - - + +

    @@ -38393,10 +38393,10 @@

    V3Ergebnis

    - + BigDecimal - - + +

    @@ -38423,10 +38423,10 @@

    V3Ergebnis

    - + array[ProduktFeature] - - + +

    @@ -38453,10 +38453,10 @@

    V3Ergebnis

    - + V3GemerktesAngebot - - + +

    @@ -38483,10 +38483,10 @@

    V3Ergebnis

    - + Links - - + +

    @@ -38535,10 +38535,10 @@

    V3GemerktesAngebot

    - + String - - + +

    @@ -38565,10 +38565,10 @@

    V3GemerktesAngebot

    - + Integer - - + +

    @@ -38595,10 +38595,10 @@

    V3GemerktesAngebot

    - + String - - + +

    @@ -38625,10 +38625,10 @@

    V3GemerktesAngebot

    - + BigDecimal - - + +

    @@ -38655,10 +38655,10 @@

    V3GemerktesAngebot

    - + BigDecimal - - + +

    @@ -38685,10 +38685,10 @@

    V3GemerktesAngebot

    - + BigDecimal - - + +

    @@ -38715,10 +38715,10 @@

    V3GemerktesAngebot

    - + array[Darlehen] - - + +

    @@ -38745,10 +38745,10 @@

    V3GemerktesAngebot

    - + array[Beleihung] - - + +

    @@ -38775,7 +38775,7 @@

    V3GemerktesAngebot

    - + String

    Mögliche Werte: @@ -38783,8 +38783,8 @@

    V3GemerktesAngebot

  • MACHBAR
  • UNTER_VORBEHALT
  • NICHT_MACHBAR
  • - - + +

    @@ -38811,10 +38811,10 @@

    V3GemerktesAngebot

    - + Date - - + +

    @@ -38841,10 +38841,10 @@

    V3GemerktesAngebot

    - + Date - - + +

    @@ -38871,10 +38871,10 @@

    V3GemerktesAngebot

    - + array[BausparAngebot] - - + +

    @@ -38901,7 +38901,7 @@

    V3GemerktesAngebot

    - + String

    Mögliche Werte: @@ -38909,8 +38909,8 @@

    V3GemerktesAngebot

  • NICHT_ANGEPASST
  • ANGEPASST
  • ALTERNATIV
  • - - + +

    @@ -38937,10 +38937,10 @@

    V3GemerktesAngebot

    - + Boolean - - + +

    @@ -38967,7 +38967,7 @@

    V3GemerktesAngebot

    - + String

    Mögliche Werte: @@ -38975,8 +38975,8 @@

    V3GemerktesAngebot

  • NICHT_VOLLSTAENDIG
  • VOLLSTAENDIG
  • - - + +

    @@ -39003,10 +39003,10 @@

    V3GemerktesAngebot

    - + BigDecimal - - + +

    @@ -39033,10 +39033,10 @@

    V3GemerktesAngebot

    - + BigDecimal - - + +

    @@ -39063,10 +39063,10 @@

    V3GemerktesAngebot

    - + array[String] - - + +

    @@ -39093,10 +39093,10 @@

    V3GemerktesAngebot

    - + String - - + +

    @@ -39123,10 +39123,10 @@

    V3GemerktesAngebot

    - + String - - + +

    @@ -39153,10 +39153,10 @@

    V3GemerktesAngebot

    - + String - - + +

    @@ -39183,10 +39183,10 @@

    V3GemerktesAngebot

    - + Links - - + +

    @@ -39219,7 +39219,7 @@

    VariablesDarlehensWunsch

    darlehensBetrag - +

    @@ -39235,10 +39235,10 @@

    VariablesDarlehensWunsch

    - + BigDecimal - - + +

    @@ -39265,10 +39265,10 @@

    VariablesDarlehensWunsch

    - + array[String] - - + +

    @@ -39295,10 +39295,10 @@

    VariablesDarlehensWunsch

    - + BigDecimal - - + +

    @@ -39309,7 +39309,7 @@

    VariablesDarlehensWunsch

    tilgungsWunsch - +

    @@ -39325,10 +39325,10 @@

    VariablesDarlehensWunsch

    - + TilgungsWunsch - - + +

    @@ -39377,10 +39377,10 @@

    Verbindlichkeit

    - + String - - + +

    @@ -39407,10 +39407,10 @@

    Verbindlichkeit

    - + date - - + +

    @@ -39437,10 +39437,10 @@

    Verbindlichkeit

    - + BigDecimal - - + +

    @@ -39467,10 +39467,10 @@

    Verbindlichkeit

    - + BigDecimal - - + +

    @@ -39497,10 +39497,10 @@

    Verbindlichkeit

    - + Boolean - - + +

    @@ -39549,7 +39549,7 @@

    VermietungsInformationen

    - + String

    Mögliche Werte: @@ -39557,8 +39557,8 @@

    VermietungsInformationen

  • EIGENGENUTZT
  • TEIL_VERMIETET
  • VERMIETET
  • - - + +

    @@ -39585,10 +39585,10 @@

    VermietungsInformationen

    - + BigDecimal - - + +

    @@ -39615,10 +39615,10 @@

    VermietungsInformationen

    - + BigDecimal - - + +

    @@ -39667,10 +39667,10 @@

    Vermoegen

    - + BigDecimal - - + +

    @@ -39697,10 +39697,10 @@

    Vermoegen

    - + BigDecimal - - + +

    @@ -39727,7 +39727,7 @@

    Vermoegen

    - + String

    Mögliche Werte: @@ -39735,8 +39735,8 @@

    Vermoegen

  • KEIN_EINSATZ
  • ABTRETEN
  • AUFLOESEN
  • - - + +

    @@ -39763,10 +39763,10 @@

    Vermoegen

    - + BigDecimal - - + +

    @@ -39793,10 +39793,10 @@

    Vermoegen

    - + BigDecimal - - + +

    @@ -39845,10 +39845,10 @@

    VermoegenVerbindlichkeit

    - + String - - + +

    @@ -39875,7 +39875,7 @@

    VermoegenVerbindlichkeit

    - + String

    Mögliche Werte: @@ -39883,8 +39883,8 @@

    VermoegenVerbindlichkeit

  • VERMOEGEN
  • VERBINDLICHKEIT
  • - - + +

    @@ -39911,10 +39911,10 @@

    VermoegenVerbindlichkeit

    - + String - - + +

    @@ -39941,10 +39941,10 @@

    VermoegenVerbindlichkeit

    - + BigDecimal - - + +

    @@ -39971,10 +39971,10 @@

    VermoegenVerbindlichkeit

    - + BigDecimal - - + +

    @@ -40023,10 +40023,10 @@

    VermoegenVerbindlichkeiten

    - + array[VermoegenVerbindlichkeit] - - + +

    @@ -40075,10 +40075,10 @@

    VertriebsOrganisation

    - + String - - + +

    @@ -40105,10 +40105,10 @@

    VertriebsOrganisation

    - + String - - + +

    @@ -40135,10 +40135,10 @@

    VertriebsOrganisation

    - + String - - + +

    @@ -40165,10 +40165,10 @@

    VertriebsOrganisation

    - + String - - + +

    @@ -40195,10 +40195,10 @@

    VertriebsOrganisation

    - + String - - + +

    @@ -40225,10 +40225,10 @@

    VertriebsOrganisation

    - + String - - + +

    @@ -40277,10 +40277,10 @@

    Vorhaben

    - + String - - + +

    @@ -40307,10 +40307,10 @@

    Vorhaben

    - + BigDecimal - - + +

    @@ -40337,10 +40337,10 @@

    Vorhaben

    - + array[NachrangigesExternesDarlehen] - - + +

    @@ -40367,10 +40367,10 @@

    Vorhaben

    - + Boolean - - + +

    @@ -40397,7 +40397,7 @@

    Vorhaben

    - + String

    Mögliche Werte: @@ -40405,8 +40405,8 @@

    Vorhaben

  • ANSCHLUSSFINANZIERUNG
  • KAUF
  • KAUF_NEUBAU_VOM_BAUTRAEGER
  • MODERNISIERUNG_UMBAU_ANBAU
  • NEUBAU
  • KAPITALBESCHAFFUNG
  • - - + +

    @@ -40433,10 +40433,10 @@

    Vorhaben

    - + Finanzbedarf - - + +

    @@ -40447,7 +40447,7 @@

    Vorhaben

    finanzierungswunsch - +

    @@ -40463,10 +40463,10 @@

    Vorhaben

    - + Finanzierungswunsch - - + +

    @@ -40493,10 +40493,10 @@

    Vorhaben

    - + array[BausparAngebotExtern] - - + +

    @@ -40545,10 +40545,10 @@

    Wertpapiere

    - + BigDecimal - - + +

    @@ -40575,10 +40575,10 @@

    Wertpapiere

    - + BigDecimal - - + +

    @@ -40605,7 +40605,7 @@

    Wertpapiere

    - + String

    Mögliche Werte: @@ -40613,8 +40613,8 @@

    Wertpapiere

  • KEIN_EINSATZ
  • ABTRETEN
  • AUFLOESEN
  • - - + +

    @@ -40641,10 +40641,10 @@

    Wertpapiere

    - + BigDecimal - - + +

    @@ -40671,10 +40671,10 @@

    Wertpapiere

    - + BigDecimal - - + +

    @@ -40701,10 +40701,10 @@

    Wertpapiere

    - + BigDecimal - - + +

    @@ -40753,10 +40753,10 @@

    Zahlungsplaene

    - + Links - - + +

    @@ -40783,10 +40783,10 @@

    Zahlungsplaene

    - + array[Zahlungsplan] - - + +

    @@ -40835,10 +40835,10 @@

    Zahlungsplan

    - + String - - + +

    @@ -40865,7 +40865,7 @@

    Zahlungsplan

    - + String

    Mögliche Werte: @@ -40873,8 +40873,8 @@

    Zahlungsplan

  • SPARPLAN
  • TILGUNGSPLAN
  • - - + +

    @@ -40901,7 +40901,7 @@

    Zahlungsplan

    - + String

    Mögliche Werte: @@ -40909,8 +40909,8 @@

    Zahlungsplan

  • ANNUITAETEN_DARLEHEN
  • FORWARD_DARLEHEN
  • REGIONAL_FOERDER_DARLEHEN
  • KFW_DARLEHEN
  • PRIVAT_DARLEHEN
  • ZWISCHEN_FINANZIERUNG
  • VARIABLES_DARLEHEN
  • BAUSPARVERTRAG
  • - - + +

    @@ -40937,10 +40937,10 @@

    Zahlungsplan

    - + array[Eintrag] - - + +

    @@ -40967,10 +40967,10 @@

    Zahlungsplan

    - + Eintrag - - + +

    @@ -40997,10 +40997,10 @@

    Zahlungsplan

    - + Eintrag - - + +

    @@ -41027,10 +41027,10 @@

    Zahlungsplan

    - + Eintrag - - + +

    @@ -41057,10 +41057,10 @@

    Zahlungsplan

    - + Links - - + +

    @@ -41109,10 +41109,10 @@

    ZinsBindung

    - + Integer - - + +

    @@ -41139,10 +41139,10 @@

    ZinsBindung

    - + Integer - - + +

    @@ -41169,10 +41169,10 @@

    ZinsBindung

    - + date - - + +

    @@ -41199,10 +41199,10 @@

    ZinsBindung

    - + BigDecimal - - + +

    @@ -41229,10 +41229,10 @@

    ZinsBindung

    - + BigDecimal - - + +

    @@ -41265,7 +41265,7 @@

    ZwischenFinanzierungsWunsch

    darlehensBetrag - +

    @@ -41281,10 +41281,10 @@

    ZwischenFinanzierungsWunsch

    - + BigDecimal - - + +

    @@ -41311,10 +41311,10 @@

    ZwischenFinanzierungsWunsch

    - + array[String] - - + +

    @@ -41341,10 +41341,10 @@

    ZwischenFinanzierungsWunsch

    - + BigDecimal - - + +

    @@ -41371,7 +41371,7 @@

    ZwischenFinanzierungsWunsch

    - + String

    Mögliche Werte: @@ -41379,8 +41379,8 @@

    ZwischenFinanzierungsWunsch

  • VORFINANZIERUNG_OEFFENTLICHER_MITTEL
  • VERKAUF_EINES_ANDEREN_OBJEKTS
  • SONSTIGE_VERWENDUNG
  • - - + +

    @@ -41407,10 +41407,10 @@

    ZwischenFinanzierungsWunsch

    - + Integer - - + +

    @@ -41437,10 +41437,10 @@

    ZwischenFinanzierungsWunsch

    - + String - - + +

    @@ -41489,10 +41489,10 @@

    Zwischenfinanzierung

    - + Integer - - + +

    @@ -41519,7 +41519,7 @@

    Zwischenfinanzierung

    - + String

    Mögliche Werte: @@ -41527,8 +41527,8 @@

    Zwischenfinanzierung

  • VORFINANZIERUNG_OEFFENTLICHER_MITTEL
  • VERKAUF_EINES_ANDEREN_OBJEKTS
  • SONSTIGE_VERWENDUNG
  • - - + +

    @@ -41555,10 +41555,10 @@

    Zwischenfinanzierung

    - + String - - + +