Mapping Runner (Demo)
Using PREVIOUS
Diff Summary
Changed: 0
Stale: 1
| Field | Previous | Current | Flags |
|---|---|---|---|
Legal name insured.legalName | Acme Manufacturing LLC | Acme Manufacturing LLC | |
FEIN insured.fein | 12-3456789 | 12-3456789 | |
Operations description operations.description | Light assembly of components | Light assembly of components | |
# Employees operations.numEmployees | 25 | 25 | |
Property TIV property.tiv | 7500000 | 7500000 | |
Sprinklered property.sprinklered | Yes | Yes | |
Year built property.yearBuilt | 1998 | 1998 | |
Loss run as of lossHistory.asOf | 2024-07-15 | 2024-07-15 | Stale |
Total incurred (5y) lossHistory.totalIncurred | 125000 | 125000 |
Tip: “Print / Save PDF” gives you a clean, portable Diff Summary for submission packages.
Canonical input (baseline)
{
"insured": {
"legalName": "Acme Manufacturing LLC",
"fein": "12-3456789"
},
"operations": {
"description": "Light assembly of components",
"numEmployees": 25
},
"property": {
"tiv": 7500000,
"sprinklered": true,
"yearBuilt": 1998
},
"lossHistory": {
"asOf": "2024-07-15",
"totalIncurred": 125000
}
}Carrier payload
{
"APPLICANT_NAME": "Acme Manufacturing LLC",
"APPLICANT_FEIN": "123456789",
"EMP_COUNT_TOTAL": 25,
"PROP_TIV_TOTAL": 7500000,
"PROP_SPRINKLERED": "Y",
"PROP_YEAR_BUILT": 1998,
"LOSS_RUN_ASOF": "2024-07-15",
"LOSS_TOT_INCURRED_5Y": 125000
}Rule log
| To | From | Raw | Final |
|---|---|---|---|
| APPLICANT_NAME | insured.legalName | Acme Manufacturing LLC | Acme Manufacturing LLC |
| APPLICANT_FEIN | insured.fein | 12-3456789 | 123456789 |
| EMP_COUNT_TOTAL | operations.numEmployees | 25 | 25 |
| PROP_TIV_TOTAL | property.tiv | 7500000 | 7500000 |
| PROP_SPRINKLERED | property.sprinklered | true | Y |
| PROP_YEAR_BUILT | property.yearBuilt | 1998 | 1998 |
| LOSS_RUN_ASOF | lossHistory.asOf | 2024-07-15 | 2024-07-15 |
| LOSS_TOT_INCURRED_5Y | lossHistory.totalIncurred | 125000 | 125000 |