Export Modeling Options
curl --request GET \
--url https://vision.pingintel.com/api/v1/submission/{pingid}/cat/modeling-options/export \
--header 'Authorization: <api-key>'[
{
"uuid": "a1b2c3d4-0000-0000-0000-000000004001",
"created_time": "2024-01-01T00:00:00Z",
"modified_time": "2024-06-15T12:00:00Z",
"coverage_option": {
"uuid": "a1b2c3d4-0000-0000-0000-000000003001",
"name": "Option 1",
"peril_terms": [
{
"location_deductible_type": "S",
"peril_name": "EQ",
"subperil_types": [
"EQ_Shake",
"EQ_Fire",
"EQ_Sprinkler",
"EQ_Landslide",
"EQ_Tsunami",
"EQ_Liquefaction"
],
"sublimit": 1000000,
"min_deductible": 10000,
"max_deductible": 20000,
"self_insured_retentions": 100000,
"agg_limit": 500000,
"agg_deductible": 50000,
"bi_days_deductible": 10,
"location_deductible": {
"amount": 25000
}
},
{
"location_deductible_type": "S",
"peril_name": "HU",
"subperil_types": [
"HU_Wind",
"HU_Surge",
"HU_PrecipitationFlood"
]
},
{
"location_deductible_type": "S",
"peril_name": "SCS",
"subperil_types": [
"Hail",
"StraightLineWind",
"Tornado",
"WinterStorm"
]
},
{
"location_deductible_type": "S",
"peril_name": "IF",
"subperil_types": [
"InlandFlood"
]
},
{
"location_deductible_type": "S",
"peril_name": "WF",
"subperil_types": [
"Wildfire"
]
}
],
"zone_terms": [
{
"peril_class": "EQ",
"zones": [
{
"is_excluded": false,
"zone_name": "CA"
},
{
"is_excluded": false,
"zone_name": "PacNW"
},
{
"is_excluded": false,
"zone_name": "NewMadrid"
},
{
"is_excluded": false,
"zone_name": "HI"
},
{
"is_excluded": false,
"zone_name": "AK"
},
{
"is_excluded": false,
"zone_name": "AllOther"
}
]
},
{
"peril_class": "HU",
"zones": [
{
"is_excluded": false,
"zone_name": "TriCounty"
},
{
"is_excluded": false,
"zone_name": "FL"
},
{
"is_excluded": false,
"zone_name": "TX"
},
{
"is_excluded": false,
"zone_name": "Tier1"
},
{
"is_excluded": false,
"zone_name": "AllOther"
}
]
},
{
"peril_class": "SCS",
"zones": [
{
"is_excluded": false,
"zone_name": "AllOther"
}
]
},
{
"peril_class": "IF",
"zones": [
{
"is_excluded": false,
"zone_name": "SFHA"
},
{
"is_excluded": false,
"zone_name": "AllOther"
}
]
}
],
"excluded_subperil_types": [
"Terrorism"
]
},
"layer_structure": {
"uuid": "a1b2c3d4-0000-0000-0000-000000001000",
"name": "Structure 1",
"modified_time": "2024-06-15T12:00:00Z",
"created_time": "2024-06-14T12:00:00Z"
},
"layers": [
{
"uuid": "a1b2c3d4-0000-0000-0000-000000002001",
"name": "Primary 25",
"attachment": null,
"limit": 25000000,
"participation_amount": null,
"participation_percent": null,
"premium": null
},
{
"uuid": "a1b2c3d4-0000-0000-0000-000000002002",
"name": "10x25",
"attachment": 25000000,
"limit": 10000000,
"participation_amount": 5000000,
"participation_percent": null,
"premium": null
}
]
}
]Cat. Modeling
Export Modeling Options
⚠️ Under active development — subject to change.
Returns all modeling options for the submission. Each entry includes the full coverage option (with peril and zone terms) and the layers selected for modeling.
GET
/
api
/
v1
/
submission
/
{pingid}
/
cat
/
modeling-options
/
export
Export Modeling Options
curl --request GET \
--url https://vision.pingintel.com/api/v1/submission/{pingid}/cat/modeling-options/export \
--header 'Authorization: <api-key>'[
{
"uuid": "a1b2c3d4-0000-0000-0000-000000004001",
"created_time": "2024-01-01T00:00:00Z",
"modified_time": "2024-06-15T12:00:00Z",
"coverage_option": {
"uuid": "a1b2c3d4-0000-0000-0000-000000003001",
"name": "Option 1",
"peril_terms": [
{
"location_deductible_type": "S",
"peril_name": "EQ",
"subperil_types": [
"EQ_Shake",
"EQ_Fire",
"EQ_Sprinkler",
"EQ_Landslide",
"EQ_Tsunami",
"EQ_Liquefaction"
],
"sublimit": 1000000,
"min_deductible": 10000,
"max_deductible": 20000,
"self_insured_retentions": 100000,
"agg_limit": 500000,
"agg_deductible": 50000,
"bi_days_deductible": 10,
"location_deductible": {
"amount": 25000
}
},
{
"location_deductible_type": "S",
"peril_name": "HU",
"subperil_types": [
"HU_Wind",
"HU_Surge",
"HU_PrecipitationFlood"
]
},
{
"location_deductible_type": "S",
"peril_name": "SCS",
"subperil_types": [
"Hail",
"StraightLineWind",
"Tornado",
"WinterStorm"
]
},
{
"location_deductible_type": "S",
"peril_name": "IF",
"subperil_types": [
"InlandFlood"
]
},
{
"location_deductible_type": "S",
"peril_name": "WF",
"subperil_types": [
"Wildfire"
]
}
],
"zone_terms": [
{
"peril_class": "EQ",
"zones": [
{
"is_excluded": false,
"zone_name": "CA"
},
{
"is_excluded": false,
"zone_name": "PacNW"
},
{
"is_excluded": false,
"zone_name": "NewMadrid"
},
{
"is_excluded": false,
"zone_name": "HI"
},
{
"is_excluded": false,
"zone_name": "AK"
},
{
"is_excluded": false,
"zone_name": "AllOther"
}
]
},
{
"peril_class": "HU",
"zones": [
{
"is_excluded": false,
"zone_name": "TriCounty"
},
{
"is_excluded": false,
"zone_name": "FL"
},
{
"is_excluded": false,
"zone_name": "TX"
},
{
"is_excluded": false,
"zone_name": "Tier1"
},
{
"is_excluded": false,
"zone_name": "AllOther"
}
]
},
{
"peril_class": "SCS",
"zones": [
{
"is_excluded": false,
"zone_name": "AllOther"
}
]
},
{
"peril_class": "IF",
"zones": [
{
"is_excluded": false,
"zone_name": "SFHA"
},
{
"is_excluded": false,
"zone_name": "AllOther"
}
]
}
],
"excluded_subperil_types": [
"Terrorism"
]
},
"layer_structure": {
"uuid": "a1b2c3d4-0000-0000-0000-000000001000",
"name": "Structure 1",
"modified_time": "2024-06-15T12:00:00Z",
"created_time": "2024-06-14T12:00:00Z"
},
"layers": [
{
"uuid": "a1b2c3d4-0000-0000-0000-000000002001",
"name": "Primary 25",
"attachment": null,
"limit": 25000000,
"participation_amount": null,
"participation_percent": null,
"premium": null
},
{
"uuid": "a1b2c3d4-0000-0000-0000-000000002002",
"name": "10x25",
"attachment": 25000000,
"limit": 10000000,
"participation_amount": 5000000,
"participation_percent": null,
"premium": null
}
]
}
]Documentation Index
Fetch the complete documentation index at: https://docs.pingintel.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Supports Token-prefixed API keys and Bearer-prefixed JWT-based authentication.
Path Parameters
Ping ID of the submission.
⌘I