post https://{host}/li/ca_wt_loss_cost/22.0
Calculates loss cost metrics for locations using exposure data, financial details, and loss cost metrics in the Canada Winterstorm Loss Cost 22.0 data product.
Responses
Calculates loss cost metrics for locations using exposure data, financial details, and loss cost metrics in the Canada Winterstorm Loss Cost 22.0 data product.
xxxxxxxxxx
28curl --request POST \
--url https://api-euw1.rms.com/li/ca_wt_loss_cost/22.0 \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"location": {
"address": {
"countryScheme": "ISO2A"
},
"characteristics": {
"construction": "ATC0",
"occupancy": "ATC0",
"yearBuilt": 0,
"numOfStories": 0,
"foundationType": 0,
"firstFloorHeightAboveGround": 0,
"basement": "DEFAULT",
"floorArea": 0
},
"coverageValues": {
"buildingValue": 0,
"contentsValue": 0,
"businessInterruptionValue": 0
}
}
}
'
xxxxxxxxxx
15{
"warnings": [
{
"code": "FLG_XXXX",
"message": "Warning message"
}
],
"buildingAlr": 0.000863401691354315,
"contentsAlr": 0.000358529682823589,
"businessInterruptionAlr": 0.000559604863156912,
"grossLoss": 750.16,
"groundUpLoss": 901.43,
"grossLoss2": 769.26,
"grossLoss3": 817.11
}