Untitled

 avatar
unknown
plain_text
2 years ago
2.1 kB
8
Indexable
{
    "quote": {
        "policy_details": {
            "insured_name": "test",
            "date_inception": "2022-01-01"
        },
        "risk_details": {
            "revenue": 12000000,
            "non_us_work": 5.0,
            "uw_walk_claims_exp": "None",
            "uw_walk_risk_management": "Satisfactory - some minor weaknesses",
            "uw_walk_other1": 30.0,
            "disciplines": [
                {
                    "discipline": "Architecture - Higher Risk",
                    "split": 50.0
                },
                {
                    "discipline": "Structural Engineering - Low",
                    "split": 50.0
                }
            ],
            "project_areas": [
                {
                    "project_area": "Apartments",
                    "split": 10.0
                },
                {
                    "project_area": "Convention Centers",
                    "split": 20.0
                },
                {
                    "project_area": "Recreation/Sports",
                    "split": 40.0
                },
                {
                    "project_area": "Other (High)",
                    "split": 30.0
                }
            ]
        },
        "layers": [
            {
                "id": 1,
                "ccy_premium": "USD",
                "ccy_limit": "USD",
                "limit": 1000000,
                "excess": 0,
                "deductible": 100000,
                "brokerage": 10.0,
                "deductions_total_other": 0.0,
                "ggwp_ccy_premium": 33800,
                "wrt_line": 100.0
            },
            {
                "id": 2,
                "ccy_premium": "USD",
                "ccy_limit": "USD",
                "limit": 9000000,
                "excess": 20000,
                "deductible": 800000,
                "brokerage": 8.0,
                "deductions_total_other": 2.0,
                "ggwp_ccy_premium": 69700,
                "wrt_line": 100.0
            }
        ]
    }
}
Editor is loading...