Skip to content

Instantly share code, notes, and snippets.

@mantono
Last active October 29, 2019 13:57
Show Gist options
  • Save mantono/abc76fc48a8952a74509172d75779115 to your computer and use it in GitHub Desktop.
Save mantono/abc76fc48a8952a74509172d75779115 to your computer and use it in GitHub Desktop.
Private Unsecured Loan - Application Created, with applicant and co-applicant
{
"cloudEventsVersion" : "0.1",
"eventType" : "org.open-broker.v0.se.PrivateUnsecuredLoanApplicationCreated",
"eventTypeVersion" : "v0",
"source" : "/mycontext",
"eventID" : "C234-1234-1234",
"eventTime" : "2018-04-05T17:31:00Z",
"extensions" : {
"comExampleExtension" : "value"
},
"contentType" : "application/json",
"data": {
"application": {
"applicant": {
"ssn": "198712167249",
"phone": "+46705431052",
"secondaryPhone": [],
"emailAddress": "anton@zensum.se",
"employmentStatus": "FULL_TIME",
"employmentStatusSinceYear": 2017,
"employmentStatusSinceMonth": 2,
"dependentChildren": 0,
"housingType": "RENTED",
"housingCostPerMonth": 3000,
"employerName": "Zensum AB",
"employerPhone": "+46811122233",
"monthlyIncome": 10000,
"childSupportReceivedMonthly": 0,
"childSupportPaidMonthly": 0,
"maritalStatus": "COHABITING",
"bankAccount": {
"clearingNo": "8888",
"accountNo": "00000003"
},
"citizenships": [
"SE"
],
"countriesOfResidence": [
"SE"
],
"taxResidentOf": [
"SE"
],
"tentativeAddress": {
"firstName": "Christin",
"lastName": "Strömberg",
"address": "Hultom 264",
"postalCode": "25258",
"city": "Helsingborg"
}
},
"coApplicant": {
"ssn": "195702157776",
"phone": "+46706931232",
"secondaryPhone": [],
"emailAddress": "peep.alun@hotmail.se",
"employmentStatus": "FULL_TIME",
"employmentStatusSinceYear": 2014,
"employmentStatusSinceMonth": 3,
"dependentChildren": 1,
"housingType": "RENTED",
"housingCostPerMonth": 2000,
"employerName": "Dagab AB",
"employerPhone": "+46812132437",
"monthlyIncome": 32000,
"childSupportReceivedMonthly": 0,
"childSupportPaidMonthly": 0,
"maritalStatus": "COHABITING",
"bankAccount": {
"clearingNo": "8844",
"accountNo": "00002003"
},
"citizenships": [
"SE"
],
"countriesOfResidence": [
"SE"
],
"taxResidentOf": [
"SE"
],
"tentativeAddress": {
"firstName": "Peep",
"lastName": "Alun",
"address": "Hultom 264",
"postalCode": "25258",
"city": "Helsingborg"
}
},
"existingLoans": [
{
"loanAmount": 4000,
"monthlyPayment": 22,
"shouldRefinance": true,
"lenderName": "Lender name",
"existingLoanType": "CAR_LOAN",
"responsibility": "SHARED"
},
{
"loanAmount": 15000,
"monthlyPayment": 56,
"shouldRefinance": false,
"lenderName": "Lender name",
"existingLoanType": "STUDENT_LOAN",
"responsibility": "MAIN_APPLICANT"
}
],
"extensions": {
"io.klira.someExtensionProperty": 42,
"io.klira.someOtherExtensionProperty": 10000
},
"loanAmount": 20000,
"loanPurpose": "OTHER",
"refinanceAmount": 4000,
"termMonths": 24
},
"brokerReference": {
"issuer": "io.klira",
"id": "1"
},
"dataProtectionContext": "FICTIONAL"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment