FINS Customer Addresses Process 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 |
|---|---|
| map-create-quote-request-sfi | Create Insurance Quote request as a result of postal Address changes |
map-create-quote-request-sfi
Create Insurance Quote request as a result of postal Address changes
Source:
./src/main/resources/dwl/map-create-quote-request-sfi.dwl
Mapping Tables
Maps CIM Customer ContactPoint and CoreLogic Property Characteristics to Insurance Library Quote,
| Insurance Library | CIM or CoreLogic Response fields | Description |
|---|---|---|
| customerId | vars.customerId | The id of the customer in Core Banking System |
| propertyAddress.addressLine1 | addressLine1 | Address Line 1 of the customer address |
| propertyAddress.addressLine2 | addressLine2 | Address Line 2 of the customer address |
| propertyAddress.cityName | cityName | City Name of the customer address |
| propertyAddress.regionName | stateProvinceName | State of the customer address |
| propertyAddress.countryName | countryName | Country of the customer address |
| propertyAddress.postalCode | postalCodeText | Postal code of the customer address |
| propertyAddress.geoLatitude | geoLatitude | GeoLatitude of the customer address |
| propertyAddress.geoLongitude | geoLongitude | GeoLongitude of the customer address |
| propertyAttributes.yearBuilt | yearBuilt | Year built of the property based on info available in Core Logic System |
| propertyAttributes.assessedValue | assessedValue | Assessed Value of the property based on info available in Core Logic System |
| propertyAttributes.buildingClass | buildingClass | Building Class the property based on info available in Core Logic System |
| propertyAttributes.bathrooms | bathrooms | No. of bath rooms in the the property based on info available in Core Logic System |
| propertyAttributes.bedrooms | bedrooms | No. of bed rooms in the property based on info available in Core Logic System |