{
"policy": {
"type": "general_liability",
"startsAtDate": "2024-01-01T00:00:00.000Z",
"endsAtDate": "2024-12-31T23:59:59.000Z",
"coverageTimezone": "America/New_York",
"description": "Updated General Liability Coverage for ABC Corporation"
},
"coverages": [
{
"name": "General Liability",
"limit": 2000000,
"premium": 3500.00,
"deductible": 1000
},
{
"name": "Products Liability",
"limit": 2000000,
"premium": 2500.00,
"deductible": 1000
},
{
"name": "Cyber Liability",
"limit": 1000000,
"premium": 2000.00,
"deductible": 5000
}
],
"insureds": [
{
"name": "ABC Corporation",
"entityType": "corporation",
"coveragePeriods": [
{
"joinDate": "2024-01-01T00:00:00.000Z",
"terminationDate": "2024-12-31T23:59:59.000Z"
}
]
},
{
"name": "ABC Subsidiary LLC",
"entityType": "llc",
"coveragePeriods": [
{
"joinDate": "2024-01-01T00:00:00.000Z",
"terminationDate": "2024-12-31T23:59:59.000Z"
}
]
}
],
"billing": {
"billType": "quarterly",
"paymentPlan": "quarterly",
"installments": 4
},
"forms": {
"selectedForms": {
"general_liability": ["GL-001", "GL-002", "GL-003"],
"cyber_liability": ["CYBER-001"]
}
}
}