{"openapi":"3.0.3","info":{"title":"Stacc Nexus Hub API","description":"API for the Stacc Nexus Hub","version":"1.0.0"},"tags":[{"name":"Proxy","description":"Proxy towards Nexus endpoints"},{"name":"Internal","description":"Internal endpoints used by Stacc"},{"name":"From Nexus","description":"Endpoints that will be used from Nexus towards Stacc"}],"paths":{"/api/v1/involvedparty/getentityinfo":{"post":{"summary":"Get involved party from identifier (CVR wave 1)","description":"Internal endpoint to get involved party from identifier from Nexus","tags":["Proxy"],"parameters":[{"$ref":"#/components/parameters/X-Channel-Identifier"},{"$ref":"#/components/parameters/X-Customer-Type"},{"$ref":"#/components/parameters/X-Request-Country"},{"$ref":"#/components/parameters/X-Request-Timestamp"},{"$ref":"#/components/parameters/X-Partner-ID"},{"$ref":"#/components/parameters/X-Correlation-ID"},{"$ref":"#/components/parameters/X-User-id"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"oneOf":[{"type":"object","properties":{"externalKey":{"type":"string","description":"CVR identifier","example":26305616},"country":{"type":"string","description":"Country","example":"DENMARK"}}},{"type":"object","properties":{"internalKey":{"type":"string","description":"Internal key identifier","example":8221709323}}}]}}}},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PartyInvolved"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}}}},"/api/v1/customer/retention":{"post":{"summary":"Set retention status for customer","description":"Set retention status for customer","tags":["Proxy"],"parameters":[{"$ref":"#/components/parameters/X-Channel-Identifier"},{"$ref":"#/components/parameters/X-Customer-Type"},{"$ref":"#/components/parameters/X-Request-Country"},{"$ref":"#/components/parameters/X-Request-Timestamp"},{"$ref":"#/components/parameters/X-Partner-ID"},{"$ref":"#/components/parameters/X-Correlation-ID"},{"$ref":"#/components/parameters/X-User-id"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RetentionRequest"}}}},"responses":{"200":{"description":"Successful response"},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}}}},"/api/v1/market/fundingrates":{"post":{"summary":"Get var funding","description":"Get var funding from Nexus","tags":["Proxy"],"parameters":[{"$ref":"#/components/parameters/X-Channel-Identifier"},{"$ref":"#/components/parameters/X-Request-Country"},{"$ref":"#/components/parameters/X-Request-Timestamp"},{"$ref":"#/components/parameters/X-Partner-ID"},{"$ref":"#/components/parameters/X-Correlation-ID"},{"$ref":"#/components/parameters/X-User-id"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VarFundingRequest"}}}},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VarFunding"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}},"503":{"description":"Service Unavailable with retry after header","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}},"headers":{"Retry-After":{"type":"string","description":"Retry after header"}}}}}}},"/api/v1/document/communication":{"post":{"summary":"Post document for sending to customer","description":"Post document for sending to customer via eboks, print or signing","tags":["Proxy"],"parameters":[{"$ref":"#/components/parameters/X-Channel-Identifier"},{"$ref":"#/components/parameters/X-Customer-Type"},{"$ref":"#/components/parameters/X-Request-Country"},{"$ref":"#/components/parameters/X-Request-Timestamp"},{"$ref":"#/components/parameters/X-Partner-ID"},{"$ref":"#/components/parameters/X-Correlation-ID"},{"$ref":"#/components/parameters/X-User-id"},{"$ref":"#/components/parameters/X-Asset-Type"},{"$ref":"#/components/parameters/X-Financing-Product"}],"requestBody":{"required":true,"content":{"multipart/form-data":{"schema":{"oneOf":[{"$ref":"#/components/schemas/DocumentPrintRequest"},{"$ref":"#/components/schemas/DocumentSigningRequest"}],"discriminator":{"propertyName":"distributionMethod","mapping":{"DIGITAL_SIGNING":"#/components/schemas/DocumentSigningRequest","PRINT":"#/components/schemas/DocumentPrintRequest"}}}}}},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocumentResponse"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}}}},"/api/v1/credit/application/register":{"post":{"tags":["Proxy"],"summary":"Register a credit application","description":"Register a credit application with financing scenario and credit assessment input as part of the legacy system. The application will be registered (created and assessed) in the background and when when it has been registered or an error has occurred, a callback will be made to the requester, using the HTTP method POST","parameters":[{"$ref":"#/components/parameters/X-Financing-Product"},{"$ref":"#/components/parameters/X-Asset-Type"},{"$ref":"#/components/parameters/X-Customer-Type"},{"$ref":"#/components/parameters/X-Channel-Identifier"},{"$ref":"#/components/parameters/X-Request-Country"},{"$ref":"#/components/parameters/X-Correlation-ID"},{"$ref":"#/components/parameters/X-Partner-ID"},{"$ref":"#/components/parameters/X-User-id"},{"$ref":"#/components/parameters/X-Request-Timestamp"}],"requestBody":{"description":"Request model for creating an application","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Credit_ApplicationRegistration"}}},"required":true},"responses":{"202":{"description":"Accepted"},"400":{"description":"Bad request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Credit_ErrorResponse"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Credit_ErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Credit_ErrorResponse"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Credit_ErrorResponse"}}}}}}},"/{country}/api/v1/customer":{"put":{"summary":"Customer data updated at Danske Bank internally pushed to Stacc","description":"Update customer data from Danske Bank","tags":["From Nexus"],"parameters":[{"name":"country","in":"path","required":true,"description":"Country code. Currently only DK is supported.","schema":{"type":"string","enum":["dk","se","no","fi"]}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PartialPartyInvolved"}}}},"responses":{"200":{"description":"Successful update"},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}}}},"/{country}/api/v1/customer/exposure":{"post":{"summary":"Get credit exposure for customer within Stacc","tags":["From Nexus"],"parameters":[{"name":"country","in":"path","required":true,"description":"Country code","schema":{"type":"string","enum":["dk","se","no","fi"]}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["customerIdentifier"],"properties":{"customerIdentifier":{"type":"string","description":"Customer identifier"}}}}}},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExposureResponse"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}}}},"/{country}/api/v1/signing/complete":{"post":{"summary":"Complete signing","description":"Complete signing","tags":["From Nexus"],"parameters":[{"name":"country","in":"path","required":true,"description":"Country code","schema":{"type":"string","enum":["dk","se","no","fi"]}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SigningCompleteRequest"}}}},"responses":{"200":{"description":"Successful response"},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}}}},"/{country}/api/v1/credit/complete":{"post":{"summary":"Complete credit application","description":"Complete credit application","tags":["From Nexus"],"parameters":[{"name":"country","in":"path","required":true,"description":"Country code","schema":{"type":"string","enum":["dk","se","no","fi"]}},{"$ref":"#/components/parameters/X-Correlation-ID"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreditCompleteRequest"}}}},"responses":{"200":{"description":"Successful response"},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}}}},"/{country}/api/v1/customer/{customerIdentifier}/summary":{"get":{"summary":"Get customer summary","description":"Get customer summary","tags":["From Nexus"],"parameters":[{"name":"country","in":"path","required":true,"description":"Country code","schema":{"type":"string","enum":["dk","se","no","fi"]}},{"name":"customerIdentifier","in":"path","required":true,"description":"Customer identifier","schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomerSummary"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}}}},"/internal/api/v1/combinedSearch":{"get":{"summary":"Get customers and contracts from core and flow","description":"Get customers and contracts from core and flow","tags":["Internal"],"parameters":[{"$ref":"#/components/parameters/Search-Customer-Name"},{"$ref":"#/components/parameters/Search-Contract-Identifier"},{"$ref":"#/components/parameters/Search-Status"},{"name":"limit","in":"query","description":"Max number of results to return","required":false,"schema":{"type":"integer","default":50,"minimum":1,"maximum":200}},{"name":"offset","in":"query","description":"Number of results to skip","required":false,"schema":{"type":"integer","default":0}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CombinedSearch"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}}}},"/internal/api/v1/core/event":{"post":{"summary":"Receive event from Core","description":"Generic endpoint for receiving events from Core system","tags":["Internal"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CoreEvent"}}}},"responses":{"200":{"description":"Event processed successfully"},"400":{"description":"Invalid event payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}}}}},"components":{"parameters":{"Search-Customer-Name":{"required":false,"example":"Name/Company","name":"Search-Customer-Name","in":"query","schema":{"type":"string"}},"Search-Contract-Identifier":{"required":false,"name":"Search-Contract-Identifier","in":"query","schema":{"type":"string"}},"Search-Status":{"required":false,"name":"Search-Status","in":"query","schema":{"type":"array","example":["ACTIVE"],"items":{"type":"string","enum":["QUOTE","CREDIT","CREDIT APPROVED","OFFERED","AWAITING INVOICE","INVOICE APPROVED","ACTIVE"]}}},"X-Channel-Identifier":{"required":true,"example":"Bank","name":"X-Channel-Identifier","in":"header","schema":{"type":"string","enum":["Bank","Direct","Vendor","Self-service"]}},"X-Customer-Type":{"required":true,"example":"Corporate","name":"X-Customer-Type","in":"header","schema":{"type":"string","enum":["Corporate","Individual"]}},"X-User-id":{"required":false,"example":"D23456","name":"X-User-id","in":"header","schema":{"type":"string"}},"X-Request-Country":{"required":true,"example":"Denmark","name":"X-Request-Country","in":"header","schema":{"type":"string","enum":["Denmark","Sweden","Norway","Finland"]}},"X-Request-Timestamp":{"required":true,"example":"2021-01-01T00:00:00.000Z","name":"X-Request-Timestamp","in":"header","schema":{"type":"string","format":"date-time"}},"X-Partner-ID":{"required":true,"example":"STACC","name":"X-Partner-ID","in":"header","schema":{"type":"string","enum":["STACC"]}},"X-Correlation-ID":{"required":true,"example":"123e4567-e89b-12d3-a456-426614174000","name":"X-Correlation-ID","in":"header","schema":{"type":"string","format":"uuid"}},"X-Asset-Type":{"required":false,"example":"Equipment","name":"X-Asset-Type","in":"header","schema":{"type":"string","enum":["Equipment","Vehicle"]}},"X-Financing-Product":{"required":false,"example":"HIRE_PURCHASE","name":"X-Financing-Product","in":"header","schema":{"type":"string","enum":["HIRE_PURCHASE","FINANCIAL_LEASING","OPERATIONAL_LEASING"]}},"Credit_JwtAuthorization":{"name":"Authorization","in":"header","description":"Danske JWT authorization","required":false,"schema":{"type":"string","format":"JWT","example":"Bearer ..."}}},"schemas":{"CoreEvent":{"type":"object","required":["eventType","recordType","recordNo"],"properties":{"eventNo":{"type":"integer","description":"Event identifier"},"eventCreatedAt":{"type":"string","format":"date-time","description":"Time stamp"},"eventType":{"type":"string","description":"Type of event","enum":["StatusChanged"]},"recordType":{"type":"string","description":"Type of record","enum":["Account","Contact","Customer"]},"recordNo":{"type":"string","description":"Internal Core identifier"},"details":{"type":"object","description":"Event specific details"}}},"PartyInvolved":{"type":"object","properties":{"customerStatus":{"$ref":"#/components/schemas/CustomerStatus"},"base":{"$ref":"#/components/schemas/InvolvedPartyBase"},"identity":{"$ref":"#/components/schemas/InvolvedPartyIdentity"},"contactInformation":{"$ref":"#/components/schemas/InvolvedPartyContactInformation"}}},"CustomerStatus":{"type":"object","properties":{"isExistingCustomer":{"type":"boolean"},"customerType":{"type":"string","enum":["Personal","Business"]}}},"InvolvedPartyIdentity":{"type":"object","properties":{"names":{"type":"array","items":{"$ref":"#/components/schemas/InvolvedPartyName"}}}},"InvolvedPartyBase":{"type":"object","properties":{"internalCustomerKey":{"type":"string"}}},"InvolvedPartyName":{"type":"object","properties":{"id":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"companyName":{"type":"string"}}},"CoreContact":{"type":"object","properties":{"correlationId":{"type":"string","description":"Correlation ID"},"result":{"type":"boolean","description":"Result status"},"resultContactNo":{"type":"string","description":"Result contact number"},"resultContacts":{"type":"object","properties":{"getOrUpdateContact":{"type":"object","properties":{"contactNameAddress":{"type":"object","properties":{"firstName":{"type":"string","description":"First name"},"middleName":{"type":"string","description":"Middle name"},"surname":{"type":"string","description":"Surname"},"salutationCode":{"type":"string","description":"Salutation code"},"name":{"type":"string","description":"Company name"},"address":{"type":"string","description":"Address"},"address2":{"type":"string","description":"Address 2"},"streetType":{"type":"string","description":"Street type"},"careOf":{"type":"string","description":"Care of"},"postCode":{"type":"string","description":"Post code"},"city":{"type":"string","description":"City"},"region":{"type":"string","description":"Region"},"countryCode":{"type":"string","description":"Country code"},"nationalityCode":{"type":"string","description":"Nationality code"},"socialSecurityNo":{"type":"string","description":"Social security number"},"organizationNo":{"type":"string","description":"Organization number"},"vatOrganizationNo":{"type":"string","description":"VAT organization number"}}},"contactStatistics":{"type":"object","properties":{"internalRatingCode":{"type":"string","description":"Internal rating code"},"lastRatingDate":{"type":"string","format":"date-time","nullable":true,"description":"Last rating date"}}},"contactCompliance":{"type":"object","properties":{"nationalityCode":{"type":"string","description":"Nationality code"},"citizenship":{"type":"object","description":"Citizenship information"},"legalEntityTypeCode":{"type":"string","description":"Legal entity type code"},"sectorCode":{"type":"string","description":"Sector code"},"economicActivityCode":{"type":"string","description":"Economic activity code"},"pep":{"type":"string","description":"Politically exposed person"},"highRiskContact":{"type":"boolean","description":"High risk contact"},"riskLevelAML":{"type":"string","description":"Risk level AML"},"lastConfirmContactDetailsDT":{"type":"string","format":"date-time","nullable":true,"description":"Last confirm contact details date time"},"dateOfLastKYC":{"type":"string","format":"date-time","description":"Date of last KYC"},"isKYCUpdateRequired":{"type":"boolean","description":"Is KYC update required"}}},"contactInfo":{"type":"object","properties":{"eMail":{"type":"string","description":"Email address"},"mobilePhoneNo":{"type":"string","description":"Mobile phone number"},"phoneNo":{"type":"string","description":"Phone number"}}},"contactPreferences":{"type":"object","properties":{"eCommunication":{"type":"boolean","description":"E-communication preference"},"eMarketing":{"type":"boolean","description":"E-marketing preference"},"eMarketingSms":{"type":"boolean","description":"E-marketing SMS preference"},"eMarketingEmail":{"type":"boolean","description":"E-marketing email preference"}}},"paymentPreferences":{"type":"object","properties":{"bankAccountNo":{"type":"string","description":"Bank account number"}}},"taxIdentification":{"type":"object","description":"Tax identification information"},"kyc":{"type":"object","description":"KYC information"},"tags":{"type":"object","description":"Tags information"}}},"text":{"type":"array","items":{"type":"string"},"description":"Text array"}}},"resultCustomerNo":{"type":"string","description":"Result customer number"},"resultVendorNo":{"type":"string","description":"Result vendor number"},"serviceVersion":{"type":"string","description":"Service version"}}},"InvolvedPartyContactInformation":{"type":"object","properties":{"addresses":{"type":"array","items":{"$ref":"#/components/schemas/Address"}},"phones":{"type":"array","items":{"$ref":"#/components/schemas/Phone"}},"emails":{"type":"array","items":{"$ref":"#/components/schemas/Email"}}}},"InvolvedPartyInformationUpdate":{"type":"object","properties":{"emails":{"$ref":"#/components/schemas/Email"},"phones":{"$ref":"#/components/schemas/Phone"},"addresses":{"$ref":"#/components/schemas/Address"},"names":{"$ref":"#/components/schemas/InvolvedPartyName"}}},"Country":{"type":"object","properties":{"code":{"type":"string"},"name":{"type":"string"}}},"Language":{"type":"object","properties":{"code":{"type":"string"},"description":{"type":"string"}}},"UnstructuredAddress":{"type":"object","properties":{"addressLine1":{"type":"string"},"addressLine2":{"type":"string"},"addressLine3":{"type":"string"},"addressLine4":{"type":"string"},"addressLine5":{"type":"string"}}},"PhoneType":{"type":"object","properties":{"type":{"type":"string"},"description":{"type":"string"}}},"EmailType":{"type":"object","properties":{"type":{"type":"string"},"description":{"type":"string"}}},"Address":{"type":"object","properties":{"id":{"type":"string"},"postOfficeBox":{"type":"string"},"floor":{"type":"string"},"side":{"type":"string"},"room":{"type":"string"},"streetName":{"type":"string"},"houseNumber":{"type":"string"},"buildingName":{"type":"string"},"markAttention":{"type":"string"},"markCare":{"type":"string"},"cityName":{"type":"string"},"postOffice":{"type":"string"},"postalZone":{"type":"string"},"postalDistrict":{"type":"string"},"county":{"type":"string"},"townland":{"type":"string"},"municipalityCode":{"type":"string"},"unstructuredAddress":{"$ref":"#/components/schemas/UnstructuredAddress"},"country":{"$ref":"#/components/schemas/Country"},"specialMailing":{"type":"string"},"usages":{"type":"array","nullable":true,"items":{"type":"string"}},"language":{"$ref":"#/components/schemas/Language"},"primary":{"type":"boolean"},"preferred":{"type":"boolean"},"type":{"type":"string"},"village":{"type":"string","nullable":true},"postalCode":{"type":"string"}}},"Phone":{"type":"object","properties":{"id":{"type":"string"},"primary":{"type":"boolean"},"number":{"type":"string"},"phoneType":{"$ref":"#/components/schemas/PhoneType"},"usage":{"type":"string"},"country":{"$ref":"#/components/schemas/Country"}}},"Email":{"type":"object","properties":{"id":{"type":"string"},"primary":{"type":"boolean"},"address":{"type":"string"},"emailType":{"$ref":"#/components/schemas/EmailType"},"usage":{"type":"string"}}},"PartialPartyInvolved":{"type":"object","properties":{"customerKey":{"type":"string","description":"Customer key identifier"},"contactInformation":{"$ref":"#/components/schemas/InvolvedPartyInformationUpdate"}}},"ErrorResponse":{"type":"object","required":["message","errorCode"],"properties":{"message":{"type":"string","description":"Error message describing what went wrong"},"status":{"type":"string","description":"Status code"},"errorCode":{"type":"string","description":"Error code"}}},"VarFundingRequest":{"type":"object","properties":{"request":{"type":"object","required":["instruments"],"properties":{"instruments":{"type":"array","description":"List of instruments to include in the funding request","items":{"type":"string","enum":["CIBOR","EURIBOR","NIBOR","STIBOR"]},"minItems":1}}}},"required":["request"]},"VarFunding":{"type":"object","required":["status","timestamp","data"],"properties":{"status":{"type":"string","description":"Status of the request","example":"SUCCESS"},"timestamp":{"type":"string","format":"date-time","description":"Timestamp of the response"},"data":{"type":"array","items":{"type":"object","required":["instrument","instrumentCode","fundingRate","rateType","lastUpdated"],"properties":{"instrument":{"type":"string","description":"Name of the instrument","example":"EURIBOR"},"instrumentCode":{"type":"string","description":"Code of the instrument","example":"EURIBORSWD="},"fundingRate":{"type":"number","format":"double","description":"Funding rate value","example":2.565236985},"rateType":{"type":"string","description":"Type of the rate","enum":["Annually","Monthly","Quarterly","Halfyearly"]},"lastUpdated":{"type":"string","format":"date-time","description":"When the rate was last updated"}}}}}},"SigningStatus":{"type":"string","example":"signed","enum":["signed","failed","created","expired","manual","rejected","Signed","Failed","Expired","Manual","Rejected","Created","SIGNED","FAILED","EXPIRED","MANUAL","REJECTED","CREATED"]},"DocumentType":{"type":"string","enum":["AGREEMENT","INVOICE","HIRE_PURCHASE_AGREEMENT","LEASING_AGREEMENT","DELIVERY_APPROVAL","CUSTOMER_INVOICE","REMINDER"]},"DocumentPrintRequest":{"type":"object","required":["document","distributionMethod","internalkey","printMode","postageTypeCode"],"properties":{"document":{"type":"string","format":"binary","description":"Document to send to customer"},"documentType":{"$ref":"#/components/schemas/DocumentType"},"distributionMethod":{"type":"string","enum":["PRINT"]},"internalkey":{"type":"string","description":"Internal key identifier","example":96917856},"printMode":{"type":"string","enum":["simplex","duplex"]},"postageTypeCode":{"type":"string","enum":["A","B"]}}},"DocumentSigningRequest":{"type":"object","required":["document","distributionMethod","internalkey","name","expirationInDays"],"properties":{"document":{"type":"string","format":"binary","description":"Document to send to customer"},"documentType":{"$ref":"#/components/schemas/DocumentType"},"distributionMethod":{"type":"string","enum":["DIGITAL_SIGNING"]},"internalkey":{"type":"string","description":"Internal key identifier","example":78987689},"supplierkey":{"type":"string","description":"Supplier key identifier","example":98767898},"notifyToEmail":{"type":"string","format":"email","description":"Email address to notify","example":"john.doe@example.com"},"name":{"type":"string","description":"Name of the signing case","example":"Leasing Agreement"},"expirationInDays":{"type":"string","description":"Signing expiration in days","example":14}}},"DocumentResponse":{"type":"object","required":["responseId","signingcaseId","status","Timestamp"],"properties":{"correlationId":{"type":"string","format":"uuid","description":"Unique identifier for the response"},"callerCorrelationId":{"type":"string","description":"Correlation id from the caller"},"ccmpCorrelationId":{"type":"string","description":"Correlation id from the ccmp system"},"warnings":{"type":"array","items":{"type":"string"}}}},"SigningCompleteRequest":{"type":"object","required":["id","status","Timestamp"],"properties":{"id":{"type":"string","format":"uuid","description":"Unique identifier for the signing request. Should be taskId to trigger completion.","example":"f47ac10b-58cc-4372-a567-0e02b2c3d479"},"status":{"$ref":"#/components/schemas/SigningStatus"},"Timestamp":{"type":"string","format":"date-time","description":"Timestamp when the signing was completed","example":"2023-09-15T14:32:17Z"},"description":{"type":"string","nullable":true,"description":"Description of the failed signing case","example":"One or more signees were not validated. Reasons: Landmand Henry Jensen: Signing rules for the company are outdated"},"signingcaseId":{"type":"string","description":"Identifier for the signing case","example":"SC1234"}}},"InvolvedPartyTypes":{"type":"string","enum":["CUSTOMER","GUARANTOR","RV_GUARANTOR","SUPPLIER"]},"RetentionParty":{"type":"object","required":["internalKey","caseState","type"],"properties":{"internalKey":{"type":"string","description":"Internal key identifier for the participant","example":31887755},"caseState":{"type":"string","description":"Current state of the case","enum":["OFFER_CREATED","CREDIT_REQUESTED","AGREEMENT_REQUESTED","BILLING_INITIATION"]},"contractDuration":{"type":"integer","description":"Duration of the contract in months"},"type":{"$ref":"#/components/schemas/InvolvedPartyTypes"}}},"RetentionRequest":{"type":"array","items":{"$ref":"#/components/schemas/RetentionParty"}},"CreditFrame":{"type":"object","required":["customerId","frameNum","frameAmount","frameRevolving","frameValueInCurrency","frameStatus","currency","expiryDate","remaingValMin","remaingValMax","duratnMinFrame","duratnMaxFrame","lastActivationDate"],"properties":{"customerId":{"type":"string","description":"Customer identifier"},"frameNum":{"type":"string","description":"Frame number"},"frameAmount":{"type":"number","format":"double","description":"Frame amount"},"frameRevolving":{"type":"boolean","description":"Whether the frame is revolving"},"frameValueInCurrency":{"type":"number","format":"double","description":"Frame value in currency"},"frameStatus":{"description":"Current status of the frame","type":"string","enum":["Unknown","Awaiting","Approved","Declined","Cancelled","Closed","Draft"]},"currency":{"type":"string","description":"Currency code"},"expiryDate":{"type":"string","format":"date","description":"Expiry date of the frame"},"remaingValMin":{"type":"number","format":"double","description":"Remaining value minimum"},"remaingValMax":{"type":"number","format":"double","description":"Remaining value maximum"},"duratnMinFrame":{"type":"integer","description":"Duration minimum frame"},"duratnMaxFrame":{"type":"integer","description":"Duration maximum frame"},"lastActivationDate":{"type":"string","format":"date","description":"Last activation date"}}},"CreditFrameSummary":{"type":"object","properties":{"frameNum":{"type":"string","description":"Frame number"},"frameAmount":{"type":"number","format":"double","description":"Frame amount"},"frameRevolving":{"type":"boolean","description":"Whether the frame is revolving"},"frameValueInCurrency":{"type":"number","format":"double","description":"Frame value in currency"},"frameStatus":{"description":"Current status of the frame","type":"string","enum":["Unknown","Awaiting","Approved","Declined","Cancelled","Draft"]},"currency":{"type":"string","description":"Currency code"},"expiryDate":{"type":"string","format":"date","description":"Expiry date of the frame"},"remaingValMin":{"type":"number","format":"double","description":"Remaining value minimum"},"remaingValMax":{"type":"number","format":"double","description":"Remaining value maximum"},"duratnMinFrame":{"type":"integer","description":"Duration minimum frame"},"duratnMaxFrame":{"type":"integer","description":"Duration maximum frame"},"lastActivationDate":{"type":"string","format":"date","description":"Last activation date"},"assetCategoryCode":{"type":"string","description":"Asset category code"},"assetCategoryName":{"type":"string","description":"Asset category name"},"name":{"type":"string","description":"Name of the frame"},"lineType":{"type":"string","description":"Line type","enum":["Credit","ResidualValue","Unknown"]},"financialProduct":{"type":"string","description":"Financial product","enum":["None","FinancialLeasing","HirePurchase"]}}},"AmountsAndBalances":{"type":"object","required":["initialPrincipal","residualAmount","advancePaymentAmountExclVat"],"properties":{"initialPrincipal":{"type":"number","format":"double","description":"Initial principal amount"},"remainingPrincipal":{"type":"number","format":"double","description":"Remaining principal amount"},"disbursementAmount":{"type":"number","format":"double","description":"Disbursement amount"},"residualAmount":{"type":"number","format":"double","description":"Residual amount"},"principalBalance":{"type":"number","format":"double","description":"Principal balance"},"accountBalance":{"type":"number","format":"double","description":"Account balance"},"accountBalanceDue":{"type":"number","format":"double","description":"Account balance due"},"advancePaymentAmountExclVat":{"type":"number","format":"double","description":"Advance payment amount excluding VAT"},"remainingAmountExclVat":{"type":"number","format":"double","description":"Remaining amount excluding VAT"},"currentBalanceDue":{"type":"number","format":"double","description":"Current balance due"},"openFeeBalance":{"type":"number","format":"double","description":"Open fee balance"},"openInterestBalance":{"type":"number","format":"double","description":"Open interest balance"},"openPrincipalPaymentBalance":{"type":"number","format":"double","description":"Open principal payment balance"},"openPrincipalPaymentBalanceExclVat":{"type":"number","format":"double","description":"Open principal payment balance excluding VAT"},"openAddProductBalance":{"type":"number","format":"double","description":"Open additional product balance"},"overduePrincipalPaymentBalance":{"type":"number","format":"double","description":"Overdue principal payment balance"},"accountBalanceOverdue30":{"type":"number","format":"double","description":"Account balance overdue 30 days"},"accountBalanceOverdue45":{"type":"number","format":"double","description":"Account balance overdue 45 days"},"accountBalanceOverdue60":{"type":"number","format":"double","description":"Account balance overdue 60 days"},"accountBalanceOverdue90":{"type":"number","format":"double","description":"Account balance overdue 90 days"},"accountBalanceOverdue120":{"type":"number","format":"double","description":"Account balance overdue 120 days"},"accountBalanceOverdue150":{"type":"number","format":"double","description":"Account balance overdue 150 days"},"accruedNotInvoicedInterest":{"type":"number","format":"double","description":"Accrued not invoiced interest"},"accruedNotInvoicedFees":{"type":"number","format":"double","description":"Accrued not invoiced fees"},"finalTermDueDate":{"type":"string","format":"date","description":"Final term due date"},"openFeeBalanceExclVAT":{"type":"number","format":"double","description":"Open fee balance excluding VAT"},"openInterestBalanceExclVAT":{"type":"number","format":"double","description":"Open interest balance excluding VAT"},"openAddProductBalanceExclVAT":{"type":"number","format":"double","description":"Open additional product balance excluding VAT"},"openVATAmount":{"type":"number","format":"double","description":"Open VAT amount"},"openMiscBalance":{"type":"number","format":"double","description":"Open miscellaneous balance"},"openMiscBalanceExclVAT":{"type":"number","format":"double","description":"Open miscellaneous balance excluding VAT"},"objectPrice":{"type":"number","format":"double","description":"Total price of an object"},"objectPriceExclVAT":{"type":"number","format":"double","description":"Total price of an object excluding VAT"}}},"Interest":{"type":"object","required":["interestRateGroup","interestRateStructure","referenceRateSourceID","interestBaseRate","currentRateMargin","interestCurrent","interestCurrentEffective"],"properties":{"interestRateGroup":{"type":"string","description":"Interest rate group"},"interestRateStructure":{"type":"string","description":"Interest rate structure"},"referenceRateSourceID":{"type":"string","description":"Reference rate source ID"},"interestBaseRate":{"type":"number","format":"double","description":"Interest base rate"},"currentRateMargin":{"type":"number","format":"double","description":"Current rate margin"},"interestCurrent":{"type":"number","format":"double","description":"Current interest rate"},"interestCurrentEffective":{"type":"number","format":"double","description":"Current effective interest rate"}}},"PaymentAndInvoicing":{"type":"object","required":["termCount","termCountRemaining","termLengthInMonths","termDue","termFee","initialFee"],"properties":{"paymentPlanType":{"type":"string","description":"Payment plan type"},"termCount":{"type":"integer","description":"Total number of terms"},"termCountRemaining":{"type":"integer","description":"Number of terms remaining"},"termLengthInMonths":{"type":"integer","description":"Length of term in months"},"termDue":{"type":"string","description":"Term due type"},"termFee":{"type":"number","format":"double","description":"Term fee"},"initialFee":{"type":"number","format":"double","description":"Initial fee"},"paymentFreeGraceTermCount":{"type":"integer","description":"Payment free grace term count"},"paymentFreeGraceLatestDate":{"type":"string","format":"date","description":"Payment free grace latest date"},"principalFreeGraceTermCount":{"type":"integer","description":"Principal free grace term count"},"principalFreeGraceLatestDate":{"type":"string","format":"date","description":"Principal free grace latest date"},"remainingPmntFreeTermCount":{"type":"integer","description":"Remaining payment free term count"},"remainingPrincFreeTermCount":{"type":"integer","description":"Remaining principal free term count"},"lastInvoiceDate":{"type":"string","format":"date","description":"Last invoice date"},"lastInvoiceAmount":{"type":"number","format":"double","description":"Last invoice amount"},"lastPaymentDate":{"type":"string","format":"date","description":"Last payment date"},"lastPaymentAmount":{"type":"number","format":"double","description":"Last payment amount"},"numberOfInvoiceOverdue":{"type":"integer","description":"Number of invoices overdue"},"firstPmtRemindersCount":{"type":"integer","description":"First payment reminders count"},"secondPmtRemindersCount":{"type":"integer","description":"Second payment reminders count"},"thirdPmtRemindersCount":{"type":"integer","description":"Third payment reminders count"},"totalPmtRemindersCount":{"type":"integer","description":"Total payment reminders count"},"nextMinTermAmount":{"type":"number","format":"double","description":"Next minimum term amount"},"nextTermAmount":{"type":"number","format":"double","description":"Next term amount"},"nextFeeAmount":{"type":"number","format":"double","description":"Next fee amount"},"nextPrincipalPaymentAmount":{"type":"number","format":"double","description":"Next principal payment amount"},"nextAdditionalProductAmount":{"type":"number","format":"double","description":"Next additional product amount"},"nextInterestAmount":{"type":"number","format":"double","description":"Next interest amount"},"nextTermDueDate":{"type":"string","format":"date","description":"Next term due date"},"oldestInvoiceDueDate":{"type":"string","format":"date","description":"Oldest invoice due date"},"oldestInvoiceAmount":{"type":"number","format":"double","description":"Oldest invoice amount"},"firstTermStartDate":{"type":"string","format":"date","description":"First term start date"},"firstPmtRemindersCount3M":{"type":"integer","description":"First payment reminders count 3 months"},"firstPmtRemindersCount6M":{"type":"integer","description":"First payment reminders count 6 months"},"firstPmtRemindersCount12M":{"type":"integer","description":"First payment reminders count 12 months"},"secondPmtRemindersCount3M":{"type":"integer","description":"Second payment reminders count 3 months"},"secondPmtRemindersCount6M":{"type":"integer","description":"Second payment reminders count 6 months"},"secondPmtRemindersCount12M":{"type":"integer","description":"Second payment reminders count 12 months"},"collectionDate":{"type":"string","format":"date","description":"Collection date"},"defaultGroup":{"type":"string","description":"Default group"},"hasDirectDebitAgreement":{"type":"boolean","description":"Whether customer has direct debit agreement"}}},"Dimensions":{"type":"object","properties":{"dim1":{"type":"string","description":"Dimension 1"},"dim2":{"type":"string","description":"Dimension 2"},"dim3":{"type":"string","description":"Dimension 3"},"dim4":{"type":"string","description":"Dimension 4"}}},"Contacts":{"type":"object","required":["signerCoreID","signerSourceContactID"],"properties":{"signerCoreID":{"type":"string","description":"Signer core ID"},"signerSourceContactID":{"type":"string","description":"Signer source contact ID"},"coSignerCoreID":{"type":"string","description":"Co-signer core ID"},"coSignerSourceContactID":{"type":"string","description":"Co-signer source contact ID"},"brokerCoreID":{"type":"string","description":"Broker core ID"},"contactAddressCode":{"type":"string","description":"Contact address code"}}},"Insurance":{"type":"object","required":["insuranceExist","insuranceStartDate","insuranceEndDate","insuranceCompanyCoreID"],"properties":{"insuranceExist":{"type":"boolean","description":"Whether insurance exists"},"insuranceStartDate":{"type":"string","format":"date","description":"Insurance start date"},"insuranceEndDate":{"type":"string","format":"date","description":"Insurance end date"},"insuranceCompanyCoreID":{"type":"string","description":"Insurance company core ID"}}},"OffBalanceExposureOnly":{"type":"object","properties":{"customerType":{"type":"string","description":"Customer type","enum":["individual","organisation"]},"agreementSignatureDate":{"type":"string","format":"date","description":"Agreement signature date"}}},"CustomerEngagement":{"type":"object","properties":{"coreContactNo":{"type":"string","description":"Core contact number"},"sourceCode":{"type":"string","description":"Source code"},"sourceContactID":{"type":"string","description":"Source contact ID"},"socialSecNo":{"type":"string","description":"Social security number"},"orgNo":{"type":"string"},"legalID":{"type":"string","description":"Legal ID"},"addressCountryCode":{"type":"string","description":"Address country code"},"contactExperience":{"type":"string","description":"Contact experience"},"contactExperienceDate":{"type":"string","format":"date","description":"Contact experience date"},"contactExperienceReason":{"type":"string","description":"Contact experience reason"},"customerStatus":{"type":"string","description":"Customer status"},"customerIsFrozen":{"type":"boolean","description":"Indicates if the customer is frozen"},"financedBalance":{"type":"number","description":"Financed balance"},"address1":{"type":"string","description":"Address 1"},"address2":{"type":"string","description":"Address 2"},"postCode":{"type":"string","description":"Post code"},"city":{"type":"string","description":"City"},"email":{"type":"string","description":"Email"},"phone":{"type":"string","description":"Phone"},"economicActivityCode":{"type":"string","description":"Economic activity code"},"sectorCode":{"type":"string","description":"Sector code"},"openInvoiceAmount":{"type":"number","description":"Open invoice amount"},"scoringPD":{"type":"number","description":"Scoring PD"},"scoringSource":{"type":"string","description":"Scoring source"},"scoringDate":{"type":"string","format":"date","description":"Scoring date"},"firstName":{"type":"string","description":"First name"},"middleName":{"type":"string","description":"Middle name"},"surname":{"type":"string","description":"Surname"},"name":{"type":"string","description":"Name"},"nationalityCode":{"type":"string","description":"Nationality code"},"politicallyExposedPerson":{"type":"boolean","description":"Politically exposed person"},"gender":{"type":"string","description":"Gender"},"birthdate":{"type":"string","format":"date","description":"Birthdate"},"lastKycDate":{"type":"string","format":"date","description":"Last KYC date"},"coreCustomerNo":{"type":"string","description":"Core customer number"},"Tax_Identification_Nos":{"type":"string","description":"Tax identification numbers"},"coreVendorNo":{"type":"string","description":"Core vendor number"},"legalEntityType":{"type":"string","description":"Legal entity type"},"updateDateTime":{"type":"string","format":"date-time","description":"Update date time"},"companyName":{"type":"string","description":"Company name"},"countryId":{"type":"string","description":"Country ID"},"businessAreaId":{"type":"string","description":"Business area ID"}}},"AccountObjectEngagement":{"type":"object","required":["objectNo","accountNo","objectDescription","objectReference","yearModel","brand","model","engine","chassisNo","assetClassCode","assetClassExternalID","assetClassName","assetSubclassCode","assetSubclassExternalID","assetSubclassName","isMainObject","parentObjectNo","mainAssetOrComponent","componentOfAssetNo","acquisitionDate","acquisitionAmount","disposalDate","depotValue","originalDepotValue","numberOfSecurities","numberOfInternalSecurities","numberOfExternalSecurities","sumOfFaceValue","loanToValueRatio","lastValuationDate","sourceObjectID","supplierName","supplierSourceContactID","supplierContactNo","residualValueSourceContactID","residualValueContactNo","updateDateTime","exportDate","lcyCode","apiCountryCodes","apiBusinessAreas","fixedAssetNo","objectConditionCode","insuranceCompany","insurancePolicyNo"],"properties":{"companyName":{"type":"string","description":"Company name"},"exportDate":{"type":"string","format":"date","description":"Export date"},"lcyCode":{"type":"string","description":"Local currency code"},"apiCountryCodes":{"type":"string","description":"API country codes"},"apiBusinessAreas":{"type":"string","description":"API business areas"},"objectNo":{"type":"string","description":"Object number"},"accountNo":{"type":"string","description":"Account number"},"fixedAssetNo":{"type":"string","description":"Fixed asset number"},"objectConditionCode":{"type":"string","description":"Object condition code"},"assetClassCode":{"type":"string","description":"Asset class code"},"assetClassExternalID":{"type":"string","description":"Asset class external ID"},"assetClassName":{"type":"string","description":"Asset class name"},"assetSubclassCode":{"type":"string","description":"Asset subclass code"},"assetSubclassExternalID":{"type":"string","description":"Asset subclass external ID"},"assetSubclassName":{"type":"string","description":"Asset subclass name"},"isMainObject":{"type":"boolean","description":"Whether the object is the main object"},"mainAssetOrComponent":{"type":"string","description":"Main asset or component"},"componentOfAssetNo":{"type":"string","description":"Component of asset number"},"parentObjectNo":{"type":"string","description":"Parent object number"},"acquisitionDate":{"type":"string","format":"date","description":"Acquisition date"},"acquisitionAmount":{"type":"number","description":"Acquisition amount","format":"double"},"disposalDate":{"type":"string","format":"date","description":"Disposal date"},"objectDescription":{"type":"string","description":"Object description"},"objectReference":{"type":"string","description":"Object reference"},"yearModel":{"type":"string","description":"Year model"},"brand":{"type":"string","description":"Brand"},"model":{"type":"string","description":"Model"},"engine":{"type":"string","description":"Engine"},"chassisNo":{"type":"string","description":"Chassis number"},"depotValue":{"type":"number","description":"Depot value","format":"double"},"originalDepotValue":{"type":"number","description":"Original depot value","format":"double"},"numberOfSecurities":{"type":"integer","description":"Number of securities"},"numberOfInternalSecurities":{"type":"integer","description":"Number of internal securities"},"numberOfExternalSecurities":{"type":"integer","description":"Number of external securities"},"sumOfFaceValue":{"type":"number","description":"Sum of face value"},"loanToValueRatio":{"type":"number","description":"Loan to value ratio"},"lastValuationDate":{"type":"string","format":"date","description":"Last valuation date"},"sourceObjectID":{"type":"string","description":"Source object ID"},"supplierContactNo":{"type":"string","description":"Supplier contact number"},"supplierSourceContactID":{"type":"string","description":"Supplier source contact ID"},"supplierName":{"type":"string","description":"Supplier name"},"residualValueContactNo":{"type":"string","description":"Residual value contact number"},"residualValueSourceContactID":{"type":"string","description":"Residual value source contact ID"},"updateDateTime":{"type":"string","format":"date-time","description":"Update date time"}}},"ExposureMetadata":{"type":"object","required":["exportDate","lcyCode","apiCountryCodes","apiBusinessAreas","customerId"],"properties":{"exportDate":{"type":"string","format":"date-time","description":"Export date"},"lcyCode":{"type":"string","description":"Local currency code"},"apiCountryCodes":{"type":"string","description":"API country codes"},"apiBusinessAreas":{"type":"string","description":"API business areas"},"customerId":{"type":"string","description":"Customer identifier"}}},"AccountBase":{"type":"object","required":["accountNo","accountType","accountSubType","lcyCode","description","productNo","productDescription","status","statusGroup","statusChangeDate","startDate","endDate","sourceSystemCode","externalApplicationNo","originationDate","originCountryCode","distributionType","creditFrameID","limit","limitChangeDate","openForRevolving","activeAdditionalProductExist","securities","amountOfSecurities","loanToValue","updatedDatetime"],"properties":{"accountNo":{"type":"string","description":"Account number"},"accountType":{"type":"string","description":"Account type"},"accountSubType":{"type":"string","description":"Account sub type"},"lcyCode":{"type":"string","description":"Local currency code"},"description":{"type":"string","description":"Account description"},"productNo":{"type":"string","description":"Product number"},"productDescription":{"type":"string","description":"Product description"},"status":{"type":"string","description":"Account status"},"statusGroup":{"type":"string","description":"Status group"},"statusChangeDate":{"type":"string","format":"date-time","description":"Status change date"},"startDate":{"type":"string","format":"date","description":"Start date"},"endDate":{"type":"string","format":"date","description":"End date"},"closedDate":{"type":"string","format":"date","description":"Closed date"},"sourceSystemCode":{"type":"string","description":"Source system code"},"externalApplicationNo":{"type":"string","description":"External application number"},"originationDate":{"type":"string","format":"date","description":"Origination date"},"originCountryCode":{"type":"string","description":"Origin country code"},"distributionType":{"type":"string","description":"Distribution type"},"creditFrameID":{"type":"string","description":"Credit frame ID"},"rvgCreditFrameID":{"type":"string","description":"RVG credit frame ID"},"contactAddressCode":{"type":"string","description":"Contact address code"},"replacedBy":{"type":"string","description":"Replaced by"},"replaces":{"type":"string","description":"Replaces"},"limit":{"type":"number","format":"double","description":"Account limit"},"limitChangeDate":{"type":"string","format":"date","description":"Limit change date"},"openForRevolving":{"type":"boolean","description":"Whether open for revolving"},"activeAdditionalProductExist":{"type":"boolean","description":"Whether active additional product exists"},"securities":{"type":"number","format":"double","description":"Securities amount"},"amountOfSecurities":{"type":"number","format":"double","description":"Amount of securities"},"loanToValue":{"type":"number","format":"double","description":"Loan to value ratio"},"updatedDatetime":{"type":"string","format":"date-time","description":"Updated datetime"},"updateProcessGUID":{"type":"string","description":"Update process GUID"},"rowVersion":{"type":"integer","description":"Row version"},"companyName":{"type":"string","description":"Company name"},"countryID":{"type":"string","description":"Country ID"},"businessAreaId":{"type":"string","description":"Business area ID"},"companyCurrency":{"type":"string","description":"Company currency"}}},"AccountAsset":{"type":"object","required":["assetId","depotValue","originalDepotValue","assetClassCode","assetSubclassCode"],"properties":{"assetId":{"type":"string","description":"Asset ID"},"depotValue":{"type":"number","description":"Depot value","format":"double"},"originalDepotValue":{"type":"number","description":"Original depot value","format":"double"},"assetClassCode":{"type":"string","description":"Asset class code"},"assetClassName":{"type":"string","description":"Asset class name"},"assetSubclassCode":{"type":"string","description":"Asset subclass code"},"assetSubclassName":{"type":"string","description":"Asset subclass name"},"mainAssetId":{"type":"string","description":"Main asset ID"},"supplierId":{"type":"string","description":"Supplier ID"},"supplierName":{"type":"string","description":"Supplier name"},"rvgId":{"type":"string","description":"Residual value guarantor ID"},"yearModel":{"type":"string","description":"Year model"},"brand":{"type":"string","description":"Brand"},"model":{"type":"string","description":"Model"},"acquisitionDate":{"type":"string","description":"Acquisition date","format":"date"},"acquisitionAmount":{"type":"number","description":"Acquisition amount","format":"double"}}},"Account":{"allOf":[{"$ref":"#/components/schemas/AccountBase"},{"type":"object","properties":{"amountsAndBalances":{"$ref":"#/components/schemas/AmountsAndBalances"}}},{"type":"object","properties":{"interest":{"$ref":"#/components/schemas/Interest"}}},{"type":"object","properties":{"paymentAndInvoicing":{"$ref":"#/components/schemas/PaymentAndInvoicing"}}},{"type":"object","properties":{"dimensions":{"$ref":"#/components/schemas/Dimensions"}}},{"type":"object","properties":{"contacts":{"$ref":"#/components/schemas/Contacts"}}},{"type":"object","properties":{"insurance":{"$ref":"#/components/schemas/Insurance"}}},{"type":"object","properties":{"assets":{"type":"array","items":{"$ref":"#/components/schemas/AccountAsset"}}}},{"$ref":"#/components/schemas/OffBalanceExposureOnly"}]},"AccountEngagement":{"required":null,"allOf":[{"$ref":"#/components/schemas/ExposureFileOnly"},{"$ref":"#/components/schemas/AccountBase"},{"$ref":"#/components/schemas/AmountsAndBalances"},{"$ref":"#/components/schemas/Interest"},{"$ref":"#/components/schemas/PaymentAndInvoicing"},{"$ref":"#/components/schemas/Dimensions"},{"$ref":"#/components/schemas/Contacts"},{"$ref":"#/components/schemas/Insurance"},{"$ref":"#/components/schemas/OffBalanceExposureOnly"}]},"ExposureFileOnly":{"type":"object","properties":{"exportDate":{"type":"string","format":"date","description":"Export date"}}},"ExposureResponse":{"type":"object","required":["exportDate","lcyCode","apiCountryCodes","apiBusinessAreas","customerId","accounts","creditFrames"],"properties":{"exportDate":{"type":"string","format":"date-time","description":"Export date"},"lcyCode":{"type":"string","description":"Local currency code"},"apiCountryCodes":{"type":"string","description":"API country codes"},"apiBusinessAreas":{"type":"string","description":"API business areas"},"customerId":{"type":"string","description":"Customer identifier"},"accounts":{"type":"array","items":{"$ref":"#/components/schemas/Account"},"description":"List of accounts"},"creditFrames":{"type":"array","items":{"$ref":"#/components/schemas/CreditFrame"},"description":"List of credit frames"}}},"CustomerDetails":{"type":"object","required":["internalCustomerId","customerType"],"properties":{"name":{"type":"string","description":"Name of the company"},"legalForm":{"type":"string","description":"Legal form of the company"},"firstName":{"type":"string","description":"First name of the company"},"lastName":{"type":"string","description":"Last name of the company"},"middleName":{"type":"string","description":"Middle name of the company"},"ssn":{"type":"string","description":"SSN of the company"},"orgNo":{"type":"string","description":"Org no of the company"},"nationality":{"type":"string","description":"Nationality of the company"},"address":{"type":"string","description":"Address of the company"},"city":{"type":"string","description":"City of the company"},"country":{"type":"string","description":"Country of address of the company"},"zipCode":{"type":"string","description":"Zip code of the company address"},"phoneNumber":{"type":"string","description":"Phone number of the company"},"email":{"type":"string","description":"Email of the company"},"industry":{"type":"string","description":"Industry of the company"},"internalCustomerId":{"type":"string","description":"Internal customer ID"},"customerType":{"type":"string","description":"Type of the customer","enum":["company","individual"]},"additionalData":{"type":"object","description":"Additional data from party database","additionalProperties":true}}},"ContactDetail":{"type":"object","properties":{"name":{"type":"string","description":"Name of the contact person"},"pid":{"type":"string","description":"Personal identifier"},"phone":{"type":"string","description":"Phone number"},"email":{"type":"string","description":"Email address"},"address":{"type":"string","description":"Address"}}},"AgreementSummary":{"type":"object","properties":{"id":{"type":"string","description":"Agreement ID"},"type":{"type":"string","description":"Type of the agreement"},"status":{"type":"string","description":"Status of the agreement"},"startDate":{"type":"string","format":"date"},"flowId":{"type":"string","description":"Flow ID"},"endDate":{"type":"string","format":"date"},"duration":{"type":"integer","description":"Duration of the agreement"},"totalValue":{"type":"number","format":"double","description":"Total value of the agreement"},"residualAmount":{"type":"number","format":"double","description":"Residual amount of the agreement"},"frameId":{"type":"string","description":"Frame ID"},"rvgFrameId":{"type":"string","description":"RVG frame ID"},"assets":{"type":"array","items":{"$ref":"#/components/schemas/AccountAsset"}}}},"CombinedSearch":{"type":"object","properties":{"customers":{"type":"array","items":{"$ref":"#/components/schemas/CustomerCombinedSearch"}},"contracts":{"type":"array","items":{"$ref":"#/components/schemas/ContractCombinedSearch"}}}},"CustomerCombinedSearch":{"type":"object","properties":{"customerName":{"type":"string","description":"Name of the customer"},"partyId":{"type":"string","description":"Source contact ID of the customer"}}},"ContractCombinedSearch":{"type":"object","properties":{"flowId":{"type":"string","description":"Flow ID of the contract"},"contractId":{"type":"string","description":"Contract ID."},"contractType":{"type":"string","description":"Type of the contract"},"status":{"type":"string","description":"Status of the contract"},"startDate":{"type":"string","format":"date","description":"Start date of the contract"},"endDate":{"type":"string","format":"date","description":"End date of the contract"},"customerName":{"type":"string","description":"Name of the customer"},"customerPartyId":{"type":"string","description":"Source contact ID of the customer"},"financedAmount":{"type":"number","format":"double","description":"Financed amount of the contract"},"nextTermAmount":{"type":"number","format":"double","description":"Next term amount of the contract"},"inCore":{"type":"boolean","description":"Whether the contract is in core system"}}},"CustomerSummary":{"type":"object","properties":{"agreementsExpiringIn6Months":{"type":"integer","description":"Number of agreements expiring in 6 months"},"rvgAgreementsExpiringIn6Months":{"type":"integer","description":"Number of rvg agreements expiring in 6 months"},"customerDetails":{"$ref":"#/components/schemas/CustomerDetails"},"contactDetails":{"type":"array","items":{"$ref":"#/components/schemas/ContactDetail"}},"frames":{"type":"array","items":{"$ref":"#/components/schemas/CreditFrameSummary"}},"activeAgreements":{"type":"array","items":{"$ref":"#/components/schemas/AgreementSummary"}},"awaitingAgreements":{"type":"array","items":{"$ref":"#/components/schemas/AgreementSummary"}},"incomingAgreements":{"type":"array","items":{"$ref":"#/components/schemas/AgreementSummary"}},"rvgAgreementsActive":{"type":"array","items":{"$ref":"#/components/schemas/AgreementSummary"}},"rvgAgreementsAwaiting":{"type":"array","items":{"$ref":"#/components/schemas/AgreementSummary"}},"rvgAgreementsIncoming":{"type":"array","items":{"$ref":"#/components/schemas/AgreementSummary"}}}},"CreditCompleteRequest":{"type":"object","properties":{"statusCode":{"type":"string","enum":["Ok","NoContent","Error"]},"envelope":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/EnhancedCommonErrorResponse"},"application":{"$ref":"#/components/schemas/CreditApplication"},"collaterals":{"$ref":"#/components/schemas/Collaterals"}}}},"required":["statusCode","envelope"]},"EnhancedCommonErrorResponse":{"type":"object","required":["code","message"],"properties":{"code":{"type":"string","description":"Error code"},"message":{"type":"array","items":{"type":"string"},"description":"Error message"},"enhancedErrorMessage":{"type":"object","properties":{"errorType":{"type":"string","description":"Error type"},"description":{"type":"string","description":"Error description"},"action":{"type":"string","description":"Action"},"waitSeconds":{"type":"integer","description":"Wait seconds"}}}}},"CreditApplication":{"type":"object","required":["applicationId","timeOfLastUpdate","state","creditFileNumber","createdAt","handler"],"properties":{"applicationId":{"type":"string","description":"Unique identifier of the application, in UUID format","example":"308ea7bc-7028-4319-820c-1bf2f9ed2810"},"timeOfLastUpdate":{"type":"string","format":"date-time","description":"Time of last update"},"state":{"type":"string","description":"State of the application","enum":["APPLICATION_REGISTERED","APPLICATION_CANCELLED","ASSESSMENT_FINISHED","APPLICATION_DECLINED","APPLICATION_APPROVED","OFFER_CREATED"]},"creditFileNumber":{"type":"string","description":"Credit file number, max length 10, min length 10","example":"300100000A"},"createdAt":{"type":"string","format":"date-time","description":"Created at"},"handler":{"$ref":"#/components/schemas/Handler"}}},"Handler":{"type":"object","description":"The user/group/department that is handling the credit application case","properties":{"registrationNumber":{"type":"string","description":"The registration number of the one handling the case"},"userId":{"type":"string","description":"The user of the one handling the case"},"serviceGroup":{"type":"string","description":"The customer service group of the one handling the case"}},"required":["registrationNumber"]},"Collaterals":{"type":"object","properties":{"agreements":{"type":"array","items":{"type":"object","required":["agreement"],"properties":{"agreement":{"$ref":"#/components/schemas/CreditAgreement"}}}}}},"CreditAgreement":{"type":"object","required":["agreementId","sikAftaleId"],"properties":{"agreementId":{"type":"string","description":"Unique id of the agreement"},"sikAftaleId":{"type":"string","description":"SIK_AFTALE_ID, agreement id in SIKS Collateral System"}}},"Credit_AccountAsset":{"title":"AccountAsset","type":"object","properties":{"accountNumber":{"type":"string","description":"Account number (IDKT).","example":"3001123456"},"internalAccount":{"type":"boolean","description":"Is the account an internal account"}}},"Credit_AgreementAddition":{"title":"AgreementAddition","required":["agreement","assets","debtors"],"type":"object","properties":{"agreement":{"$ref":"#/components/schemas/Credit_AgreementInput"},"debtors":{"type":"array","description":"Information about the new debtors attached to the new collateral agreement","items":{"$ref":"#/components/schemas/Credit_DebtorAddition"}},"assets":{"type":"array","description":"Identification of the assets attached to the new collateral agreement","items":{"$ref":"#/components/schemas/Credit_AssetRelationId"}}},"description":"Addition of a collateral agreement"},"Credit_AgreementAmount":{"title":"AgreementAmount","type":"object","properties":{"amount":{"$ref":"#/components/schemas/Credit_PositiveOrZeroAmount"},"unlimitedAgreementAmount":{"type":"boolean","description":"If the agreement amount is unlimited. If true, then there is no specified amount.Always true for DK: REALPROPERTY, FLOATING_CHARGE & floatingChargeType != NEGATIVE_PLEDGE, NO, FI: REALPROPERTY. Always false for DK: SURETY & suretyType == SOCIETY_MEMBERS_LIABILITY, FI: GUARANTEE."}},"description":"The amount of the collateral agreement"},"Credit_AgreementBankCollateralReference":{"title":"AgreementBankCollateralReference","type":"object","properties":{"sikAftaleId":{"type":"string","description":"SIK_AFTALE_ID, agreement id in SIKS Collateral System","example":"2021-01-01-20.00.00.000000"}},"description":"Agreement IDs from the Bank Collateral system"},"Credit_AgreementExternalCollateralReferenceInput":{"title":"AgreementExternalCollateralReferenceInput","required":["etlKey","pantnummer"],"type":"object","properties":{"etlKey":{"maxLength":18,"minLength":18,"type":"string","description":"ETL_KEY used by RD system to identify external collateral agreements"},"pantnummer":{"maxLength":8,"minLength":8,"type":"string","description":"PANT_NR"}},"description":"Input of an external collateral agreement reference"},"Credit_AgreementInput":{"title":"AgreementInput","required":["agreementAmount","agreementReferenceId","agreementType","agreementTypeDetails","country","registrationNumber"],"type":"object","properties":{"agreementAmount":{"$ref":"#/components/schemas/Credit_AgreementAmount"},"agreementReferenceId":{"type":"string","description":"Unique reference id used to link the newly created agreement to other elements","format":"uuid","example":"9ced2702-b633-4bda-b953-f76d0309b22f"},"agreementType":{"type":"string","description":"Agreement type","example":"REALPROPERTY","enum":["ACCOUNT","AGRICULTURE","AIRCRAFT","ASSIGNMENT","BOOK_DEBTS","CHATTEL","CONTRACTS_OF_SALE","COOPERATIVEHOUSINGUNIT","CUSTODY_ACCOUNT","DEPOSIT","DOCUMENT_OF_TITLE_SHAREAPARTMENT_SHELTER","DOCUMENT_OF_TITLE_COOPERATIVEHOUSINGUNIT","FACTORING","FIRST_PROCEEDS","FISHING_EQUIPMENT","FLOATING_CHARGE","FOREIGN_REALPROPERTY","GUARANTEE","INSTALLMENT_CONTRACTS","INVENTORY","LETTER","LIFE_INSURANCE","MARKED_SECURITIES","MONEY_CLAIM","NON_QUOTED_SECURITIES","OPERATING_EQUIPMENT","PAYMENT_ENTITLEMENTS","REALPROPERTY","RECEIVABLES","SECURITY_IN_FLEET","SUBORDINATION_AGREEMENT","SURETY","UNDERTAKING","VARIOUS_COLLATERAL","VEHICLE","VESSEL","VPS_ACCOUNT","LOAN_PROMISE_REALPROPERTY","LOAN_PROMISE_COOPERATIVEHOUSINGUNIT"]},"agreementTypeDetails":{"$ref":"#/components/schemas/Credit_AgreementTypeDetails"},"country":{"type":"string","description":"The country of the agreement","enum":["DK","NO","SE","GB","IE","FI"]},"description":{"maxLength":100,"minLength":0,"type":"string","description":"Description of the agreement","example":"The description of an agreement"},"comment":{"maxLength":980,"minLength":0,"type":"string","description":"Comment of the agreement","example":"The Comment of an agreement"},"registrationNumber":{"maxLength":4,"minLength":4,"type":"string","description":"Owning branch, KFRN. Length=4.","example":"34BK"}},"description":"Input of a collateral agreement"},"Credit_AgreementRdCollateralReferenceInput":{"title":"AgreementRdCollateralReferenceInput","required":["guarantee","loebenummer","pantnummer"],"type":"object","properties":{"guarantee":{"type":"boolean","description":"Determines whether an agreement from RD is a guarantee or realproperty"},"loebenummer":{"maxLength":3,"minLength":3,"type":"string","description":"LBNR"},"pantnummer":{"maxLength":8,"minLength":8,"type":"string","description":"PANT_NR"}},"description":"Input of an RD collateral agreement reference"},"Credit_AgreementRelationId":{"title":"AgreementRelationId","type":"object","properties":{"agreementReferenceId":{"type":"string","description":"Unique reference id used to identify a newly created element in the Collateral Simulation system","format":"uuid","example":"9ced2702-b633-4bda-b953-f76d0309b22f"},"agreementSourceId":{"$ref":"#/components/schemas/Credit_AgreementSourceIdInput"}},"description":"Identifier of a collateral agreement reference"},"Credit_AgreementSourceIdInput":{"title":"AgreementSourceIdInput","type":"object","properties":{"bankCollateralReference":{"$ref":"#/components/schemas/Credit_AgreementBankCollateralReference"},"rdCollateralReference":{"$ref":"#/components/schemas/Credit_AgreementRdCollateralReferenceInput"},"externalCollateralReference":{"$ref":"#/components/schemas/Credit_AgreementExternalCollateralReferenceInput"}},"description":"Input of the collateral agreement reference"},"Credit_AgreementState":{"title":"AgreementState","type":"object","properties":{"expiryDate":{"type":"string","description":"Expiry date of the agreement","format":"date"}},"description":"Agreement state information specific to this debtor"},"Credit_AgreementTypeDetails":{"title":"AgreementTypeDetails","type":"object","properties":{"dkAgreement":{"$ref":"#/components/schemas/Credit_DkAgreement"},"fiAgreement":{"$ref":"#/components/schemas/Credit_FiAgreement"},"noAgreement":{"$ref":"#/components/schemas/Credit_NoAgreement"},"seAgreement":{"$ref":"#/components/schemas/Credit_SeAgreement"}},"description":"Details related to a particular country and agreement type combination"},"Credit_AssetAddition":{"title":"AssetAddition","required":["asset"],"type":"object","properties":{"asset":{"$ref":"#/components/schemas/Credit_AssetInput"}},"description":"Addition of a collateral asset"},"Credit_AssetBankCollateralReference":{"title":"AssetBankCollateralReference","type":"object","properties":{"sikObjektId":{"type":"string","description":"SIK_OBJEKT_ID, asset id in SIKS Collateral System","example":"2021-01-01-20.00.00.000000"}}},"Credit_AssetFinance":{"title":"AssetFinance","type":"object","properties":{"addition":{"$ref":"#/components/schemas/Credit_AssetFinanceAddition"}},"description":"Asset finance related details"},"Credit_AssetFinanceAddition":{"title":"AssetFinanceAddition","required":["applicants","appliedAmount","arrangementId","assets","brand","committedOffer","creditFacilityType","maturity","productName","productSourceDetails","productType","purpose"],"type":"object","properties":{"arrangementId":{"type":"string","description":"Identifier of the product in financing scenario","example":"f7cf4cf6-4004-4358-9f30-b056514e8a38"},"appliedAmount":{"$ref":"#/components/schemas/Credit_PositiveOrZeroAmount"},"creditFacilityType":{"type":"string","description":"The type of credit facility","enum":["ASSET_FINANCE_CREDIT_LINE","ASSET_FINANCE_CREDIT_LIMIT"]},"productType":{"type":"string","description":"The type of asset finance product","enum":["FINANCIAL_LEASE","HIRE_PURCHASE","RESIDUAL_VALUE_GUARANTEE"]},"applicants":{"type":"array","items":{"$ref":"#/components/schemas/Credit_CustomerIdentifier"}},"productName":{"type":"string","description":"Description of the applied product","example":"Business Equipment Lease"},"purpose":{"type":"string","description":"The purpose of the applied product","example":"Equipment acquisition"},"brand":{"type":"string","description":"Brand of Danske Bank where the financing scenario product is offered.","enum":["DANSKE BANK DK","DANSKE BANK FI","DANSKE BANK GB","DANSKE BANK HAMBURG","DANSKE BANK IE","DANSKE BANK LONDON","DANSKE BANK LUX","DANSKE BANK NO","DANSKE BANK PL","DANSKE BANK SE","DANSKE LEASING A/S","NORDANIA LEASING","REALKREDIT DANMARK","SAMPO_FINANCE","SE HYPOTEK",""]},"revolvingFacility":{"type":"boolean","description":"Indicates if the asset finance credit line is revolving. This field is not null for credit line.","example":true},"salesAndLeaseBack":{"type":"boolean","description":"Indicates if the asset finance product is a sales and lease back. This field is not null for lease.","example":false},"extraordinaryLeasingFee":{"$ref":"#/components/schemas/Credit_PositiveOrZeroAmount"},"extraordinaryLeasingFeeType":{"type":"string","description":"The type of extraordinary leasing fee. This field is not null for lease.","example":"TRADE_IN_ASSET","enum":["TRADE_IN_ASSET","CAPITAL_INJECTION","LOAN","LIQUIDITY_SURPLUS"]},"downPayment":{"$ref":"#/components/schemas/Credit_PositiveOrZeroAmount"},"downPaymentType":{"type":"string","description":"The type of down payment. This field is not null for hire purchase.","example":"TRADE_IN_ASSET","enum":["TRADE_IN_ASSET","CAPITAL_INJECTION","LOAN","LIQUIDITY_SURPLUS"]},"committedOffer":{"type":"boolean","description":"Indicates if the asset finance product is a committed offer.","example":true},"residualValueGuarantee":{"type":"string","description":"The residual value guarantee of the asset finance product. This field is not null for lease.","example":"LESSEE","enum":["LESSEE","SUPPLIER"]},"assets":{"$ref":"#/components/schemas/Credit_FinancedAsset"},"maturity":{"$ref":"#/components/schemas/Credit_AssetFinanceAdditionMaturity"},"repayment":{"$ref":"#/components/schemas/Credit_AssetFinanceAdditionRepayment"},"productSourceDetails":{"$ref":"#/components/schemas/Credit_AssetFinanceAdditionProductSource"}},"description":"Asset finance addition product in financing scenario"},"Credit_AssetFinanceAdditionMaturity":{"title":"AssetFinanceAdditionMaturity","required":["creditExpiryDate","effectNoLaterThan"],"type":"object","properties":{"effectNoLaterThan":{"type":"string","format":"date","example":"2023-10-01"},"creditExpiryDate":{"type":"string","description":"The expiry date of the credit activation","format":"date","example":"2024-10-01"},"minMaturityInMonths":{"type":"integer","description":"Minimum maturity period for the asset finance agreement in months. This field is null for residual value guarantee","format":"int32","example":12},"maxMaturityInMonths":{"type":"integer","description":"Maximum maturity period for the asset finance agreement in months. This field is null for residual value guarantee","format":"int32","example":60}},"description":"The maturity details of the asset finance product."},"Credit_AssetFinanceAdditionProductSource":{"title":"AssetFinanceAdditionProductSource","type":"object","properties":{"staccAssetFinance":{"$ref":"#/components/schemas/Credit_StaccAssetFinance"}},"description":"Product source related information for the asset finance addition request"},"Credit_AssetFinanceAdditionRepayment":{"title":"AssetFinanceAdditionRepayment","type":"object","properties":{"numberOfPaymentsPerYear":{"type":"integer","description":"The number of payments per year for the asset finance product: 1 = Yearly, 2 = Half yearly, 4 = Quarterly, 12 = Monthly. This field is null for residual value guarantee.","format":"int32","example":12},"repaymentAmount":{"$ref":"#/components/schemas/Credit_PositiveOrZeroAmount"},"wayOfPayment":{"type":"string","description":"The method of payment. This field is null for residual value guarantee","example":"IN_ARREARS","enum":["IN_ADVANCE","IN_ARREARS"]},"interestRateMarginal":{"maximum":1,"exclusiveMaximum":false,"minimum":0,"exclusiveMinimum":false,"type":"number","description":"The interest rate marginal for the asset finance product. This field is null for residual value guarantee","example":0.05},"interestRateType":{"type":"string","description":"The type of interest rate for the asset finance product. This field is null for residual value guarantee, optional for credit line, not null for credit limit","example":"FIXED_INTEREST_RATE","enum":["FIXED_INTEREST_RATE","VARIABLE_INTEREST_RATE"]},"specialRepaymentTerms":{"type":"boolean","description":"Indicates if there are special repayment terms for the asset finance product. This field is nullable for lease/hire purchase, null for residual value guarantee","example":true},"stairStepPayment":{"type":"boolean","description":"Indicates if there are stair step payments for the asset finance product. This field is nullable for lease/hire purchase, null for residual value guarantee","example":false},"prePaymentToSupplier":{"type":"boolean","description":"Indicates if there is an advance payment to the supplier. This field is nullable for lease, null for residual value guarantee/hire purchase","example":false}},"description":"The repayment details of the asset finance product. It is null for residual value guarantee"},"Credit_AssetInput":{"title":"AssetInput","required":["assetReferenceId","assetType","assetTypeDetails","country"],"type":"object","properties":{"assetReferenceId":{"type":"string","description":"Unique reference id used to link the newly created asset to other elements","format":"uuid"},"additionalAssetText":{"maxLength":100,"minLength":0,"type":"string","description":"Additional text for an asset. Only valid and required for LETTER of subType INDIVIDUAL_TEXT and VARIOUS_COLLATERAL of subType MISCELLANEOUS. Max length=100.","example":"This credit card asset is a MasterCard Gold"},"assetType":{"type":"string","description":"Asset type","example":"REALPROPERTY","enum":["ACCOUNT","AGRICULTURE","AIRCRAFT","ASSIGNMENT","BOOK_DEBTS","CHATTEL","CONTRACTS_OF_SALE","COOPERATIVEHOUSINGUNIT","CUSTODY_ACCOUNT","DEPOSIT","DOCUMENT_OF_TITLE_SHAREAPARTMENT_SHELTER","DOCUMENT_OF_TITLE_COOPERATIVEHOUSINGUNIT","FACTORING","FIRST_PROCEEDS","FISHING_EQUIPMENT","FLOATING_CHARGE","FOREIGN_REALPROPERTY","GUARANTEE","INSTALLMENT_CONTRACTS","INVENTORY","LETTER","LIFE_INSURANCE","MARKED_SECURITIES","MONEY_CLAIM","NON_QUOTED_SECURITIES","OPERATING_EQUIPMENT","PAYMENT_ENTITLEMENTS","REALPROPERTY","RECEIVABLES","SECURITY_IN_FLEET","SUBORDINATION_AGREEMENT","SURETY","UNDERTAKING","VARIOUS_COLLATERAL","VEHICLE","VESSEL","VPS_ACCOUNT","LOAN_PROMISE_REALPROPERTY","LOAN_PROMISE_COOPERATIVEHOUSINGUNIT"]},"assetTypeDetails":{"$ref":"#/components/schemas/Credit_AssetTypeDetails"},"assetValue":{"$ref":"#/components/schemas/Credit_PositiveOrZeroAmount"},"country":{"type":"string","description":"The country of the asset","enum":["DK","NO","SE","GB","IE","FI"]},"description":{"maxLength":100,"minLength":0,"type":"string","description":"Description of the asset","example":"The description of an asset"},"comment":{"maxLength":100,"minLength":0,"type":"string","description":"Comment of the asset","example":"The comment of an asset"},"pledgers":{"type":"array","description":"List of pledgers","items":{"$ref":"#/components/schemas/Credit_Pledger"}},"insurances":{"type":"array","description":"List of insurances","items":{"$ref":"#/components/schemas/Credit_Insurance"}}},"description":"Input of a collateral asset"},"Credit_AssetRdCollateralReferenceInput":{"title":"AssetRdCollateralReferenceInput","required":["guarantee","pantnummer"],"type":"object","properties":{"guarantee":{"type":"boolean","description":"Determines whether an asset from RD is a guarantee or real property"},"pantnummer":{"maxLength":8,"minLength":8,"type":"string","description":"Pantnummer (PANT_NR), identification number of a mortgage deed","example":"12345678"}},"description":"Input of an RD collateral asset reference"},"Credit_AssetRelationId":{"title":"AssetRelationId","type":"object","properties":{"assetReferenceId":{"type":"string","description":"Unique reference id used to identify a newly created element in the Collateral Simulation system","format":"uuid"},"assetSourceId":{"$ref":"#/components/schemas/Credit_AssetSourceIdInput"}},"description":"Identifier of a collateral asset reference"},"Credit_AssetSourceIdInput":{"title":"AssetSourceIdInput","type":"object","properties":{"bankCollateralReference":{"$ref":"#/components/schemas/Credit_AssetBankCollateralReference"},"rdCollateralReference":{"$ref":"#/components/schemas/Credit_AssetRdCollateralReferenceInput"}},"description":"Input of the collateral asset reference"},"Credit_AssetTypeDetails":{"title":"AssetTypeDetails","type":"object","properties":{"accountAsset":{"$ref":"#/components/schemas/Credit_AccountAsset"},"dkContractOfSaleAsset":{"$ref":"#/components/schemas/Credit_DkContractOfSaleAsset"},"dkCustodyAccountAsset":{"$ref":"#/components/schemas/Credit_DkCustodyAccountAsset"},"dkFloatingChargeAsset":{"$ref":"#/components/schemas/Credit_DkFloatingChargeAsset"},"dkLetterAsset":{"$ref":"#/components/schemas/Credit_DkLetterAsset"},"dkRealPropertyAsset":{"$ref":"#/components/schemas/Credit_DkRealPropertyAsset"},"dkSubordinationAgreementAsset":{"$ref":"#/components/schemas/Credit_DkSubordinationAgreementAsset"},"dkVariousCollateralAsset":{"$ref":"#/components/schemas/Credit_DkVariousCollateralAsset"},"fiCooperativeHousingUnitAsset":{"$ref":"#/components/schemas/Credit_FiCooperativeHousingUnit"},"fiRealPropertyAsset":{"$ref":"#/components/schemas/Credit_FiRealPropertyAsset"},"gbRealPropertyAsset":{"$ref":"#/components/schemas/Credit_GbRealPropertyAsset"},"guaranteeAsset":{"$ref":"#/components/schemas/Credit_GuaranteeAsset"},"noFloatingChargeAsset":{"$ref":"#/components/schemas/Credit_NoFloatingChargeAsset"},"seCooperativeHousingUnitAsset":{"$ref":"#/components/schemas/Credit_SeCooperativeHousingUnit"},"seFloatingChargeAsset":{"$ref":"#/components/schemas/Credit_SeFloatingChargeAsset"},"seRealPropertyAsset":{"$ref":"#/components/schemas/Credit_SeRealPropertyAsset"},"suretyAsset":{"$ref":"#/components/schemas/Credit_SuretyAsset"},"vehicleAsset":{"$ref":"#/components/schemas/Credit_VehicleAsset"}},"description":"Details related to a particular country and agreement type combination"},"Credit_CollateralSimulationInput":{"title":"CollateralSimulationInput","required":["agreementAdditions","assetAdditions"],"type":"object","properties":{"agreementAdditions":{"type":"array","description":"List of collateral agreements to be added","items":{"$ref":"#/components/schemas/Credit_AgreementAddition"}},"assetAdditions":{"type":"array","description":"List of collateral assets to be added","items":{"$ref":"#/components/schemas/Credit_AssetAddition"}}},"description":"Input of a collateral simulation"},"Credit_CreditAssessmentInputRequest":{"title":"CreditAssessmentInputRequest","type":"object","properties":{"systemReferenceInput":{"$ref":"#/components/schemas/Credit_SystemReferenceInput"}},"description":"Request body of the application registration for a given financing scenario"},"Credit_CustomerIdentifier":{"title":"CustomerIdentifier","type":"object","properties":{"anonymousCustomerKey":{"type":"string","description":"Anonymous customer key in UUID format","example":"01d9e519-8bcd-4476-9345-157dd39f29ff"},"internalCustomerId":{"maxLength":10,"minLength":10,"type":"string","description":"Internal customer id, for legacy reference use","example":"1234567890","deprecated":true}},"description":"Customer Identifier"},"Credit_DebtorAddition":{"title":"DebtorAddition","required":["coverageType","customerIdentifier","debtorSequence","debtorType","description","facilities"],"type":"object","properties":{"brandType":{"type":"string","description":"Brand type. Only valid and mandatory for TOTAL_EXPOSURE","example":"DANSKE_BANK_DK","enum":["DANSKE_BANK_DK","DANSKE_BANK_DK_HAMBURG","DANSKE_BANK_DK_LONDON","DANSKE_BANK_FI","DANSKE_BANK_GB","DANSKE_BANK_IE","DANSKE_BANK_NO","DANSKE_BANK_PL","DANSKE_BANK_SE","NORDANIA_FINANS","NORDANIA_LEASING_DK","NORDANIA_LEASING_SE","REALKREDIT_DANMARK","UNKNOWN"]},"coverageType":{"type":"string","description":"Coverage type","example":"TOTAL_EXPOSURE","enum":["SPECIFIC_FACILITY","TOTAL_EXPOSURE","OTHER_COLLATERAL"]},"customerIdentifier":{"$ref":"#/components/schemas/Credit_CustomerIdentifier"},"agreementState":{"$ref":"#/components/schemas/Credit_AgreementState"},"debtorSequence":{"type":"integer","description":"Debtor sequence","format":"int32","example":1},"debtorType":{"type":"string","description":"Debtor type","example":"PRIMARY_DEBTOR","enum":["DEBTOR_ICC_GUARANTEE","DEBTOR_JOINT_ACCOUNT","EXTERNAL_CHARGE","FIRST_MORTGAGE","JOINT_ACCOUNT","MOVE_RISK","OVERHYPOTEK_JOINT_ACCOUNT","OVERHYPOTEK_MOTHER","OVERHYPOTEK_REFERENCE","PRIMARY_DEBTOR","PRIMARY_DEPOSITOR","REFERENCE_THIRD_PARTY","SECONDARY_DEBTOR","SECONDARY_DEPOSITOR","SOLICITOR","THIRD_PARTY"]},"description":{"maxLength":100,"minLength":0,"type":"string","description":"Description of the debtor","example":"The description of a debtor"},"facilities":{"type":"array","description":"Information about the new facilities attached to the new collateral debtor","items":{"$ref":"#/components/schemas/Credit_FacilityAddition"}},"limitationAmount":{"$ref":"#/components/schemas/Credit_PositiveOrZeroAmount"},"otherCollateral":{"$ref":"#/components/schemas/Credit_AgreementRelationId"},"involvementRelations":{"type":"array","description":"Details of the involvement relations. Only for DK","items":{"$ref":"#/components/schemas/Credit_InvolvementRelation"}}},"description":"Addition of a debtor involved in a collateral agreement"},"Credit_DkAgreement":{"title":"DkAgreement","type":"object","properties":{"floatingChargeType":{"type":"string","example":"CLAIMS_PLEDGE","enum":["FLOATING_CHARGE","CLAIMS_PLEDGE","NEGATIVE_PLEDGE"]},"floatingChargeDocumentType":{"type":"string","example":"LETTER_OF_INDEMNITY","enum":["LETTER_OF_INDEMNITY","OWNERS_MORTGAGE_DEED","DECLARATION"]},"floatingChargeDocumentStatus":{"type":"string","example":"NEW","enum":["NEW","EXISTING"]},"surety":{"$ref":"#/components/schemas/Credit_DkSurety"}}},"Credit_DkContractOfSaleAsset":{"title":"DkContractOfSaleAsset","type":"object","properties":{"salesmanIdentifier":{"$ref":"#/components/schemas/Credit_CustomerIdentifier"},"makeModelText":{"type":"string","description":"Text field describing make or model of equipment or vehicle","example":"text"},"firstRegistrationYear":{"type":"string","description":"Production model date of asset","format":"date"},"vehicleRegistrationNumber":{"type":"string","description":"Registration number used for identification of the vehicle","example":"AA00000"},"assignmentDate":{"type":"string","description":"Date of notification that the bank has received pledge","format":"date"},"chassisNumber":{"type":"string","description":"The Vehicle Identification Number (VIN) is a unique identifier consisting of 17 alphanumeric characters","example":"AAAAAAA00AA000000"},"externalValuations":{"type":"array","items":{"$ref":"#/components/schemas/Credit_DkContractOfSaleExternalValuation"}}}},"Credit_DkContractOfSaleExternalValuation":{"title":"DkContractOfSaleExternalValuation","type":"object","properties":{"marketValue":{"$ref":"#/components/schemas/Credit_PositiveOrZeroAmount"},"marketValuedBy":{"type":"string","description":"Market valued by","example":"AAAAAAA00AA000000"},"marketValueDate":{"type":"string","description":"Market value date","format":"date"},"valuationType":{"type":"string","description":"External valuation type","example":"DOWN_PAYMENT","enum":["DOWN_PAYMENT","MANAGER_VALUATION","PURCHASE_PRICE"]}},"description":"List of external valuations"},"Credit_DkCustodyAccountAsset":{"title":"DkCustodyAccountAsset","type":"object","properties":{"internalAccount":{"type":"boolean","description":"Is the account an internal account"},"accountNumber":{"type":"string","description":"Account number (IDKT).","example":"3001123456"},"registrationNumber":{"type":"string","description":"External registration number","example":"34BK"},"minimumAmount":{"$ref":"#/components/schemas/Credit_PositiveOrZeroAmount"},"overwrittenHaircutPercentage":{"type":"number","description":"Overwritten haircut percentage. Value set=(0,100], 2 fraction digits.","example":1},"externalCustodyAccountValuation":{"$ref":"#/components/schemas/Credit_ExternalCustodyAccountValuation"}}},"Credit_DkFloatingChargeAsset":{"title":"DkFloatingChargeAsset","type":"object","properties":{"companyName":{"type":"string","description":"Company name"},"floatingChargeTypes":{"$ref":"#/components/schemas/Credit_FloatingChargeTypes"},"valuationDate":{"type":"string","description":"Valuation date","format":"date"},"revaluationDate":{"type":"string","description":"Revaluation date","format":"date"},"pledgedAssetsAmount":{"$ref":"#/components/schemas/Credit_PositiveOrZeroAmount"},"customerReceivablesAmount":{"$ref":"#/components/schemas/Credit_PositiveOrZeroAmount"},"intangibleAssetsAmount":{"$ref":"#/components/schemas/Credit_PositiveOrZeroAmount"}}},"Credit_DkLetterAsset":{"title":"DkLetterAsset","type":"object","properties":{"letterType":{"type":"string","example":"INDIVIDUAL_TEXT","enum":["INDIVIDUAL_TEXT","LETTER_OF_AWARENESS","LETTER_OF_AWARENESS_DIRECT_SUPPORT","LETTER_OF_AWARENESS_INDIRECT_SUPPORT","LETTER_OF_DIRECT_SUPPORT","LETTER_OF_GUARANTEE","LETTER_OF_INDIRECT_SUPPORT","LETTER_OF_SUPPORT","NEGATIVE_PLEDGE","NEGATIVE_PLEDGE_OF_REAL_PROPERTY"]}}},"Credit_DkRealPropertyAsset":{"title":"DkRealPropertyAsset","type":"object","properties":{"postalCode":{"type":"string","description":"Postal Code. Max length=4.","example":"2000"},"propertyType":{"type":"string","example":"FARM","enum":["DETACHED_HOUSE","RESIDENTIAL_AGRICULTURE","OWNER_OCCUPIED_FLAT","HOLIDAY_HOME_SUMMER_PERMISSION","ALLOTMENT_SOCIETY","SUBSIDISED_HOUSING","HOUSING_SOCIETY_DWELLING","MIXED_PURPOSES","SOCIAL_CULTURAL_EDUCATIONAL","OWNER_OCCUPIED_FLATS","HOLIDAY_HOME_YEAR_ROUND","NURSERY_GARDEN","YEARROUND_REALPROPERTY_BUSINESS","INDUSTRIAL_TRADING","COLLECTIVE_ENERGY_SUPPLY","BUSINESS","FARM","PRIVATE_RESIDENTIAL_TO_BE_LEASED","SPECIAL_PURPOSE_FACTORY","UNDEVELOPED_SITES","LEASING_PROPERTY_YEAR_ROUND","OTHER"]},"isAssetEligibleForInterestOnly":{"type":"boolean","description":"Indication if the property is eligible for Interest Only"}}},"Credit_DkSubordinationAgreementAsset":{"title":"DkSubordinationAgreementAsset","type":"object","properties":{"claimDate":{"type":"string","description":"Date of the claim","format":"date"},"typeOfDeclaration":{"type":"string","example":"OTHER","enum":["ENTIRE_RECEIVABLE","PART_OF_RECEIVABLE","CURRENT_AND_FUTURE_RECEIVABLE","OTHER"]}}},"Credit_DkSurety":{"title":"DkSurety","type":"object","properties":{"liabilityType":{"type":"string","example":"PRO_RATA","enum":["JOINT_SEVERAL","PRO_RATA"]},"liabilityTypeText":{"type":"string","description":"Only for suretyType=SOCIETY_MEMBERS_LIABILITY"},"suretyType":{"type":"string","example":"JOINT_SEVERAL_LIABILITY","enum":["COUNTER_SECURITY","JOINT_SEVERAL_LIABILITY","LIABILITY","LOSS_GUARANTEE","NORDANIA_REPURCHASE_GUARANTEE","NORDANIA_RESIDUAL_VALUE_GUARANTEE","PLAIN_JOINT_LIABILITY","SECONDARY_GUARANTEE","SOCIETY_MEMBERS_LIABILITY"]},"societyMembersCount":{"type":"integer","description":"Count of society members. Only for suretyType=SOCIETY_MEMBERS_LIABILITY","format":"int32"},"oldDebtMark":{"type":"boolean","description":"Old debt mark"}}},"Credit_DkVariousCollateralAsset":{"title":"DkVariousCollateralAsset","type":"object","properties":{"countryForeignFloatingCharge":{"type":"string","example":"US","enum":["BE","DE","ES","FO","FR","GB","GL","NO","PL","SE","US"]},"identification":{"type":"string","description":"Various collaterals subtype identification","example":"Various collaterals subtype identification"},"variousCollateralSubtype":{"type":"string","example":"CAR_LOAN","enum":["CREDIT_CARD","STUDENT_LOAN","CAR_LOAN","REAL_PROPERTY_LOAN","PRIVATE_DEBITORS","BUSINESS_DEBITORS","OTHER_ASSET_BACKED_SECURITIES","REAL_PROPERTY","AIRPLANES","CARRIAGES","SHIPS","OTHER_SYNTHETIC_LEASING"]},"variousCollateralType":{"type":"string","example":"CAPITAL_CALLS","enum":["ASSET_BACKED_SECURITIES","SYNTHETIC_LEASING","CAPITAL_CALLS","SAFE_KEEPING_HOUSING_COOPERATIVE_CERTIFICATE","DECLARATION_ON_DIVIDEND_RESTRICTION","DISTRIBUTION_OF_LOSSES_AGREEMENT","FLOATING_CHARGE","MISCELLANEOUS","MORTGAGE_DEEDS_IN_CUSTODY_ACCOUNT","OTHER_MISCELLANEOUS"]}}},"Credit_DkVehicleAsset":{"title":"DkVehicleAsset","type":"object","properties":{"vehicleType":{"type":"string","example":"CAR","enum":["BUS","CAR","CARAVAN","COMMERCIAL_VEHICLE","LORRY","MOBILE_HOME","MOTORCYCLE","OTHER","REFRIGERATED_VEHICLE","SERVICE_CAR","TRAILER","VAN","VINTAGE_CAR"]}}},"Credit_ExternalCustodyAccountValuation":{"title":"ExternalCustodyAccountValuation","type":"object","properties":{"marketValueDate":{"type":"string","description":"Date for calculated market value. Date must be current date or before current date","format":"date"},"marketValue":{"$ref":"#/components/schemas/Credit_PositiveOrZeroAmount"},"marketValuedBy":{"type":"string","description":"Name of valuer"}}},"Credit_FacilityAddition":{"title":"FacilityAddition","required":["facilityType","facilityTypeDetails","productArrangementId"],"type":"object","properties":{"description":{"maxLength":100,"minLength":0,"type":"string","description":"Description of the facility","example":"The description of a facility"},"facilitySequence":{"type":"integer","description":"Facility sequence","format":"int32","example":0},"facilityType":{"type":"string","description":"Facility type","example":"ACCOUNT","enum":["ACCOUNT","STACC_CREDIT_LIMIT","STACC_CREDIT_LINE","APPROVED_EXCESS","COLLATERAL_FOR_OTHER","COMPANY_CARD","DANSKE_FINANS_AGREEMENT","DOMESTIC_GUARANTEE","FOREIGN_CURRENCY_LOAN","FOREIGN_CURRENCY_LOAN_LIMIT","GOLD_CARD","GUARANTEE","IMPORTREMBURS","INSTALLMENT_DANSKE_FINANS","INTERNATIONAL_GUARANTEE","LEASING_AGREEMENT","LETTER_OF_CREDIT_EXPORT","LIMIT_FRAME","LIMIT_GROUP","LINE_PRODUCT","MORTGAGE_BOND","NORDANIA_AGREEMENT","NORDANIA_MASTER_AGGREEMENT","OTHER_FACILITIES","RATE_CONTRACT","RD_LOAN","REALKREDIT_DANMARK_LOAN","VISA_BUSINESS_CARD"]},"facilityTypeDetails":{"$ref":"#/components/schemas/Credit_FacilityTypeDetailsInput"},"limitationAmount":{"$ref":"#/components/schemas/Credit_PositiveOrZeroAmount"},"limitationPercentage":{"maximum":100,"minimum":0,"type":"number","description":"The facility limitation percentage. Value set=(0,100], 2 fraction digits"},"productArrangementId":{"type":"string","description":"The id of a simulated facility. Determined by the service consumer. Should match an arrangement id in the product part. Max length=100."}},"description":"Addition of a facility covered by collateral"},"Credit_FacilityTypeDetailsInput":{"title":"FacilityTypeDetailsInput","type":"object","properties":{"accountFacility":{"$ref":"#/components/schemas/Credit_InternalAccountNumber"},"approvedExcess":{"$ref":"#/components/schemas/Credit_InternalAccountNumber"}},"description":"Input of the supported facility type details"},"Credit_FiAgreement":{"title":"FiAgreement","type":"object","properties":{"guaranteeType":{"type":"string","example":"BANK_GUARANTEE","enum":["BANKERS_GUARANTEE_DOMESTIC","BANKERS_GUARANTEE_DOMESTIC_SVV","HAL_GUARANTEE","FINNVERA","STATE_GUARANTEE","PUBLIC_CORPORATION_GUARANTEE","BANK_GUARANTEE","OTHER_CORPORATION_GUARANTEE","PERSONAL_GUARANTEE","FOREIGN_STATE_GUARANTEE","LOAN_GUARANTEE_OR_INSURANCE","EIF_GUARANTEE"]},"withinAmount":{"$ref":"#/components/schemas/Credit_PositiveOrZeroAmount"}}},"Credit_FiCooperativeHousingUnit":{"title":"FiCooperativeHousingUnit","type":"object","properties":{"centralLocation":{"type":"string","example":"NO","enum":["NO","PROPOSED_CENTRAL"]},"commonDebt":{"$ref":"#/components/schemas/Credit_PositiveOrZeroAmount"},"propertyType":{"type":"string","example":"RESTAURANT","enum":["ESTATE_OF_RESIDENTIAL_BUILDING","COMPANY_PREMISES","GARAGE","WAREHOUSE","LEISURE_TIME_REAL_ESTATE","INDUSTRIAL_USE","REAL_ESTATE_PROPERTY","OFFICE","VARIABLE_USE","LEISURE_TIME_REAL_ESTATE_ALL_YEAR_USE","UNDEVELOPED_SITES","MIXED_PROPERTY","HOTEL","SOCIAL_CULTURAL_AND_EDUCATION","RESTAURANT","OTHER","UNKNOWN_PROPERTYTYPE"]}}},"Credit_FiRealPropertyAsset":{"title":"FiRealPropertyAsset","type":"object","properties":{"centralLocation":{"type":"string","example":"NO","enum":["NO","PROPOSED_CENTRAL"]},"propertyType":{"type":"string","example":"OFFICE","enum":["RESIDENTIAL_REAL_ESTATE","FARM","RESIDENTIAL_HOUSING_COMPANY","LEISURE_TIME_REAL_ESTATE","OFFICE","OTHER_REAL_ESTATE","YEAR_ROUND_HOLIDAY_HOME","RETAIL_PREMISES","INDUSTRIAL_PREMISES_MULTIPURPOSE","INDUSTRIAL_PREMISES_SINGLE_PURPOSE","SPECIAL_PURPOSE_PROPERTY","WAREHOUSE","MIXED_PROPERTY","HOTEL","RESTAURANT","SOCIAL_CULTURAL_EDUCATIONAL","FOREST","UNDEVELOPED_SITES","COLLECTIVE_ENERGY_SUPPLY"]}}},"Credit_FinancedAsset":{"title":"FinancedAsset","required":["assetCategoryName","assetCategoryCode","assetStatus","estimatedCollateralValue","insideObjectGuide"],"type":"object","properties":{"assetCategoryName":{"type":"string","description":"Supported asset category name for financing"},"assetCategoryCode":{"type":"string","description":"Supported asset category code for financing"},"otherAssetCategoryText":{"type":"string","description":"Text of other asset category for financing, mandatory if assetCategory is OTHER"},"assetTypeName":{"type":"string","description":"Supported asset type name for financing. This field is not null for credit limit"},"assetTypeCode":{"type":"string","description":"Supported asset type code for financing. This field is not null for credit limit"},"otherAssetTypeText":{"type":"string","description":"Text of other asset type for financing, mandatory if assetType is OTHER"},"assetStatus":{"type":"string","description":"Status of the asset for financing. For credit limit, allowed values are [NEW, USED], and for credit line, allowed values are [NEW, USED, NEW_AND_USED].","example":"NEW","enum":["NEW","USED","NEW_AND_USED"]},"estimatedCollateralValue":{"$ref":"#/components/schemas/Credit_PositiveOrZeroAmount"},"insideObjectGuide":{"type":"boolean","description":"Indicates if the asset is defined in the Danske Bank's internal object guide","example":true},"maxResidualValueInPct":{"maximum":1,"exclusiveMaximum":false,"minimum":0,"exclusiveMinimum":false,"type":"number","description":"The maximum expected worth of the asset at the end of the financing period, expressed as a percentage rate [0, 1] of the asset's original value. This field is null for hire purchase, not null for other types","example":0.8},"minResidualValueInPct":{"maximum":1,"exclusiveMaximum":false,"minimum":0,"exclusiveMinimum":false,"type":"number","description":"The minimum expected worth of the asset at the end of the financing period, expressed as a percentage rate [0, 1] of the asset's original value. This field is null for hire purchase, not null for other types","example":0.5},"purchasePrice":{"$ref":"#/components/schemas/Credit_PositiveOrZeroAmount"}},"description":"The details of main assets to be financed."},"Credit_FinancingScenarioIdentifier":{"title":"FinancingScenarioIdentifier","required":["id","process"],"type":"object","properties":{"process":{"type":"string","description":"The process a financing scenario is initiated from.","example":"NBP"},"id":{"type":"string","description":"The unique id value of a financing scenario.","example":"3d7487f1-1cc6-4972-820f-1ac1781a2293"}},"description":"Schema definition of financing scenario identifier."},"Credit_FinancingScenarioInput":{"title":"FinancingScenarioInput","required":["metaInformation","productsInput"],"type":"object","properties":{"metaInformation":{"$ref":"#/components/schemas/Credit_MetaInformation"},"productsInput":{"$ref":"#/components/schemas/Credit_ProductsInput"},"collateralInput":{"$ref":"#/components/schemas/Credit_CollateralSimulationInput"}},"description":"Change to the customer financing in the form of products that are being added, modified or removed; and collateral changes supporting the products."},"Credit_FloatingChargeTypes":{"title":"FloatingChargeTypes","type":"object","properties":{"chattel":{"type":"boolean","description":"Chattel"},"operatingEquipmentRentedProperty":{"type":"boolean","description":"Operating equipment rented property"},"simpleClaims":{"type":"boolean","description":"Simple claims"},"stock":{"type":"boolean","description":"Stock"},"newVehicles":{"type":"boolean","description":"New vehicles"},"operatingEquipment":{"type":"boolean","description":"Operating equipment"},"propellants":{"type":"boolean","description":"Propellants"},"livestock":{"type":"boolean","description":"Livestock"},"immaterialRights":{"type":"boolean","description":"Immaterial rights"},"claims":{"type":"boolean","description":"Claims"},"usedVehicles":{"type":"boolean","description":"Used vehicles"}},"description":"Floating charge types"},"Credit_GbRealPropertyAsset":{"title":"GbRealPropertyAsset","type":"object","properties":{"propertyType":{"type":"string","example":"MIXED_PROPERTY","enum":["AGRICULTURE_LAND_ONLY","AGRICULTURE_WITH_FARMHOUSE","BUSINESS_RELATED_GUEST_HOUSES","BUSINESS_RELATED_HOTELS","BUSINESS_RELATED_LEISURE","BUSINESS_RELATED_NURSING_HOMES","BUSINESS_RELATED_OTHER","BUSINESS_RELATED_PUBS_AND_CLUBS","BUSINESS_RELATED_TOURISM","INDUSTRIAL_MANUFACTURING","INDUSTRIAL_STORAGE_AND_DISTRIBUTION","LAND_FOR_DEVELOPMENT_COMMERCIAL_OR_MIXED_PLANNING_HELD","LAND_FOR_DEVELOPMENT_COMMERCIAL_OR_MIXED_ZONED","LAND_FOR_DEVELOPMENT_GREEN_FIELD","LAND_FOR_DEVELOPMENT_RESIDENTIAL_PLANNING_HELD","LAND_FOR_DEVELOPMENT_RESIDENTIAL_ZONED","MIXED_PROPERTY","OFFICES_BUSINESS_OFFICE_PARKS","OFFICES_OTHER","OFFICES_PRIME_CITY_CENTRE","OFFICES_SUBURBAN","RESIDENTIAL_APARTMENTS","RESIDENTIAL_HOLIDAY_HOME","RESIDENTIAL_HOUSES","RESIDENTIAL_STUDENT_ACCOMMODATION","RETAIL_LARGE_SHOPPING_CENTRES","RETAIL_OTHER_HIGH_STREET","RETAIL_PRIME_CITY_HIGH_STREET_ANY_CITY_WITH_POPULATION_GREATER_THAN_50K","RETAIL_SUBURBAN_NEIGHBOURHOOD_SHOPPING_CENTRES","SUPERMARKETS_LOCAL_RETAIL_OUTLET","SUPERMARKETS_RETAIL_WAREHOUSING_LARGE_OUT_OF_TOWN","UNKNOWN_PROPERTYTYPE"]}}},"Credit_GuaranteeAsset":{"title":"GuaranteeAsset","type":"object","properties":{"customerIdentifier":{"$ref":"#/components/schemas/Credit_CustomerIdentifier"},"limitAmount":{"$ref":"#/components/schemas/Credit_PositiveOrZeroAmount"},"limitPercentage":{"type":"number","description":"Limit Percentage. Value set=(0,100], 2 fraction digits.","example":100}}},"Credit_Insurance":{"title":"Insurance","type":"object","properties":{"insuranceId":{"type":"string","description":"Unique id of the insurance","format":"uuid","example":"9ced2702-b633-4bda-b953-f76d0309b22f"},"insuranceCompany":{"type":"string","description":"Insurance company"},"policyNumber":{"type":"string","description":"Policy number"},"insuranceAmount":{"$ref":"#/components/schemas/Credit_PositiveOrZeroAmount"},"dueDate":{"type":"string","description":"Due date of the insurance","format":"date"}},"description":"List of insurances"},"Credit_InternalAccountNumber":{"title":"InternalAccountNumber","type":"object","properties":{"internalAccountNumber":{"type":"string","description":"IDKT. Min size: 10, max size: 10","example":"3001123456"}},"description":"Required for facilityType = APPROVED_EXCESS"},"Credit_InvolvementRelation":{"title":"InvolvementRelation","type":"object","properties":{"pledgerIdentifier":{"$ref":"#/components/schemas/Credit_CustomerIdentifier"},"overriddenInvolvementType":{"type":"string","description":"Overridden involvement type","enum":["BUSINESS","PERSONAL","CORPORATE"]},"ownsFiftyPctOrMore":{"type":"boolean","description":"Owns fifty percent or more of the asset"},"ownsTwentyFivePctOrMore":{"type":"boolean","description":"Owns twenty five percent or more of the asset"},"hasLeadingPosition":{"type":"boolean","description":"Has a leading position in the asset"}},"description":"Details of the involvement relations. Only for DK"},"Credit_MetaInformation":{"title":"MetaInformation","required":["primaryApplicant","scenarioId"],"type":"object","properties":{"primaryApplicant":{"$ref":"#/components/schemas/Credit_CustomerIdentifier"},"scenarioId":{"$ref":"#/components/schemas/Credit_FinancingScenarioIdentifier"}},"description":"Schema definition of financing scenario meta information."},"Credit_NoAgreement":{"title":"NoAgreement","type":"object","properties":{"surety":{"$ref":"#/components/schemas/Credit_NoSurety"}}},"Credit_NoFloatingChargeAsset":{"title":"NoFloatingChargeAsset","type":"object","properties":{"pledgedType":{"type":"string","example":"TOTAL","enum":["TOTAL","SEPARATED"]}}},"Credit_NoSurety":{"title":"NoSurety","type":"object","properties":{"liabilityType":{"type":"string","example":"PRO_RATA","enum":["JOINT_SEVERAL","PRO_RATA"]},"suretyType":{"type":"string","example":"OTHER_GUARANTEE","enum":["GUARANTEE_WITH_GUARANTOR_ASSUMING_SECONDARY_LIABILITY","OTHER_GUARANTEE","SURETY"]}}},"Credit_Pledger":{"title":"Pledger","type":"object","properties":{"internalCustomerId":{"type":"string","description":"Internal customer ID"},"pledgerType":{"type":"string","description":"Pledger type","enum":["PRIMARY_PLEDGER","SECONDARY_PLEDGER"]},"ownershipPercentage":{"type":"number","description":"Percentage of asset that the pledger owns. Value set=(0,100]. 2 fraction digits.","example":50}},"description":"List of pledgers"},"Credit_PositiveOrZeroAmount":{"title":"PositiveOrZeroAmount","required":["currency","value"],"type":"object","properties":{"value":{"type":"number","description":"The value in decimal format","example":100.01},"currency":{"maxLength":3,"minLength":3,"pattern":"^[A-Z]+","type":"string","description":"The currency of the amount","example":"DKK"}},"description":"An amount that is positive or zero"},"Credit_PricePointFacilityRelation":{"title":"PricePointFacilityRelation","required":["facilityId","productArrangementIdReference"],"type":"object","properties":{"facilityId":{"type":"integer","description":"PricePoint facility ID, starting from 0 - unique within the specific PricePoint scenario.","format":"int32"},"productArrangementIdReference":{"type":"string","description":"Financing scenario product arrangement ID reference"}},"description":"Relation between PricePoint facility and financing scenario product"},"Credit_PricePointReferenceInput":{"title":"PricePointReferenceInput","required":["scenarioId"],"type":"object","properties":{"scenarioId":{"type":"string","description":"PricePoint scenario ID."},"products":{"uniqueItems":true,"type":"array","description":"PricePoint facility IDs with reference to the applied financing scenario products","items":{"$ref":"#/components/schemas/Credit_PricePointFacilityRelation"}}},"description":"PricePoint calculation references"},"Credit_PricingReferenceInput":{"title":"PricingReferenceInput","type":"object","properties":{"pricePointReference":{"$ref":"#/components/schemas/Credit_PricePointReferenceInput"}},"description":"Pricing calculation references"},"Credit_ProductsInput":{"title":"ProductsInput","type":"object","properties":{"assetFinances":{"uniqueItems":true,"type":"array","items":{"$ref":"#/components/schemas/Credit_AssetFinance"}}},"description":"Contains products input to support the processing and evaluation of a customer's financing scenario"},"Credit_Registrant":{"title":"Registrant","required":["process","registrationNumber"],"type":"object","properties":{"process":{"type":"string","description":"The process that registers","example":"SUNDAY"},"userId":{"type":"string","description":"The user that registers","example":"BC0000"},"registrationNumber":{"type":"string","description":"The registration number in which the registration takes place","example":"34BK"}},"description":"Process and an optional user that registers something"},"Credit_SeAgreement":{"title":"SeAgreement","type":"object","properties":{"suretyType":{"type":"string","example":"MUNICIPALITY_GUARANTEE","enum":["UNKNOWN","COMMERCIAL_STATE_AGENCY_GUARANTEE","COUNTY_BOARD_GUARANTEE","MONEY_BACK_GUARANTEE","MOTHER_COMPANY_GUARANTEE","MUNICIPALITY_GUARANTEE","OTHER_GUARANTEE"]},"withinAmount":{"$ref":"#/components/schemas/Credit_PositiveOrZeroAmount"}}},"Credit_SeCooperativeHousingUnit":{"title":"SeCooperativeHousingUnit","type":"object","properties":{"municipality":{"type":"string","example":"MALMÖ","enum":["ÅMÅL","ÅNGE","ÅRE","ÅRJÄNG","ÅSELE","ÅSTORP","ÅTVIDABERG","ÄLMHULT","ÄLVDALEN","ÄLVKARLEBY","ÄLVSBYN","ÄNGELHOLM","ALE","ALINGSÅS","ALVESTA","ANEBY","ARBOGA","ARJEPLOG","ARVIDSJAUR","ARVIKA","ASKERSUND","AVESTA","BELGIEN","BENGTSFORS","BERG","BJURHOLM","BJUV","BODEN","BOLLEBYGD","BOLLNÄS","BORGHOLM","BORLÄNGE","BORÅS","BOTKYRKA","BOXHOLM","BRÄCKE","BROMÖLLA","BURLÖV","BÅSTAD","DALS_ED","DANDERYD","DANMARK","DEGERFORS","DOROTEA","EDA","EKERÖ","EKSJÖ","EMMABODA","ENGLAND","ENKÖPING","ESKILSTUNA","ESLÖV","ESSUNGA","FÄRGELANDA","FAGERSTA","FALKENBERG","FALKÖPING","FALUN","FILIPSTAD","FINSPÅNG","FLEN","FORSHAGA","FRANKRIKE","GÄLLIVARE","GÄVLE","GAGNEF","GISLAVED","GNESTA","GNOSJÖ","GOTLAND","GRÄSTORP","GRUMS","GULLSPÅNG","GÖTEBORG","GÖTENE","HÄLLEFORS","HÄRJEDALEN","HÄRNÖSAND","HÄRRYDA","HÄSSLEHOLM","HABO","HAGFORS","HALLSBERG","HALLSTAHAMMAR","HALMSTAD","HAMMARÖ","HANINGE","HAPARANDA","HEBY","HEDEMORA","HELSINGBORG","HERRLJUNGA","HJO","HOFORS","HUDDINGE","HUDIKSVALL","HULTSFRED","HYLTE","HÖGANÄS","HÖGSBY","HÖRBY","HÖÖR","HÅBO","JÄRFÄLLA","JOKKMOKK","JÖNKÖPING","KÄVLINGE","KALIX","KALMAR","KARLSBORG","KARLSHAMN","KARLSKOGA","KARLSKRONA","KARLSTAD","KATRINEHOLM","KIL","KINDA","KIRUNA","KLIPPAN","KNIVSTA","KRAMFORS","KRISTIANSTAD","KRISTINEHAMN","KROKOM","KUMLA","KUNGÄLV","KUNGSBACKA","KUNGSÖR","KÖPING","LAHOLM","LANDSKRONA","LAXÅ","LEKEBERG","LEKSAND","LERUM","LESSEBO","LIDINGÖ","LIDKÖPING","LILLA_EDET","LINDESBERG","LINKÖPING","LJUNGBY","LJUSDAL","LJUSNARSBERG","LOMMA","LUDVIKA","LULEÅ","LUND","LYCKSELE","LYSEKIL","MALMÖ","MALUNG_SÄLEN","MALÅ","MARIESTAD","MARK","MARKARYD","MELLERUD","MJÖLBY","MORA","MOTALA","MULLSJÖ","MUNKEDAL","MUNKFORS","MÖLNDAL","MÖNSTERÅS","MÖRBYLÅNGA","NÄSSJÖ","NACKA","NEDERLÄNDERNA","NORA","NORBERG","NORDANSTIG","NORDMALING","NORGE","NORRKÖPING","NORRTÄLJE","NORSJÖ","NYBRO","NYKVARN","NYKÖPING","NYNÄSHAMN","OCKELBO","OLOFSTRÖM","ORSA","ORUST","OSBY","OSKARSHAMN","OVANÅKER","OXELÖSUND","PAJALA","PARTILLE","PERSTORP","PITEÅ","RÄTTVIK","RAGUNDA","ROBERTSFORS","RONNEBY","SÄFFLE","SÄTER","SÄVSJÖ","SALA","SALEM","SANDVIKEN","SIGTUNA","SIMRISHAMN","SJÖBO","SKARA","SKELLEFTEÅ","SKINNSKATTEBERG","SKURUP","SKÖVDE","SMEDJEBACKEN","SOLLEFTEÅ","SOLLENTUNA","SOLNA","SORSELE","SOTENÄS","SPANIEN","STAFFANSTORP","STENUNGSUND","STOCKHOLM","STORFORS","STORUMAN","STRÄNGNÄS","STRÖMSTAD","STRÖMSUND","SUNDBYBERG","SUNDSVALL","SUNNE","SURAHAMMAR","SVALÖV","SVEDALA","SVENLJUNGA","SÖDERHAMN","SÖDERKÖPING","SÖDERTÄLJE","SÖLVESBORG","TÄBY","TANUM","TIBRO","TIDAHOLM","TIERP","TIMRÅ","TINGSRYD","TJÖRN","TOMELILLA","TORSBY","TORSÅS","TRANEMO","TRANÅS","TRELLEBORG","TROLLHÄTTAN","TROSA","TYRESÖ","TYSKLAND","TÖREBODA","UDDEVALLA","ULRICEHAMN","UMEÅ","UNKNOWN_REGION","UPPLANDS_VÄSBY","UPPLANDS_BRO","UPPSALA","UPPVIDINGE","VÄNERSBORG","VÄNNÄS","VÄRMDÖ","VÄRNAMO","VÄSTERVIK","VÄSTERÅS","VÄXJÖ","VADSTENA","VAGGERYD","VALDEMARSVIK","VALLENTUNA","VANSBRO","VARA","VARBERG","VAXHOLM","VELLINGE","VETLANDA","VILHELMINA","VIMMERBY","VINDELN","VINGÅKER","VÅRGÅRDA","YDRE","YSTAD","ÖCKERÖ","ÖDESHÖG","ÖREBRO","ÖRKELLJUNGA","ÖRNSKÖLDSVIK","ÖSTERSUND","ÖSTERÅKER","ÖSTHAMMAR","ÖSTRA_GÖINGE","ÖVERKALIX","ÖVERTORNEÅ"]},"propertyLocationScore":{"type":"string","example":"A","enum":["AA","A","B","C","D","E"]},"propertyType":{"type":"string","example":"HOUSINGCOOPERATIVE","enum":["HOUSINGCOOPERATIVE","HOUSINGASSOCIATION"]}}},"Credit_SeFloatingChargeAsset":{"title":"SeFloatingChargeAsset","type":"object","properties":{"floatingChargeType":{"type":"string","example":"AGRICULTURE","enum":["AGRICULTURE","PUBLISHER_GOODS"]}}},"Credit_SeRealPropertyAsset":{"title":"SeRealPropertyAsset","type":"object","properties":{"municipality":{"type":"string","example":"MALMÖ","enum":["ÅMÅL","ÅNGE","ÅRE","ÅRJÄNG","ÅSELE","ÅSTORP","ÅTVIDABERG","ÄLMHULT","ÄLVDALEN","ÄLVKARLEBY","ÄLVSBYN","ÄNGELHOLM","ALE","ALINGSÅS","ALVESTA","ANEBY","ARBOGA","ARJEPLOG","ARVIDSJAUR","ARVIKA","ASKERSUND","AVESTA","BELGIEN","BENGTSFORS","BERG","BJURHOLM","BJUV","BODEN","BOLLEBYGD","BOLLNÄS","BORGHOLM","BORLÄNGE","BORÅS","BOTKYRKA","BOXHOLM","BRÄCKE","BROMÖLLA","BURLÖV","BÅSTAD","DALS_ED","DANDERYD","DANMARK","DEGERFORS","DOROTEA","EDA","EKERÖ","EKSJÖ","EMMABODA","ENGLAND","ENKÖPING","ESKILSTUNA","ESLÖV","ESSUNGA","FÄRGELANDA","FAGERSTA","FALKENBERG","FALKÖPING","FALUN","FILIPSTAD","FINSPÅNG","FLEN","FORSHAGA","FRANKRIKE","GÄLLIVARE","GÄVLE","GAGNEF","GISLAVED","GNESTA","GNOSJÖ","GOTLAND","GRÄSTORP","GRUMS","GULLSPÅNG","GÖTEBORG","GÖTENE","HÄLLEFORS","HÄRJEDALEN","HÄRNÖSAND","HÄRRYDA","HÄSSLEHOLM","HABO","HAGFORS","HALLSBERG","HALLSTAHAMMAR","HALMSTAD","HAMMARÖ","HANINGE","HAPARANDA","HEBY","HEDEMORA","HELSINGBORG","HERRLJUNGA","HJO","HOFORS","HUDDINGE","HUDIKSVALL","HULTSFRED","HYLTE","HÖGANÄS","HÖGSBY","HÖRBY","HÖÖR","HÅBO","JÄRFÄLLA","JOKKMOKK","JÖNKÖPING","KÄVLINGE","KALIX","KALMAR","KARLSBORG","KARLSHAMN","KARLSKOGA","KARLSKRONA","KARLSTAD","KATRINEHOLM","KIL","KINDA","KIRUNA","KLIPPAN","KNIVSTA","KRAMFORS","KRISTIANSTAD","KRISTINEHAMN","KROKOM","KUMLA","KUNGÄLV","KUNGSBACKA","KUNGSÖR","KÖPING","LAHOLM","LANDSKRONA","LAXÅ","LEKEBERG","LEKSAND","LERUM","LESSEBO","LIDINGÖ","LIDKÖPING","LILLA_EDET","LINDESBERG","LINKÖPING","LJUNGBY","LJUSDAL","LJUSNARSBERG","LOMMA","LUDVIKA","LULEÅ","LUND","LYCKSELE","LYSEKIL","MALMÖ","MALUNG_SÄLEN","MALÅ","MARIESTAD","MARK","MARKARYD","MELLERUD","MJÖLBY","MORA","MOTALA","MULLSJÖ","MUNKEDAL","MUNKFORS","MÖLNDAL","MÖNSTERÅS","MÖRBYLÅNGA","NÄSSJÖ","NACKA","NEDERLÄNDERNA","NORA","NORBERG","NORDANSTIG","NORDMALING","NORGE","NORRKÖPING","NORRTÄLJE","NORSJÖ","NYBRO","NYKVARN","NYKÖPING","NYNÄSHAMN","OCKELBO","OLOFSTRÖM","ORSA","ORUST","OSBY","OSKARSHAMN","OVANÅKER","OXELÖSUND","PAJALA","PARTILLE","PERSTORP","PITEÅ","RÄTTVIK","RAGUNDA","ROBERTSFORS","RONNEBY","SÄFFLE","SÄTER","SÄVSJÖ","SALA","SALEM","SANDVIKEN","SIGTUNA","SIMRISHAMN","SJÖBO","SKARA","SKELLEFTEÅ","SKINNSKATTEBERG","SKURUP","SKÖVDE","SMEDJEBACKEN","SOLLEFTEÅ","SOLLENTUNA","SOLNA","SORSELE","SOTENÄS","SPANIEN","STAFFANSTORP","STENUNGSUND","STOCKHOLM","STORFORS","STORUMAN","STRÄNGNÄS","STRÖMSTAD","STRÖMSUND","SUNDBYBERG","SUNDSVALL","SUNNE","SURAHAMMAR","SVALÖV","SVEDALA","SVENLJUNGA","SÖDERHAMN","SÖDERKÖPING","SÖDERTÄLJE","SÖLVESBORG","TÄBY","TANUM","TIBRO","TIDAHOLM","TIERP","TIMRÅ","TINGSRYD","TJÖRN","TOMELILLA","TORSBY","TORSÅS","TRANEMO","TRANÅS","TRELLEBORG","TROLLHÄTTAN","TROSA","TYRESÖ","TYSKLAND","TÖREBODA","UDDEVALLA","ULRICEHAMN","UMEÅ","UNKNOWN_REGION","UPPLANDS_VÄSBY","UPPLANDS_BRO","UPPSALA","UPPVIDINGE","VÄNERSBORG","VÄNNÄS","VÄRMDÖ","VÄRNAMO","VÄSTERVIK","VÄSTERÅS","VÄXJÖ","VADSTENA","VAGGERYD","VALDEMARSVIK","VALLENTUNA","VANSBRO","VARA","VARBERG","VAXHOLM","VELLINGE","VETLANDA","VILHELMINA","VIMMERBY","VINDELN","VINGÅKER","VÅRGÅRDA","YDRE","YSTAD","ÖCKERÖ","ÖDESHÖG","ÖREBRO","ÖRKELLJUNGA","ÖRNSKÖLDSVIK","ÖSTERSUND","ÖSTERÅKER","ÖSTHAMMAR","ÖSTRA_GÖINGE","ÖVERKALIX","ÖVERTORNEÅ"]},"propertyType":{"type":"string","example":"SINGLE_FAMILY_FULL_YEAR_MORTGAGE","enum":["SINGLE_FAMILY_FULL_YEAR_MORTGAGE","SINGLE_FAMILY_HOMES_RECREATION","FARM","RESIDENTIAL_RENTAL_PROPERTIES","COMMERCIAL_RENTAL_PROPERTIES","PROPERTY_INDUSTRIAL_WAREHOUSE","COMMUNITY_PROPERTY","OTHER_PROPERTY","UNBUILT_HOMES","OTHER_HOUSES","PROPERTY_OWNERSHIP","OFFICE_BUSINESS_PROPERTY","EXPIRED_INDUSTRY_PROPERTY_OWN_USE","EXPIRED_COMMERCIAL_PROPERTY_OWN_USE","OTHER_PROPERTY_MIXED_PURPOSES","OTHER_PROPERTY_RENTING"]}}},"Credit_StaccAssetFinance":{"title":"StaccAssetFinance","required":["facilityId"],"type":"object","properties":{"facilityId":{"type":"string","description":"Stacc frame id for credit line and agreement id for credit limit","example":"3d7487f1-1cc6-4972-820f-1ac1781a2293"}},"description":"Stacc asset finance related information for the given product source"},"Credit_StaccAssetFinanceReferenceInput":{"title":"StaccAssetFinanceReferenceInput","required":["applicationId"],"type":"object","properties":{"applicationId":{"type":"string","description":"Reference for a Stacc Flow case","example":"50000001"}},"description":"Stacc Asset Finance system reference"},"Credit_SuretyAsset":{"title":"SuretyAsset","type":"object","properties":{"customerIdentifier":{"$ref":"#/components/schemas/Credit_CustomerIdentifier"},"sendAnnualNotification":{"type":"boolean","description":"Whether to send annual notification - only one guarantor can get notifications"},"expiryDate":{"type":"string","description":"Expiry date","format":"date"},"limitAmount":{"$ref":"#/components/schemas/Credit_PositiveOrZeroAmount"},"limitPercentage":{"type":"number","description":"Limit Percentage. Value set=(0,100], 2 fraction digits.","example":100}}},"Credit_SystemReferenceInput":{"title":"SystemReferenceInput","type":"object","properties":{"pricing":{"$ref":"#/components/schemas/Credit_PricingReferenceInput"},"staccAssetFinanceReference":{"$ref":"#/components/schemas/Credit_StaccAssetFinanceReferenceInput"}},"description":"System references for data used as credit assessment input"},"Credit_VehicleAsset":{"title":"VehicleAsset","type":"object","properties":{"dkVehicleAsset":{"$ref":"#/components/schemas/Credit_DkVehicleAsset"}}},"Credit_Handler":{"title":"Handler","required":["registrationNumber"],"type":"object","properties":{"registrationNumber":{"type":"string","description":"The registration number of the one handling the case.","example":"3001"},"userId":{"type":"string","description":"The user of the one handling the case.","example":"BC1111"},"serviceGroup":{"type":"string","description":"The customer service group of the one handling the case.","example":"AFTALEBORD"}},"description":"The user/group/department that is handling the credit application case"},"Credit_ApplicationPurpose":{"title":"ApplicationPurpose","required":["category"],"type":"object","properties":{"category":{"type":"string","description":"Application purposes that is supported in C3 Credit Application","enum":["OTHER","DAILY_ECONOMY","DK_MORTGAGE_REMORTGAGE","DK_MORTGAGE_ADDITIONAL_LENDING","SE_MORTGAGE_LOAN_PROMISE"]},"clearTextPurpose":{"type":"string","description":"Textual description of why the application was made","example":"Buying a new property"}},"description":"Purpose of a credit application"},"Credit_ApplicationRegistration":{"title":"ApplicationRegistration","required":["applicationLocale","applicationPurpose","creditAssessmentInput","financingScenarioInput","handler","registrant"],"type":"object","properties":{"applicationPurpose":{"$ref":"#/components/schemas/Credit_ApplicationPurpose"},"applicationLocale":{"type":"string","description":"The geographical region where the application is registered. It should be in the IETF BCP 47 format, i.e. two-letter language code followed by a underscore and then a two-letter country code.","format":"string","example":"da_DK","enum":["en_US","da_DK","sv_SE","fi_FI","en_FI","sv_FI"]},"financingScenarioInput":{"$ref":"#/components/schemas/Credit_FinancingScenarioInput"},"creditAssessmentInput":{"$ref":"#/components/schemas/Credit_CreditAssessmentInputRequest"},"handler":{"$ref":"#/components/schemas/Credit_Handler"},"registrant":{"$ref":"#/components/schemas/Credit_Registrant"}},"description":"Request body of the application registration for a given financing scenario"},"Credit_ErrorResponse":{"title":"ErrorResponse","required":["code","message"],"type":"object","properties":{"code":{"type":"string"},"message":{"type":"array","items":{"type":"string"}}},"description":"Default error response schema"}}},"security":[],"servers":[{"url":"http://localhost:3030/nexus-hub","description":"Local server (FYI: port forward integration proxy)"},{"url":"http://integration-proxy-api/nexus-hub","description":"Kubernetes proxy server (base url)"}]}