get/suitability

Liefert die Daten der Geeignetheitsprüfung.

Request

Endpoint: POST https://bankathon.fb-xpert.fb-preview.de/av/external/get/suitability

Schema: GET https://bankathon.fb-xpert.fb-preview.de/av/external/get/suitability/request/schema


property default description options
[ token ] * required
string
Ein gültiger Token für die Autentifizierung mit der Schnittstelle.

Response

Schema: GET https://bankathon.fb-xpert.fb-preview.de/av/external/get/suitability/response/schema


property description options
[ status ] * required
string
Status des Aufrufs
OK: Anfrage erfolgreich
ERROR: Anfrage verlief fehlerhaft

object
Daten der Geeignetheitsprüfung
property description options
suitability[ chance_risiko_klasse ]
int
Chancen-Risiko-Klasse
suitability[ beitragsgarantie ]
Beitragsgarantie
suitability[ premium_guarantee ]
int
Beitragsgarantie
suitability[ anlageziel ]
Anlageziel
suitability[ investment_target ]
int
Anlageziel
suitability[ customer_description ]
string
Kundenbeschreibung
suitability[ productconcepts ]
array
Tarifkonzepte
Value Label
AV_PRODUKTKONZEPT_KLASSIK Klassik
AV_PRODUKTKONZEPT_NEUE_KLASSIK Neue Klassik
AV_PRODUKTKONZEPT_INDEX Index
AV_PRODUKTKONZEPT_HYBRID Hybrid
AV_PRODUKTKONZEPT_FONDS Fonds
suitability[ available_wealth ]
int
Verfügbares Vermögen
suitability[ available_income ]
int
Verfügbares Einkommen
suitability[ suitability ]
Geeignetheitsprüfung
suitability[ graphdata ]
array
Geeignetheitsprüfung
example:

mime-type: application/json, text/json

{
    "status": "OK",
    "suitability": {
        "chance_risiko_klasse": 5,
        "premium_guarantee": 20,
        "investment_target": 20,
        "customer_description": "Bei dem Kunden handelt es sich um einen professionellen Anleger.",
        "productconcepts": [
            "AV_PRODUKTKONZEPT_KLASSIK",
            "AV_PRODUKTKONZEPT_NEUE_KLASSIK"
        ],
        "available_wealth": 200000,
        "available_income": 20000,
        "graphdata": "[{'name': 'frage1','label': 'Welchen Anlagehorizont haben Sie?','value': 'a','options': ['']}]"
    }
}