FINS Mobile Experience API - Implementation Template
Data mappings
This document provides information generated from the DataWeave scripts included in the project, such as function definitions, variable definitions, and data mapping tables.
Module | Description |
---|---|
loanApplicationRequest | Transforms the input request to Loan Application Request accepted by Loan Origination System. |
loanApplicationRequest
Transforms the input request to Loan Application Request accepted by Loan Origination System.
Source:
./src/main/resources/dwl/loanApplicationRequest.dwl
Variables
var timeAtAddressMonths
timeAtAddressMonths - Time at the Address in Months.
Mapping Tables
Formats Loan Application Request to CIM FINS Extension Loan format
LoanApplicationRequest | CIM | Description | ||
---|---|---|---|---|
id | id | Loan Id of the Application | ||
applicationType | applicationType | Application Type (Individual or Joint) | ||
loanPurpose | loanPurpose | Purpose of Loan (New Auto | Used Auto) | |
customers | customers | Customer details with party (personName and birthDate) formatted and contactPoints | ||
timeAtAddressMonths | timeAtAddressMonths | time at current address (years and months) | ||
housingStatus | housingStatus | housing status (own | rent | other) |
taxIdentificationNumber | taxIdentificationNumber | SSN | ||
driversLicenseLastDigits | driversLicenseLastDigits | Last 4 digits of drivers license | ||
requestedLoanAmount | requestedLoanAmount | Requested loan Amount | ||
loanDurationMonths | loanDurationMonths | Requested loan length (months) | ||
citizenship | citizenship | US Citizen (yes or no) | ||
employmentStatus | employmentStatus | Employment Status | ||
hasAdditionalIncome | hasAdditionalIncome | Additional Other Income (yes or no) formatted to true or false | ||
additionalIncomeAmount | additionalIncomeAmount | additional income annual amount (yes or no) formatted to true or false | ||
additionalIncomeSource | additionalIncomeSource | additional income source (yes or no) formatted to true or false | ||
monthlyHousingCostsAmount | monthlyHousingCostsAmount | Total Monthly Housing Costs | ||
estimatedHomeEquityAmount | estimatedHomeEquityAmount | Estimated Equity in Home | ||
totalLiquidAssetsAmount | totalLiquidAssetsAmount | Combined balance of checking | savings & money market accounts | |
totalRetirementAssetsAmount | totalRetirementAssetsAmount | Retirement assets | ||
loanApplicationStatus | loanApplicationStatus | Loan Application Status as SUBMITTED |