Welcome to the Supercede API reference. This API lets you to programmatically access the Supercede platform.
With the API, you can do things like create layers, publish deals, and market those deals to lists of underwriters on the platform.
Supercede uses API keys to allow access to the API. Access is currently only granted to select organisations. If you do not have an API key and you believe you should, please contact support.
Some endpoints are paginated, meaning they do not return the full list of responses on the first request. To query for the next page, copy the contents of the response header Next-Range into the request header Range. If there is no Next-Range header in the response, that means the response contained the final page.
The following is a reverse chronological list of changes made to this API since it was first published. The API is evolving through the principle of backwards compatibility, meaning endpoints may be added, and response objects may have fields added to them.
If we need to perform backwards incompatible changes, such as removing fields from response objects, or adding mandatory fields to request objects, both old and new schemata will be supported during a deprecation period, to allow clients time to be updated. Backwards-incompatible changes may be performed with a shorter deprecation period if we are able to verify that no customer relies on that functionality. Such changes will be listed here for reference.
signing_date field to lines. This affects GET /api/lines. This new field records the date(s) when the reinsurer added their signature to the final reinsurance contracts.is_not_taken_up query parameter to GET /api/risks.brokerage field to pricing features. This affects /api/risks/{deal_id}/pricing-features and /api/risks/{deal_id}/pricing-features/{company_id}/{stamp_name}/{layer_id}. This new brokerage field consists of both monetary brokerage, which may have 1 amount per currency, and brokerage as a percentage, for which a single amount and basis may be specified.industry_loss_warranty to layer data./api/risks/{deal_id}/documents endpoint.collateral field from layer data.layer_aggregate_limits to layer data.not_taken_up_reason field to layer and deal data.limit field optional in limit-and-excess and loss warranty data.percent_limit field optional in percent limit-and-excess data./risks/{risk_id}/last-changed./api/layers-v2 endpoint. The difference in the new version is that the status field indicates the stage of the layer (draft, quoting, retracted, fot, bound), and there is a new field is_archived containing the information held in the status field of the old /api/layers endpoint.brokerage_rebate and collateral. Users of these fields should use accounting market information instead.market_info field to deal accounting data.accounting_market_info field to historical risk endpoint.layer_reporting_requirements field to deal accounting data.premium_basis field to deal subsection data.premium_payment_warranty to deal accounting data.cash_layer_loss_limit field to deal accounting data.GEP, NEP, and AFP.perils field to layer and coverage data.territorial_scope field to layer and coverage data.subject_premium_basis field to layer data.comment field from quote endpoints./api/risks/{risk_id}/audit-trail./api/risks/historical to backfill with historical risks.layer_original_acquisition_cost to risk accounting data.fot, archived, and bound risk statuses.in_market with fot, both as a field and a filter.duplicates to the risk object, containing risk duplicate information. Limited duplicates visibility to users with the Client role.brokerage_splits to the risk accounting object.cover_note_status mandatory field to risk objects.cover_note_status as a filter to the risk listing endpoint.risk_options/{risk_option_id}/brokerage_rebate endpoint was removed. This functionality has been moved to risks/{risk_id}/accountinginternal_expenses, premium_payment_schedule, cedent_participations, internal_reference were removed. This information has been moved to a new Risk Accounting endpoint and is available only to risk cedent users at the FOT/Bound stages.target_premium was renamed to target_reinsurance_premium.max_recoverable was removed.id and cedent_participations.loss_additional_premium was changed to number.line_of_business_id for new layers, this information instead being derived from the subline of business./api/territories endpoint was added./api/perils endpoint was added.geography field was replaced with an optional territorial_scope field, which holds two territory codes. This applies to the top-level risk data, subsection data within a risk, and layers.cession_basis field was added to layer data.industry_loss_warranty and clash_excess_of_loss.brokerage_basis were changed.annual_aggregate_deductible, annual_aggregate_limit, and occurrence_limit were removed from proportional product data.loss_warranties, agg_percent_limits, per_risk_percent_limits, occurrence_agg_percent_limits, and facultative_limits.agg_limits, catastrophe_agg_limits, clash_agg_limits, occurrence_agg_limits, and per_risk_limits.premium_payment_schedule field was changed to a list of premium payment schedule objects.perils field was added to layer subsection data.internal_expenses was added to layer data.peril_coverages was added to coverage data.This operation gets all organisations registered with the platform that are either cedents or underwriters.
| Authorization required | string Example: Bearer nnpabtx.693fbee49d3b73e353ab005f12736e7226d3690b Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": [
- {
- "id": "a2e8f968-82d2-86e0-b72a-3800e4c40bb5",
- "name": "Quantum Shield"
}, - {
- "id": "20b0b02c-47fb-644a-502e-2365fe37e629",
- "name": "Prism Risk Ltd."
}, - {
- "id": "44c6ab49-4260-d399-98f9-4f32593fcf4e",
- "name": "BlueBridge Insurance"
}
], - "success": true
}This operation shows all geographic regions as they are defined on the platform.
| Authorization required | string Example: Bearer lzspeey.f3abb93b4faa09219b8c844b4670ea774848d87d Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": [
- {
- "countries": [
- {
- "alpha2": "GG",
- "alpha3": "GGY",
- "id": "242",
- "name": "Guernsey"
}, - {
- "alpha2": "JE",
- "alpha3": "JEY",
- "id": "244",
- "name": "Jersey"
}
], - "region": {
- "id": "5",
- "name": "Channel Islands"
}
}, - {
- "countries": [
- {
- "alpha2": "LS",
- "alpha3": "LSO",
- "id": "121",
- "name": "Lesotho"
}, - {
- "alpha2": "NA",
- "alpha3": "NAM",
- "id": "150",
- "name": "Namibia"
}, - {
- "alpha2": "ZA",
- "alpha3": "ZAF",
- "id": "200",
- "name": "South Africa"
}, - {
- "alpha2": "SZ",
- "alpha3": "SWZ",
- "id": "207",
- "name": "Swaziland"
}
], - "region": {
- "id": "19",
- "name": "Southern Africa"
}
}
], - "success": true
}This operation shows all lines of business as they are defined on the platform.
| Authorization required | string Example: Bearer xnkakur.24669fd79f612542a5de26e4db305776094d3837 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": [
- {
- "id": "Casualty",
- "name": "Casualty or liability"
}, - {
- "id": "ProfessionalLiability",
- "name": "Professional Liability"
}, - {
- "id": "Cyber",
- "name": "Cyber"
}
], - "success": true
}This operation shows all sublines of business available to your organisation.
| lob_id | string Example: lob_id=Agriculture Limit listing to the sublines under this parent line of business. |
| Authorization required | string Example: Bearer zydncxa.cfdbc8cd7f379a1f766df441bcc75225d7a5976c Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": [
- {
- "acord_code": "632",
- "acord_long_code": "accident_and_health",
- "code": "AccidentAndHealth",
- "custom_name": null,
- "group": "Accident and health",
- "id": "AccidentAndHealth",
- "line_of_business": "AccidentAndHealth",
- "name": "Accident and health"
}, - {
- "acord_code": null,
- "acord_long_code": null,
- "code": "AviationSpaceAndSatellites",
- "custom_name": null,
- "group": "Space and Satellites",
- "id": "AviationSpaceAndSatellites",
- "line_of_business": "Aviation",
- "name": "Space and Satellites"
}
], - "success": true
}This operation shows all perils as they are defined on the platform.
| Authorization required | string Example: Bearer zrexmgk.1ee93c31861b2a8d51a3d3fc9904003fc8bfedec Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": [
- "agent-orange",
- "sinking",
- "black-lung"
], - "success": true
}This operation shows all territories which can be used in deal definitions.
| Authorization required | string Example: Bearer drgptlq.6a4aab51c54bf587a4128533809edc271c52d37f Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": [
- "canada-east",
- "usa-nevada",
- "africa"
], - "success": true
}This operation returns the name of the company with the given company_id.
| company_id required | string <uuid> Example: bd84cae9-0532-ea06-8f0f-0626fcde1fe9 The ID of the company for which the name is desired. |
| Authorization required | string Example: Bearer mkedjti.b63a5b139838c577f03b4662e47a29ee6c0ddaeb Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": {
- "id": "0f315430-660c-d475-58d2-e8803f7b13f2",
- "name": "Fortis Coverage"
}, - "success": true
}Retrieve more information about a stamp on the Supercede platform, such as mappings to OpenTWINS. (TK examples for lors and opentwins)
| stamp_name required | string (Stamp name) Example: NEXANS%20RE%20SA The URL encoded name of the stamp for which information is desired. |
| Authorization required | string Example: Bearer kjdlque.6e06281d684008178dc3b06796426a40d8090ff9 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": {
- "is_lloyds": true,
- "lors": null,
- "name": "LLOYD'S SYNDICATE 8392",
- "open_twins": null
}, - "success": true
}This operation returns email and company details about the user with the given user_id.
| user_id required | string <uuid> Example: efb8958f-ab71-ff9b-f10e-31a0fda37ef1 The ID of the user for which information is desired. |
| Authorization required | string Example: Bearer qlobffo.579e7a450b2f694abb467d8babd2762e29724e1a Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": {
- "company_id": "81051fd2-4197-3ab8-1bc0-b366049e0263",
- "email": "gunnar@globalcover.re",
- "id": "3f1fd0b6-a19c-bbc6-dd06-29f9befa4808"
}, - "success": true
}This operation returns the user objects that match the given criteria.
| email required | string <email> Example: email=oscar@apexinsurance.net The email of the user that you want to find. This must match exactly for a result to be returned. |
| Authorization required | string Example: Bearer tdylazr.c06e9ae4c419ff0d46aa1b97540df30b97bfced9 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": [
- {
- "company_id": "81051fd2-4197-3ab8-1bc0-b366049e0263",
- "email": "gunnar@globalcover.re",
- "id": "3f1fd0b6-a19c-bbc6-dd06-29f9befa4808"
}
], - "success": true
}List the deals you have access to.
| year | integer <int64> (Deal year) Example: year=2025 |
| status | string Enum: "archived" "locked" "draft" "quoting" "retracted" "fot" "in_market" "bound" Example: status=retracted |
| cover_note_status | string (Cover note status) Enum: "submitted" "pending" Example: cover_note_status=submitted |
| is_not_taken_up | boolean (Deal hasn't been taken up) Example: is_not_taken_up=true |
| Authorization required | string Example: Bearer xzukppe.95554a297cfb03014c2ccc36f8b5ef82ac9be743 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": [
- {
- "bound_at": "2023-12-27T00:00:00Z",
- "broker": "11527e34-2abd-4ae3-9e7d-a4ec02736262",
- "broker_contacts": [
- {
- "company_id": "86a41a18-633e-4d03-a73d-1256c529892d",
- "email": "h.mueller@continentalrisk.de",
- "user_id": "2b3c4d5e-6f7a-8b9c-0d1e-2f3a4b5c6d7e",
- "user_name": "Hans Mueller"
}
], - "cedent_contacts": [
- {
- "company_id": "6d9e8f7a-5c4b-3e2d-1a9f-8b7c6d5e4f3a",
- "email": "sophie.laurent@alpinesecure.ch",
- "user_id": "7a23b9c4-8e1d-4f6a-9b35-18c7def9a2d5",
- "user_name": "Sophie Laurent"
}, - {
- "company_id": "6d9e8f7a-5c4b-3e2d-1a9f-8b7c6d5e4f3a",
- "email": "p.dubois@eurocoverage.fr",
- "user_id": "2240c403-fbc5-439d-ae3d-218104769046",
- "user_name": "Pierre Dubois"
}
], - "class_of_business": "facultative",
- "clients": [
- "689291b5-c43e-4cb5-c7b5-a9715ee0c998",
- "20b0b02c-47fb-644a-502e-2365fe37e629",
- "44c6ab49-4260-d399-98f9-4f32593fcf4e"
], - "contract_reference": "PSC-890-V3-4567",
- "cover_note_status": "pending",
- "created_at": "2025-03-12T10:57:35Z",
- "created_by": "d12d51ab-d1f4-42b6-a780-8b2e84b9df6d",
- "description": "For our earthquake program in Santiago, first party physical damage is covered up to EUR 5m, with a combined single limit of $25m over all property policies for California earthquake exposure.",
- "duplicates": {
- "duplicate_group_id": "fd8a03f1-2dcb-44ab-8aa2-56c1e516cfe9",
- "duplicate_risks": [
- "df402518-9aec-4f91-829f-65fbafec37e5",
- "051c254e-d494-4adf-bb52-4016c4af0447",
- "35fd2d04-e8d8-4e9f-8a64-07f8fc437691"
]
}, - "expiration": {
- "data": "2026-12-31T00:00:00Z",
- "type": "bounded"
}, - "id": "88c45082-69ff-422a-a0e4-ea2cbd2656eb",
- "inception": "2024-06-01T00:00:00Z",
- "marketplace_state": "in_marketplace",
- "not_taken_up_reason": "Contract details were declined.",
- "premium_income": null,
- "program_level_features": [
- {
- "deductible": {
- "amount": 34944,
- "currency": "USD"
}, - "limit": {
- "amount": 9033423,
- "currency": "USD"
}
}, - {
- "deductible": {
- "amount": 34944,
- "currency": "USD"
}, - "limit": {
- "amount": 9033423,
- "currency": "USD"
}
}
], - "program_name": "London Market Quota Share",
- "risk_options": [
- {
- "created_at": "2025-03-02T12:01:34Z",
- "name": "$30m xs $25m",
- "option_id": "56de1c68-00f7-460a-8872-1384e8309333",
- "status": "OptionDraft"
}, - {
- "created_at": "2025-03-02T12:01:34Z",
- "name": "Shield Ins ILW - US $25bn",
- "option_id": "3806bee0-1c0d-4465-8482-edd976de43e0",
- "status": "OptionDraft"
}
], - "sections": [
- {
- "additional_info": "Marine & Nuclear",
- "created_at": "2025-03-02T12:01:34Z",
- "exclusions": null,
- "line_of_business": "Aviation",
- "risk_id": "8ef96b1f-58a6-4224-a893-f2053f02f76a",
- "subsections": [
- {
- "created_at": "2025-03-02T12:01:34Z",
- "line_of_business": "Aviation",
- "perils": {
- "excluded": [
- "agent-orange",
- "blade-strike"
], - "included": [
- "sinking"
]
}, - "premium": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "premium_basis": "gnwp",
- "risk_id": "f46ae874-89a4-44fc-a2ec-f7ecc6f47148",
- "subline_of_business": "CancellationAndAbandonment",
- "territorial_scope": {
- "excluded": [
- "cabo-verde"
], - "included": [ ]
}
}
]
}, - {
- "additional_info": null,
- "created_at": "2025-02-28T05:03:59Z",
- "exclusions": "Marine only for North Sea traffic.",
- "line_of_business": "Cyber",
- "risk_id": "18866d53-f054-48b2-a4b7-4f4176284a5d",
- "subsections": [
- {
- "created_at": "2025-02-28T05:03:59Z",
- "line_of_business": "Cyber",
- "perils": {
- "excluded": [
- "brush-fire",
- "cabin-safety-events"
], - "included": [
- "blade-strike",
- "bordereaux"
]
}, - "premium": {
- "amount": 0,
- "currency": "USD"
}, - "premium_basis": "gwp",
- "risk_id": "71130d06-76e4-4699-96b9-bb0de5ab7e71",
- "subline_of_business": "GroupAccidentAndHealthAirTravel",
- "territorial_scope": {
- "excluded": [
- "asia",
- "benelux",
- "bonaire-sint-eustatius-and-saba",
- "canada-alberta",
- "usa-new-york"
], - "included": [
- "canada-east"
]
}
}
]
}, - {
- "additional_info": "Offshore construction",
- "created_at": "2025-02-28T05:03:59Z",
- "exclusions": "The cedent's per risk XL business.",
- "line_of_business": "Energy",
- "risk_id": "efaa0995-e52d-4046-bf1e-0599095169d0",
- "subsections": [
- {
- "created_at": "2025-02-28T05:03:59Z",
- "line_of_business": "Energy",
- "perils": {
- "excluded": [
- "breast-implant"
], - "included": [ ]
}, - "premium": {
- "amount": 0,
- "currency": "USD"
}, - "premium_basis": "gnwp",
- "risk_id": "3f0b5942-507e-4107-bc17-4a29a629922e",
- "subline_of_business": "EquityRelease",
- "territorial_scope": {
- "excluded": [
- "benelux",
- "cabo-verde"
], - "included": [
- "usa-nevada"
]
}
}
]
}
], - "status": "archived",
- "territorial_scope": {
- "excluded": [
- "canada-new-brunswick",
- "canada-north",
- "south-georgia-and-the-south-sandwich-islands"
], - "included": [
- "canada-alberta",
- "canada-newfoundland-and-labrador"
]
}
}, - {
- "bound_at": "2023-11-29T00:00:00Z",
- "broker": null,
- "broker_contacts": [
- {
- "company_id": "959bda4b-0747-49ff-ba0b-6d436848d615",
- "email": "ehi@maplefinancial.com",
- "user_id": "9f5cebca-b9ce-4b65-832d-9c95971e9535",
- "user_name": "Etsuko Ito"
}
], - "cedent_contacts": [
- {
- "company_id": "86a41a18-633e-4d03-a73d-1256c529892d",
- "email": "davidt@thamestrust.com",
- "user_id": "ab28391e-56e8-4ccd-8059-76b5d56c1b17",
- "user_name": "David Thompson"
}, - {
- "company_id": "959bda4b-0747-49ff-ba0b-6d436848d615",
- "email": "ehi@maplefinancial.com",
- "user_id": "9f5cebca-b9ce-4b65-832d-9c95971e9535",
- "user_name": "Etsuko Ito"
}
], - "class_of_business": "treaty",
- "clients": [
- "20b0b02c-47fb-644a-502e-2365fe37e629",
- "a402b602-d5cb-cc2b-351e-2446561ee62d"
], - "contract_reference": "AX-7249/B-12",
- "cover_note_status": "pending",
- "created_at": "2025-02-21T06:30:32Z",
- "created_by": "a77cb22d-ada4-4299-b7c2-1ca8e93dce22",
- "description": "TransContinental Re's maximum participation in the European tornado program shall be limited to 18% of the whole, with net catastrophe exposure of $87m and program aggregate deductible of $15m.",
- "duplicates": {
- "duplicate_group_id": "830ca54d-f2d3-44bc-b4f8-25f1d5f27213",
- "duplicate_risks": [
- "7b0f5ff9-f6cf-48d5-94f0-1b7ffb6c937b",
- "50c95a10-db3b-425b-8282-982472b8e2c5",
- "df2be5b4-4e80-40a5-8e46-53ab6f54e01b"
]
}, - "expiration": {
- "data": "2026-12-31T00:00:00Z",
- "type": "bounded"
}, - "id": "64b7ff06-cd50-478c-bbb4-f6871885bb7e",
- "inception": "2024-06-01T00:00:00Z",
- "marketplace_state": "in_marketplace",
- "not_taken_up_reason": "Contract details were declined.",
- "premium_income": {
- "data": {
- "basis": "gnpi",
- "value": {
- "amount": 39200349,
- "currency": "EUR"
}
}, - "type": "premium"
}, - "program_level_features": [
- {
- "deductible": {
- "amount": 34944,
- "currency": "USD"
}, - "limit": {
- "amount": 9033423,
- "currency": "USD"
}
}, - {
- "deductible": {
- "amount": 34944,
- "currency": "USD"
}, - "limit": {
- "amount": 9033423,
- "currency": "USD"
}
}
], - "program_name": "Marine Motor XL",
- "risk_options": [
- {
- "created_at": "2025-03-02T12:01:34Z",
- "name": "$30m xs $25m",
- "option_id": "19a30478-1e08-42e1-abd4-1bceaacc4a8a",
- "status": "OptionRetracted"
}, - {
- "created_at": "2025-03-02T12:01:34Z",
- "name": "Shield Ins ILW - US $25bn",
- "option_id": "26f5e88b-9ce8-4963-ba54-53b3c20a40d0",
- "status": "OptionRetracted"
}
], - "sections": [
- {
- "additional_info": "Offshore construction",
- "created_at": "2025-01-27T08:08:22Z",
- "exclusions": null,
- "line_of_business": "Motor",
- "risk_id": "8096445c-423e-4229-91b0-0a5365dc932e",
- "subsections": [
- {
- "created_at": "2025-01-27T08:08:22Z",
- "line_of_business": "Motor",
- "perils": {
- "excluded": [
- "business-interruption",
- "cabin-safety-events"
], - "included": [
- "bordereaux",
- "breast-implant",
- "sinking"
]
}, - "premium": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "premium_basis": "gnwp",
- "risk_id": "e5fc7718-ea86-400f-8ca7-432b31e7fa04",
- "subline_of_business": "AgricultureFishfarm",
- "territorial_scope": {
- "excluded": [ ],
- "included": [
- "canada-alberta",
- "canada-east",
- "canada-newfoundland-and-labrador"
]
}
}
]
}, - {
- "additional_info": "Marine & Nuclear",
- "created_at": "2025-03-02T12:01:34Z",
- "exclusions": "Politial risks: bribery and anti-trust.",
- "line_of_business": "Property",
- "risk_id": "a0d62f38-7c9e-4eac-b5e6-d70ca3fc353f",
- "subsections": [
- {
- "created_at": "2025-03-02T12:01:34Z",
- "line_of_business": "Property",
- "perils": {
- "excluded": [
- "black-lung",
- "bordereaux",
- "breast-implant",
- "tempest"
], - "included": [
- "blade-strike",
- "business-interruption"
]
}, - "premium": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "premium_basis": "afp",
- "risk_id": "0c9490a2-1d90-47ca-a45a-1e4e5cb59247",
- "subline_of_business": "MarineOceanHull",
- "territorial_scope": {
- "excluded": [
- "australasia",
- "cabo-verde",
- "canada-newfoundland-and-labrador"
], - "included": [ ]
}
}
]
}, - {
- "additional_info": "Marine & Nuclear",
- "created_at": "2025-02-28T05:03:59Z",
- "exclusions": "Marine only for North Sea traffic.",
- "line_of_business": "Cyber",
- "risk_id": "aed6459a-3abf-4bcc-b936-1020e380a667",
- "subsections": [
- {
- "created_at": "2025-02-28T05:03:59Z",
- "line_of_business": "Cyber",
- "perils": {
- "excluded": [
- "sinking",
- "tempest"
], - "included": [ ]
}, - "premium": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "premium_basis": "gnepi",
- "risk_id": "961c03db-bf60-43cb-92d9-662164ff4ec9",
- "subline_of_business": "GroupAccidentAndHealthAirTravel",
- "territorial_scope": {
- "excluded": [ ],
- "included": [
- "canada-newfoundland-and-labrador",
- "usa-nevada"
]
}
}
]
}
], - "status": "quoting",
- "territorial_scope": {
- "excluded": [
- "canada-east",
- "south-georgia-and-the-south-sandwich-islands",
- "usa-nevada"
], - "included": [
- "usa-new-york"
]
}
}, - {
- "bound_at": "2023-11-29T00:00:00Z",
- "broker": "5c148892-c953-4075-8694-bba175168f42",
- "broker_contacts": [
- {
- "company_id": "959bda4b-0747-49ff-ba0b-6d436848d615",
- "email": "ehi@maplefinancial.com",
- "user_id": "9f5cebca-b9ce-4b65-832d-9c95971e9535",
- "user_name": "Etsuko Ito"
}
], - "cedent_contacts": [
- {
- "company_id": "6d9e8f7a-5c4b-3e2d-1a9f-8b7c6d5e4f3a",
- "email": "p.dubois@eurocoverage.fr",
- "user_id": "2240c403-fbc5-439d-ae3d-218104769046",
- "user_name": "Pierre Dubois"
}, - {
- "company_id": "2f3e4d5c-6b7a-8f9e-1d2c-3b4a5e6d7f8c",
- "email": "sjohansson@nordicprotect.se",
- "user_id": "99714e39-03a3-4a61-8a9b-6a42a9dea35b",
- "user_name": "Sven Johansson"
}
], - "class_of_business": "facultative",
- "clients": [
- "d0fd8dff-080d-d81f-074a-f402d6a09937",
- "d0fd8dff-080d-d81f-074a-f402d6a09937"
], - "contract_reference": "LGX/2023/7834-01",
- "cover_note_status": "pending",
- "created_at": "2025-02-15T12:00:39Z",
- "created_by": "4f88cc74-f7f9-4598-a3d6-fa888cc17ee6",
- "description": "Our program covers Northeast hurricane exposure with a base expected loss of 3.2% and territorial scope excluding Japan and Australia, with unlimited free reinstatements.",
- "duplicates": {
- "duplicate_group_id": "adfb190e-c09b-4eb3-838e-562baadad12f",
- "duplicate_risks": [
- "ffd6b599-b678-44f3-b5e7-8bb529425bfb",
- "186629ab-7e02-4cee-be13-82662abe09c9",
- "bb7ee290-4049-4cc1-9e48-b0f41973e624"
]
}, - "expiration": {
- "data": "2026-12-31T00:00:00Z",
- "type": "bounded"
}, - "id": "3e635eb7-31bc-42ef-88e2-608b27dd66d9",
- "inception": "2025-01-01T00:00:00Z",
- "marketplace_state": "not_in_marketplace",
- "not_taken_up_reason": "Contract details were declined.",
- "premium_income": null,
- "program_level_features": [
- {
- "deductible": {
- "amount": 498023,
- "currency": "JPY"
}, - "limit": {
- "amount": 234905234,
- "currency": "JPY"
}
}, - {
- "deductible": {
- "amount": 34944,
- "currency": "USD"
}, - "limit": {
- "amount": 9033423,
- "currency": "USD"
}
}
], - "program_name": "Marine Motor XL",
- "risk_options": [
- {
- "created_at": "2025-03-02T12:01:34Z",
- "name": "Shield Ins ILW - US $25bn",
- "option_id": "0fdd04d1-61c2-4468-8ea0-816b8834773c",
- "status": "OptionInMarket"
}, - {
- "created_at": "2025-03-02T12:01:34Z",
- "name": "$30m xs $25m",
- "option_id": "7d6e2338-8ebb-48f4-8f4b-d2ff3e4ec9d0",
- "status": "OptionRetracted"
}
], - "sections": [
- {
- "additional_info": "Offshore construction",
- "created_at": "2025-03-02T12:01:34Z",
- "exclusions": "Political risks.",
- "line_of_business": "Aviation",
- "risk_id": "4cf4023e-843a-45ff-9d94-1cc1cad8fda1",
- "subsections": [
- {
- "created_at": "2025-03-02T12:01:34Z",
- "line_of_business": "Aviation",
- "perils": {
- "excluded": [
- "business-interruption",
- "sinking",
- "tempest"
], - "included": [
- "black-lung",
- "bordereaux",
- "breast-implant"
]
}, - "premium": {
- "amount": 0.03,
- "currency": "EUR"
}, - "premium_basis": "gnpi",
- "risk_id": "a69973b8-e95a-4dbc-88a8-8c78d7235b4a",
- "subline_of_business": "LiquidatedDamages",
- "territorial_scope": {
- "excluded": [
- "south-georgia-and-the-south-sandwich-islands"
], - "included": [
- "bonaire-sint-eustatius-and-saba",
- "canada-newfoundland-and-labrador"
]
}
}
]
}, - {
- "additional_info": "Marine & Nuclear",
- "created_at": "2025-01-27T08:08:22Z",
- "exclusions": null,
- "line_of_business": "Aviation",
- "risk_id": "6e613b6e-501c-4c86-b908-442f8b3b7d9c",
- "subsections": [
- {
- "created_at": "2025-01-27T08:08:22Z",
- "line_of_business": "Aviation",
- "perils": {
- "excluded": [
- "blade-strike",
- "cabin-safety-events"
], - "included": [
- "benzene",
- "tempest"
]
}, - "premium": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "premium_basis": "gep",
- "risk_id": "c8dd8c3b-b0e3-4ab7-bb39-9425c76ebaa4",
- "subline_of_business": "SicknessLossOfIncomeLongTerm",
- "territorial_scope": {
- "excluded": [
- "bonaire-sint-eustatius-and-saba",
- "canada-new-brunswick",
- "usa-nevada"
], - "included": [
- "benelux",
- "canada-east",
- "canada-north"
]
}
}
]
}, - {
- "additional_info": "Marine & Nuclear",
- "created_at": "2025-01-27T08:08:22Z",
- "exclusions": null,
- "line_of_business": "Casualty",
- "risk_id": "fa4c2a4b-8a9a-4859-9223-b9d66a68a8fe",
- "subsections": [
- {
- "created_at": "2025-01-27T08:08:22Z",
- "line_of_business": "Casualty",
- "perils": {
- "excluded": [
- "benzene",
- "tempest"
], - "included": [
- "blade-strike",
- "brain-damage",
- "cabin-safety-events"
]
}, - "premium": {
- "amount": 987,
- "currency": "GBP"
}, - "premium_basis": "nep",
- "risk_id": "7cbe2b38-64af-4441-9f63-27d743c744b4",
- "subline_of_business": "GroupAccidentAndHealthAirTravel",
- "territorial_scope": {
- "excluded": [
- "canada-alberta"
], - "included": [ ]
}
}
]
}
], - "status": "bound",
- "territorial_scope": {
- "excluded": [
- "canada-east",
- "canada-new-brunswick",
- "usa-nevada",
- "usa-new-york"
], - "included": [ ]
}
}
], - "success": true
}Create a new draft deal.
| Authorization required | string Example: Bearer xzukppe.95554a297cfb03014c2ccc36f8b5ef82ac9be743 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
| class_of_business required | string (Class of business) Enum: "treaty" "facultative" "retrocession" Class of business |
| clients | Array of strings |
| contract_reference | string (Contract reference) A reference to the contract corresponding to this deal. |
| description | string A description of this deal. |
required | Continuous deal (object) or Bounded deal (object) |
| inception required | string <date-time> (Inception date) Inception date |
| original_insured | string (Original insured for a facultative deal.) |
object (Deal Premium Income) The specification of premium income for a deal. | |
Array of objects (Program level feature) | |
| program_name required | string The name of this deal. |
Array of objects (Section) | |
object (Territorial scope) Contains lists of included and excluded territories. |
{- "class_of_business": "facultative",
- "clients": [
- "Quartz Assurance Partners"
], - "contract_reference": null,
- "description": "For our earthquake program in Santiago, first party physical damage is covered up to EUR 5m, with a combined single limit of $25m over all property policies for California earthquake exposure.",
- "expiration": {
- "data": "2025-12-31T00:00:00Z",
- "type": "bounded"
}, - "inception": "2024-06-01T00:00:00Z",
- "original_insured": "Nexus Systems",
- "premium_income": null,
- "program_level_features": [
- {
- "deductible": {
- "amount": 34944,
- "currency": "USD"
}, - "limit": {
- "amount": 9033423,
- "currency": "USD"
}
}, - {
- "deductible": {
- "amount": 498023,
- "currency": "JPY"
}, - "limit": {
- "amount": 234905234,
- "currency": "JPY"
}
}
], - "program_name": "Multi-Section ILW",
- "sections": [
- {
- "additional_info": "Offshore construction",
- "exclusions": null,
- "line_of_business": "Casualty",
- "subsections": [
- {
- "perils": {
- "excluded": [
- "benzene",
- "business-interruption",
- "sinking"
], - "included": [
- "agent-orange",
- "cabin-safety-events",
- "epidemics"
]
}, - "premium": {
- "amount": 987,
- "currency": "GBP"
}, - "premium_basis": "gnwp",
- "subline_of_business": "AgricultureFishfarm",
- "territorial_scope": {
- "excluded": [
- "bonaire-sint-eustatius-and-saba",
- "canada-east"
], - "included": [ ]
}
}
]
}, - {
- "additional_info": "Offshore construction",
- "exclusions": "Politial risks: bribery and anti-trust.",
- "line_of_business": "Credit",
- "subsections": [
- {
- "perils": {
- "excluded": [
- "blade-strike",
- "breast-implant",
- "business-interruption"
], - "included": [
- "benzene",
- "bordereaux",
- "epidemics"
]
}, - "premium": {
- "amount": 0.03,
- "currency": "EUR"
}, - "premium_basis": "nwp",
- "subline_of_business": "PersonalAccidentMotorDriver",
- "territorial_scope": {
- "excluded": [
- "asia",
- "benelux",
- "cabo-verde",
- "canada-east"
], - "included": [
- "canada-north",
- "south-georgia-and-the-south-sandwich-islands",
- "usa-nevada"
]
}
}
]
}, - {
- "additional_info": "This is the second version of this section.",
- "exclusions": null,
- "line_of_business": "Life",
- "subsections": [
- {
- "perils": {
- "excluded": [
- "business-interruption",
- "cabin-safety-events"
], - "included": [
- "brush-fire",
- "sinking"
]
}, - "premium": {
- "amount": 0.03,
- "currency": "EUR"
}, - "premium_basis": "gnpi",
- "subline_of_business": "EquityRelease",
- "territorial_scope": {
- "excluded": [ ],
- "included": [
- "australasia",
- "canada-alberta"
]
}
}
]
}
], - "territorial_scope": {
- "excluded": [
- "benelux",
- "bonaire-sint-eustatius-and-saba"
], - "included": [ ]
}
}{- "data": {
- "bound_at": "2023-12-27T00:00:00Z",
- "broker": "53e8ecb9-b844-424f-891b-0aec1a679062",
- "broker_contacts": [
- {
- "company_id": "86a41a18-633e-4d03-a73d-1256c529892d",
- "email": "davidt@thamestrust.com",
- "user_id": "ab28391e-56e8-4ccd-8059-76b5d56c1b17",
- "user_name": "David Thompson"
}
], - "cedent_contacts": [
- {
- "company_id": "86a41a18-633e-4d03-a73d-1256c529892d",
- "email": "h.mueller@continentalrisk.de",
- "user_id": "2b3c4d5e-6f7a-8b9c-0d1e-2f3a4b5c6d7e",
- "user_name": "Hans Mueller"
}, - {
- "company_id": "4a5b6c7d-8e9f-1a2b-3c4d-5e6f7a8b9c0d",
- "email": "elena.v@meridianre.com",
- "user_id": "9d8c7b6a-5f4e-3d2c-1b0a-9f8e7d6c5b4a",
- "user_name": "Elena Vasquez"
}
], - "class_of_business": "treaty",
- "clients": [
- "44c6ab49-4260-d399-98f9-4f32593fcf4e"
], - "contract_reference": "KNP-2023-456-TRX",
- "cover_note_status": "submitted",
- "created_at": "2025-02-21T06:30:32Z",
- "created_by": "e1e6780e-69ce-43ac-b600-864aa5d213ab",
- "description": "For our earthquake program in Santiago, first party physical damage is covered up to EUR 5m, with a combined single limit of $25m over all property policies for California earthquake exposure.",
- "duplicates": {
- "duplicate_group_id": "78bd64b3-3307-4129-9256-71234fa298f8",
- "duplicate_risks": [
- "ee7d82d8-78e6-454f-b613-d3dcb9def2f5",
- "b0763288-1166-43a9-87c6-0c8043d2865b",
- "241c4bad-40db-4df0-8500-52cdc69ad1d4"
]
}, - "expiration": {
- "data": "2026-12-31T00:00:00Z",
- "type": "bounded"
}, - "id": "2cf483c9-05a3-44b5-b7b0-879bd9c5b63c",
- "inception": "2024-01-01T00:00:00Z",
- "marketplace_state": "not_in_marketplace",
- "not_taken_up_reason": "Contract details were declined.",
- "premium_income": {
- "data": {
- "basis": "gwp",
- "value": {
- "amount": 2389532,
- "currency": "USD"
}
}, - "type": "premium"
}, - "program_level_features": [
- {
- "deductible": {
- "amount": 34944,
- "currency": "USD"
}, - "limit": {
- "amount": 9033423,
- "currency": "USD"
}
}, - {
- "deductible": {
- "amount": 34944,
- "currency": "USD"
}, - "limit": {
- "amount": 9033423,
- "currency": "USD"
}
}
], - "program_name": "Property Cat",
- "risk_options": [
- {
- "created_at": "2025-02-28T05:03:59Z",
- "name": "Option 1",
- "option_id": "218a1acb-a439-40e5-bd83-ddc8571afbde",
- "status": "OptionQuoting"
}, - {
- "created_at": "2025-02-28T05:03:59Z",
- "name": "Shield Ins ILW - US $25bn",
- "option_id": "806ef9cb-0561-4f2d-9741-adea5ee7d568",
- "status": "OptionRetracted"
}
], - "sections": [
- {
- "additional_info": null,
- "created_at": "2025-01-27T08:08:22Z",
- "exclusions": "Marine only for North Sea traffic.",
- "line_of_business": "Cyber",
- "risk_id": "fe11e015-6256-4367-bfdd-4e0f687fc33e",
- "subsections": [
- {
- "created_at": "2025-01-27T08:08:22Z",
- "line_of_business": "Cyber",
- "perils": {
- "excluded": [ ],
- "included": [
- "benzene",
- "brush-fire",
- "business-interruption"
]
}, - "premium": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "premium_basis": "nep",
- "risk_id": "4e67b8d9-20d7-4012-a6cd-8e17dfda9350",
- "subline_of_business": "CancellationAndAbandonment",
- "territorial_scope": {
- "excluded": [ ],
- "included": [
- "canada-alberta",
- "canada-east"
]
}
}
]
}, - {
- "additional_info": null,
- "created_at": "2025-02-28T05:03:59Z",
- "exclusions": "Political risks.",
- "line_of_business": "Energy",
- "risk_id": "1cb8809a-0e9d-4390-9f0b-da6686b90d9f",
- "subsections": [
- {
- "created_at": "2025-02-28T05:03:59Z",
- "line_of_business": "Energy",
- "perils": {
- "excluded": [
- "agent-orange",
- "business-interruption",
- "tempest"
], - "included": [
- "benzene"
]
}, - "premium": {
- "amount": 0.03,
- "currency": "EUR"
}, - "premium_basis": "gwp",
- "risk_id": "b0ce9e15-0939-4f96-9bf9-09f6a07e0d0b",
- "subline_of_business": "LiquidatedDamages",
- "territorial_scope": {
- "excluded": [
- "bonaire-sint-eustatius-and-saba"
], - "included": [
- "africa",
- "canada-north",
- "usa-nevada"
]
}
}
]
}, - {
- "additional_info": null,
- "created_at": "2025-01-27T08:08:22Z",
- "exclusions": null,
- "line_of_business": "Credit",
- "risk_id": "b1096bc8-ea62-42c3-9e63-cd6d8a282470",
- "subsections": [
- {
- "created_at": "2025-01-27T08:08:22Z",
- "line_of_business": "Credit",
- "perils": {
- "excluded": [
- "agent-orange",
- "benzene"
], - "included": [
- "business-interruption",
- "epidemics"
]
}, - "premium": {
- "amount": 0,
- "currency": "USD"
}, - "premium_basis": "gnpi",
- "risk_id": "81100902-8e72-4df9-8141-cf156fa5e57f",
- "subline_of_business": "EquityRelease",
- "territorial_scope": {
- "excluded": [
- "benelux",
- "bonaire-sint-eustatius-and-saba",
- "usa-nevada",
- "usa-new-york"
], - "included": [
- "asia"
]
}
}
]
}
], - "status": "archived",
- "territorial_scope": {
- "excluded": [
- "benelux",
- "bonaire-sint-eustatius-and-saba",
- "canada-alberta",
- "canada-north"
], - "included": [ ]
}
}, - "success": true
}Get information about a deal.
| deal_id required | string <uuid> Example: 9570de98-7bd5-f909-fdc9-4453bc08731b The ID of the deal to get information from |
| Authorization required | string Example: Bearer clpwqoc.5a3b0afce0108485a3aa5e2d11f8ed0cce4adbd7 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": {
- "bound_at": "2023-11-29T00:00:00Z",
- "broker": "2babdd92-634d-4f17-969e-d5bf3b97baef",
- "broker_contacts": [
- {
- "company_id": "7f8e9d0c-1b2a-3d4c-5e6f-7a8b9c0d1e2f",
- "email": "i.romano@mediterraneanre.it",
- "user_id": "8dcf6965-8c49-4ca5-a2b2-072388534d29",
- "user_name": "Isabella Romano"
}
], - "cedent_contacts": [
- {
- "company_id": "6d9e8f7a-5c4b-3e2d-1a9f-8b7c6d5e4f3a",
- "email": "sophie.laurent@alpinesecure.ch",
- "user_id": "7a23b9c4-8e1d-4f6a-9b35-18c7def9a2d5",
- "user_name": "Sophie Laurent"
}, - {
- "company_id": "2f3e4d5c-6b7a-8f9e-1d2c-3b4a5e6d7f8c",
- "email": "sjohansson@nordicprotect.se",
- "user_id": "99714e39-03a3-4a61-8a9b-6a42a9dea35b",
- "user_name": "Sven Johansson"
}
], - "class_of_business": "facultative",
- "clients": [
- "0f315430-660c-d475-58d2-e8803f7b13f2",
- "2cf6d7e8-9df4-06f1-17a1-caa43cb60781",
- "122d6567-eaca-aea1-1fe5-7b3cdda0b136"
], - "contract_reference": "FTR-9900-23/C",
- "cover_note_status": "submitted",
- "created_at": "2025-03-12T10:57:35Z",
- "created_by": "74b0bb77-d43f-4ab7-a791-b4a395114354",
- "description": "We offer new facultative cover for the Riverside Industrial Complex in Bangkok, with a max recovery of $75m for Evergreen Manufacturing, which operates facilities in Thailand and Malaysia.",
- "duplicates": {
- "duplicate_group_id": "1df6c7b3-4485-453b-8ec1-f0b846f426b1",
- "duplicate_risks": [
- "9d233e1e-a070-4f6f-adf4-4e003c585830",
- "30539b24-122a-4307-a721-9de2de8ee486",
- "98ce5bf7-23d2-49f5-8d26-40ee0953a642"
]
}, - "expiration": {
- "data": "2026-12-31T00:00:00Z",
- "type": "bounded"
}, - "id": "8aed53f5-9ba6-4691-bb66-a03ffacfc442",
- "inception": "2024-06-01T00:00:00Z",
- "marketplace_state": "in_marketplace",
- "not_taken_up_reason": "Contract details were declined.",
- "premium_income": {
- "data": {
- "basis": "gwp",
- "value": {
- "amount": 2389532,
- "currency": "USD"
}
}, - "type": "premium"
}, - "program_level_features": [
- {
- "deductible": {
- "amount": 34944,
- "currency": "USD"
}, - "limit": {
- "amount": 9033423,
- "currency": "USD"
}
}, - {
- "deductible": {
- "amount": 498023,
- "currency": "JPY"
}, - "limit": {
- "amount": 234905234,
- "currency": "JPY"
}
}
], - "program_name": "Retro Japan",
- "risk_options": [
- {
- "created_at": "2025-03-02T12:01:34Z",
- "name": "Option 1",
- "option_id": "a4e45061-cedc-4e6c-92b9-855d2acc3f92",
- "status": "OptionDraft"
}, - {
- "created_at": "2025-01-27T08:08:22Z",
- "name": "Option 1",
- "option_id": "65c8bd1d-0463-42cb-ad9b-0a2356690a57",
- "status": "OptionInMarket"
}
], - "sections": [
- {
- "additional_info": null,
- "created_at": "2025-02-28T05:03:59Z",
- "exclusions": "Political risks.",
- "line_of_business": "Credit",
- "risk_id": "1986e516-2496-4aec-bf2e-86acc9242110",
- "subsections": [
- {
- "created_at": "2025-02-28T05:03:59Z",
- "line_of_business": "Credit",
- "perils": {
- "excluded": [
- "agent-orange",
- "brain-damage"
], - "included": [
- "brush-fire",
- "business-interruption"
]
}, - "premium": {
- "amount": 0.03,
- "currency": "EUR"
}, - "premium_basis": "nep",
- "risk_id": "f86e54b8-d2d7-43ea-9645-a040ec222e6e",
- "subline_of_business": "SurgicalCash",
- "territorial_scope": {
- "excluded": [
- "canada-east",
- "canada-new-brunswick"
], - "included": [
- "bonaire-sint-eustatius-and-saba",
- "usa-nevada"
]
}
}
]
}, - {
- "additional_info": "Marine & Nuclear",
- "created_at": "2025-02-28T05:03:59Z",
- "exclusions": null,
- "line_of_business": "Aviation",
- "risk_id": "aedcdfd8-5b48-47e6-8751-5ed78797dd11",
- "subsections": [
- {
- "created_at": "2025-02-28T05:03:59Z",
- "line_of_business": "Aviation",
- "perils": {
- "excluded": [
- "agent-orange",
- "black-lung",
- "blade-strike"
], - "included": [
- "sinking"
]
}, - "premium": {
- "amount": 0,
- "currency": "USD"
}, - "premium_basis": "nep",
- "risk_id": "86a5d074-f1a0-4ca2-9cd8-97d44165b4df",
- "subline_of_business": "MarineOceanHull",
- "territorial_scope": {
- "excluded": [
- "canada-east",
- "usa-new-york"
], - "included": [
- "canada-newfoundland-and-labrador",
- "canada-north"
]
}
}
]
}, - {
- "additional_info": "Offshore construction",
- "created_at": "2025-02-28T05:03:59Z",
- "exclusions": "Marine only for North Sea traffic.",
- "line_of_business": "Motor",
- "risk_id": "e2c7f389-479d-4cca-8e2b-307ddb7775fb",
- "subsections": [
- {
- "created_at": "2025-02-28T05:03:59Z",
- "line_of_business": "Motor",
- "perils": {
- "excluded": [
- "blade-strike",
- "brain-damage",
- "brush-fire",
- "sinking"
], - "included": [ ]
}, - "premium": {
- "amount": 0,
- "currency": "USD"
}, - "premium_basis": "afp",
- "risk_id": "13ea85ab-e3d4-4384-8f09-d634c7307cdc",
- "subline_of_business": "FinancialLinesPersonal",
- "territorial_scope": {
- "excluded": [
- "asia",
- "bonaire-sint-eustatius-and-saba",
- "canada-east"
], - "included": [ ]
}
}
]
}
], - "status": "quoting",
- "territorial_scope": null
}, - "success": true
}This corresponds to the timestamp of the most recent event in the audit trail for the deal.
| deal_id required | string <uuid> Example: b2ec9429-d000-840c-69ce-f2c86fefbec2 The ID of the deal to get the last changed timestamp for. |
| Authorization required | string Example: Bearer wogzjmo.0bd5f8e9077bf6e28a86909faedcc14bd9a80ae2 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
"2019-08-24T14:15:22Z"Retrieves all audit trail events associated with the specified deal.
| deal_id required | string <uuid> Example: baae9bee-787c-0b48-eac7-c61e6c58659c The ID of the deal to get the audit trail for. |
| latestTimestamp | boolean Example: latestTimestamp=false This parameter is deprecated. Use the /api/risks/{deal_id}/last-change API endpoint instead. |
| Authorization required | string Example: Bearer mtohvai.9b1472ffdc9c145a88f61cf034570c5f27734a35 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": [
- {
- "company_name": "BlueBridge Insurance",
- "event": "Deal Created",
- "flow": "Deal Details",
- "new": {
- "audit_trail_id": 24541,
- "created_at": "2024-10-26T15:22:44.174494+01:00",
- "line_of_business": "AccidentAndHealth",
- "premium": null,
- "risk_id": "b8341f88-41ca-4c51-9acc-41a293d0fb37",
- "subline_of_business": "MedicalExpensesReimbursement"
}, - "old": null,
- "page": "Deal Details",
- "time": "2025-02-15 12:00:39 UTC",
- "user_name": "James Moretti"
}
], - "success": true
}| deal_id required | string <uuid> Example: 8507bcc6-8de4-624d-b9f3-4c199f951848 The ID of the deal to which the pricing features are applied. |
| Authorization required | string Example: Bearer ryoaswg.3aedd0cc61393c5c9b536c63b0350316ba76d6d5 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": {
- "brokerage_splits": [
- {
- "brokerage_split_shares": [
- {
- "company_id": "f3552f99-7c31-478e-b7c5-692e6a449ee4",
- "percentage": 12.123456
}, - {
- "company_id": "98caa5f0-1b64-47dc-9f96-4f690baa05e6",
- "percentage": 12.123456
}
], - "risk_id": "63a3dcb6-8925-4709-b608-1e4ab6ece8a6"
}, - {
- "brokerage_split_shares": [
- {
- "company_id": "1658146f-7379-409a-bec8-e332ad9d87e3",
- "percentage": 12.123456
}, - {
- "company_id": "5d2e20d9-7575-4226-a823-e4193ca791f5",
- "percentage": 12.123456
}
], - "risk_id": "3b691fb5-10ef-4556-baf2-1f1e8d23160e"
}
], - "layer_cash_loss_limit": [
- {
- "cash_loss_limit": [
- {
- "amount": 10000,
- "currency": "USD"
}, - {
- "amount": 130000.48,
- "currency": "EUR"
}
], - "layer_id": "344f65d1-f069-4abd-bf04-c4fe66204c59",
- "period": 2
}, - {
- "cash_loss_limit": [
- {
- "amount": 130000.48,
- "currency": "USD"
}, - {
- "amount": 212.5,
- "currency": "EUR"
}
], - "layer_id": "1dd66906-62ed-4423-8348-00e6fe115dfb",
- "period": 5
}
], - "layer_cedent_participations": [
- {
- "cedent_participations": [
- {
- "company_id": "4b0aca65-3cd6-49ba-a343-5a0825043bfa",
- "participation_percentage": 12.123456,
- "year_of_account": 1992
}, - {
- "company_id": "4433217a-fd60-44d5-a131-44b93641c398",
- "participation_percentage": 5,
- "year_of_account": 1999
}
], - "layer_id": "f2839e58-97ab-4e06-b6e9-3089398634c1"
}, - {
- "cedent_participations": [
- {
- "company_id": "a51a2691-b37c-41ca-93b7-a0a4f3e2fa79",
- "participation_percentage": 0.000001,
- "year_of_account": 2008
}, - {
- "company_id": "9b5207cf-3304-4748-a4ce-d3d490ee8833",
- "participation_percentage": 0.000001,
- "year_of_account": 2009
}
], - "layer_id": "f04dee63-791f-4d01-a3cd-b40e7787a126"
}
], - "layer_internal_expenses": [
- {
- "internal_expenses": {
- "basis": "internal_expenses_basis_gross",
- "percentage": 12.123456
}, - "layer_id": "c753bb6c-0f93-40e5-9511-a79fb87a2cb9"
}, - {
- "internal_expenses": {
- "basis": "internal_expenses_basis_net",
- "percentage": 0.000001
}, - "layer_id": "4d942202-f1f6-422e-bdb3-6b7914881e41"
}
], - "layer_internal_references": [
- {
- "internal_reference": "ACMC04917SF-REF",
- "layer_id": "39c5be14-20b9-4c19-86d3-4dc5b7c22377"
}, - {
- "internal_reference": "REF:AVIQ503FMT",
- "layer_id": "bd09405f-c9b7-4f1e-aa22-11d4ae4f6541"
}
], - "layer_max_recoverables": [
- {
- "layer_id": "6ad5528d-745b-4320-b3d0-282703a87561",
- "max_recoverable": {
- "amount": 987,
- "currency": "GBP"
}
}, - {
- "layer_id": "7b1e10fd-8374-4bc8-8ddf-af969ef4cfef",
- "max_recoverable": {
- "amount": 0.03,
- "currency": "EUR"
}
}
], - "layer_original_acquisition_costs": [
- {
- "layer_id": "75d07d53-c8cd-4edc-9ab9-4c1038ccffdb",
- "original_acquisition_costs": {
- "percentage": 100
}
}, - {
- "layer_id": "16aa7f11-327c-4d6c-9427-1841b1acdff1",
- "original_acquisition_costs": {
- "percentage": 12.123456
}
}
], - "layer_reporting_requirements": [
- {
- "proportional": {
- "account_frequency": "quarterly",
- "accounts_due_within_days": 92,
- "layer_id": "e2179065-e756-4ce3-ab7f-1e1ab8396157",
- "period_of_credit_days": 5372
}
}, - {
- "non-proportional": {
- "adjustment_frequency": "annually",
- "final_adjustment_date": "2020-11-01",
- "first_adjustment_date": "2020-06-25",
- "layer_id": "8468cf4e-55bc-4b57-85a0-053524087f14",
- "period_of_credit_days": 8865
}
}
], - "market_info": [
- {
- "brokerage_rebate": 0,
- "collateral_sum": 0.000001,
- "collateral_type": "trust_arrangement_collateral",
- "premium_recipient": "broker",
- "stamp": "LLOYD'S SYNDICATE 8392"
}, - {
- "brokerage_rebate": 5,
- "collateral_sum": 100,
- "collateral_type": "trust_arrangement_collateral",
- "premium_recipient": "broker",
- "stamp": "ALLIANZ RE DUBLIN LTD"
}
], - "premium_payment_schedule": [
- {
- "date": "2020-12-10",
- "premium_allocation": 0
}, - {
- "date": "2020-05-25",
- "premium_allocation": 0
}
], - "premium_payment_warranty": 175
}, - "success": true
}It should be noted that a complete rewrite of accounting information occurs, and not a partial one. Therefore, if any information was not specified, then this information is taken as null.
| deal_id required | string <uuid> Example: 8507bcc6-8de4-624d-b9f3-4c199f951848 The ID of the deal to which the pricing features are applied. |
| Authorization required | string Example: Bearer ryoaswg.3aedd0cc61393c5c9b536c63b0350316ba76d6d5 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": [ ],
- "success": true
}List the documents you have access to.
| Authorization required | string Example: Bearer camodle.c6cc94b12baa96c995f9ee9d3c260bafe12216fd Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": [
- {
- "description": "Presentation document",
- "file_size": 3088675,
- "format": "png",
- "name": "Retro Japan - General",
- "type": "general"
}, - {
- "description": "Presentation document",
- "file_size": 3088675,
- "format": "zip",
- "name": "Retro Japan - General",
- "type": "general"
}, - {
- "description": "Presentation document",
- "file_size": 324607,
- "format": "zip",
- "name": "Retro Japan - General",
- "type": "general"
}
], - "success": true
}Returns a list of deal layers available to the user.This endpoint is deprecated, please use GET /layers-v2 instead.
| risk_id | string <uuid> Example: risk_id=34b799fe-855b-ecca-9029-d7e41e2992d5 Returns only layers for the deal with the specified ID. |
| status | string Enum: "archived" "locked" "draft" "quoting" "retracted" "fot" "in_market" "bound" Example: status=locked Returns only layers for deals with the given status. Note that |
| year | integer <int64> Example: year=2021 Returns only layers for deals with the specified inception/expiration year. |
| risk_inception | string <date> Example: risk_inception=2018-01-01 Returns only layers for deals with the specified inception date. |
| risk_expiration | string <date> Example: risk_expiration=2018-12-31 Returns only layers for deals with the specified expiration date. |
| Authorization required | string Example: Bearer yvqxygt.d79a442b6379a524a3825397db407a0bbabb2e31 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
| Range | string Example: id 110b92e4-4f22-4e25-b923-44b5cb9007fb;limit 10;offset 1;order asc Control the range of results in server's response. Header value consists of the following semicolon-separated fields: |
{- "data": [
- {
- "brokerage": {
- "basis": "brokerage_basis_net_net",
- "value": 120.50830166100593
}, - "contract_brokerage_amount": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "contract_reference": "AX25SPR0027",
- "coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 3779.911040450194,
- "currency": "GBP"
}, - "limit": {
- "amount": 10.078763391625,
- "currency": "GBP"
}
}, - "clash_limits": {
- "excess": {
- "amount": 708.274143559617,
- "currency": "XXX"
}, - "limit": {
- "amount": 8411.575941263358,
- "currency": "XXX"
}
}, - "id": "d93aa873-c645-4393-9ca9-eac086034994",
- "industry_loss_warranty": {
- "limit": {
- "amount": 8151.301682041917,
- "currency": "GBP"
}, - "retention": {
- "amount": 965.250886658248,
- "currency": "GBP"
}, - "warranty": {
- "amount": 9571.933469890399,
- "currency": "GBP"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 7789.963392480576,
- "currency": "EUR"
}, - "limit": {
- "amount": 6917.224276898979,
- "currency": "EUR"
}
}, - "layer_id": "a1d37c4a-32b1-46dc-a232-bf52b6bf9033",
- "line_of_business": "Energy",
- "notes": "Some very useful note",
- "occurrence_limits": {
- "excess": {
- "amount": 8729.947658361869,
- "currency": "USD"
}, - "limit": {
- "amount": 5155.931927045688,
- "currency": "USD"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 5620.281589848763,
- "currency": "GBP"
}, - "limit": {
- "amount": 2665.678132060489,
- "currency": "GBP"
}
}, - "peril_coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 9595.955806916443,
- "currency": "USD"
}, - "limit": {
- "amount": 8515.411105283025,
- "currency": "USD"
}
}, - "clash_limits": {
- "excess": {
- "amount": 3650.642611817386,
- "currency": "XXX"
}, - "limit": {
- "amount": 3165.078175090822,
- "currency": "XXX"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 1377.278652667757,
- "currency": "GBP"
}, - "limit": {
- "amount": 8078.771069293122,
- "currency": "GBP"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 2401.066405505294,
- "currency": "EUR"
}, - "retention": {
- "amount": 1950.105846740318,
- "currency": "EUR"
}, - "warranty": {
- "amount": 1998.462269377716,
- "currency": "EUR"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 4687.190680350831,
- "currency": "XXX"
}, - "limit": {
- "amount": 8536.69579424426,
- "currency": "XXX"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 4776.627560788769,
- "currency": "GBP"
}, - "limit": {
- "amount": 6752.817341054554,
- "currency": "GBP"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 7954.978239037684,
- "currency": "GBP"
}, - "limit": {
- "amount": 3770.982127835377,
- "currency": "GBP"
}
}, - "peril_id": "black-lung"
}
], - "section": {
- "additional_info": "Some additional information",
- "created_at": "2025-01-27T08:08:22Z",
- "exclusions": "Some exclusions information.",
- "line_of_business": "Energy",
- "risk_id": "2d424385-ccf8-45db-a16e-40ea3f43cb0c",
- "subsections": [
- {
- "created_at": "2025-01-27T08:08:22Z",
- "line_of_business": "Energy",
- "perils": {
- "excluded": [
- "breast-implant"
], - "included": [ ]
}, - "premium": {
- "amount": 0.03,
- "currency": "EUR"
}, - "premium_basis": "nwp",
- "risk_id": "2d424385-ccf8-45db-a16e-40ea3f43cb0c",
- "subline_of_business": "SicknessLossOfIncomeLongTerm",
- "territorial_scope": {
- "excluded": [
- "africa",
- "canada-newfoundland-and-labrador"
], - "included": [
- "benelux",
- "cabo-verde",
- "usa-new-york"
]
}
}
]
}, - "subline_of_business": "SicknessLossOfIncomeLongTerm",
- "subsection": {
- "created_at": "2025-01-27T08:08:22Z",
- "line_of_business": "Energy",
- "perils": {
- "excluded": [
- "breast-implant"
], - "included": [ ]
}, - "premium": {
- "amount": 0.03,
- "currency": "EUR"
}, - "premium_basis": "nwp",
- "risk_id": "2d424385-ccf8-45db-a16e-40ea3f43cb0c",
- "subline_of_business": "SicknessLossOfIncomeLongTerm",
- "territorial_scope": {
- "excluded": [
- "africa",
- "canada-newfoundland-and-labrador"
], - "included": [
- "benelux",
- "cabo-verde",
- "usa-new-york"
]
}
}
}, - {
- "catastrophe_limits": {
- "excess": {
- "amount": 2941.774190021018,
- "currency": "USD"
}, - "limit": {
- "amount": 2853.80747467411,
- "currency": "USD"
}
}, - "clash_limits": {
- "excess": {
- "amount": 7.583357979266,
- "currency": "EUR"
}, - "limit": {
- "amount": 6632.162065862822,
- "currency": "EUR"
}
}, - "id": "f82f62e7-3cb2-45f9-bb12-e49161c2c6dc",
- "industry_loss_warranty": {
- "limit": {
- "amount": 4106.74962699058,
- "currency": "EUR"
}, - "retention": {
- "amount": 8868.789511043597,
- "currency": "EUR"
}, - "warranty": {
- "amount": 6847.457102477422,
- "currency": "EUR"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 1124.339803844748,
- "currency": "USD"
}, - "limit": {
- "amount": 9996.829621609644,
- "currency": "USD"
}
}, - "layer_id": "115303bf-3389-4945-b84e-78d322a354d3",
- "line_of_business": "Cyber",
- "notes": "Some very useful note",
- "occurrence_limits": {
- "excess": {
- "amount": 3861.884217643973,
- "currency": "USD"
}, - "limit": {
- "amount": 2517.101804652189,
- "currency": "USD"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 1179.219889860405,
- "currency": "USD"
}, - "limit": {
- "amount": 5042.473878618983,
- "currency": "USD"
}
}, - "peril_coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 2214.282452572108,
- "currency": "EUR"
}, - "limit": {
- "amount": 1053.590104038369,
- "currency": "EUR"
}
}, - "clash_limits": {
- "excess": {
- "amount": 4551.851380604665,
- "currency": "XXX"
}, - "limit": {
- "amount": 6139.827825454776,
- "currency": "XXX"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 2583.585254208186,
- "currency": "GBP"
}, - "limit": {
- "amount": 8985.56181933485,
- "currency": "GBP"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 9256.51415626408,
- "currency": "XXX"
}, - "retention": {
- "amount": 3099.044450029059,
- "currency": "XXX"
}, - "warranty": {
- "amount": 7124.951868579112,
- "currency": "XXX"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 4158.92291046177,
- "currency": "XXX"
}, - "limit": {
- "amount": 1021.225862051404,
- "currency": "XXX"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 1009.239153617821,
- "currency": "XXX"
}, - "limit": {
- "amount": 818.123363100651,
- "currency": "XXX"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 6019.710441095103,
- "currency": "USD"
}, - "limit": {
- "amount": 1215.165695729575,
- "currency": "USD"
}
}, - "peril_id": "agent-orange"
}
], - "section": {
- "additional_info": "Some additional information",
- "created_at": "2025-01-27T08:08:22Z",
- "exclusions": "Some exclusions information.",
- "line_of_business": "Cyber",
- "risk_id": "4c9a8779-424b-4882-a982-e75add446589",
- "subsections": [
- {
- "created_at": "2025-01-27T08:08:22Z",
- "line_of_business": "Cyber",
- "perils": {
- "excluded": [
- "black-lung",
- "epidemics",
- "tempest"
], - "included": [
- "breast-implant",
- "brush-fire"
]
}, - "premium": {
- "amount": 0.03,
- "currency": "EUR"
}, - "premium_basis": "gep",
- "risk_id": "4c9a8779-424b-4882-a982-e75add446589",
- "subline_of_business": "EquityRelease",
- "territorial_scope": {
- "excluded": [
- "africa",
- "australasia",
- "bonaire-sint-eustatius-and-saba"
], - "included": [
- "asia",
- "cabo-verde",
- "canada-alberta"
]
}
}
]
}, - "subline_of_business": "EquityRelease",
- "subsection": {
- "created_at": "2025-01-27T08:08:22Z",
- "line_of_business": "Cyber",
- "perils": {
- "excluded": [
- "black-lung",
- "epidemics",
- "tempest"
], - "included": [
- "breast-implant",
- "brush-fire"
]
}, - "premium": {
- "amount": 0.03,
- "currency": "EUR"
}, - "premium_basis": "gep",
- "risk_id": "4c9a8779-424b-4882-a982-e75add446589",
- "subline_of_business": "EquityRelease",
- "territorial_scope": {
- "excluded": [
- "africa",
- "australasia",
- "bonaire-sint-eustatius-and-saba"
], - "included": [
- "asia",
- "cabo-verde",
- "canada-alberta"
]
}
}
}
], - "created_at": "1967-11-12T13:25:27Z",
- "custom_premium": {
- "amount": {
- "amount": 0.03,
- "currency": "EUR"
}, - "description": "Some comprehensive description"
}, - "id": "edc86580-023d-45bf-87ce-65ff076e632a",
- "lloyds_codes": [
- {
- "code": "a20",
- "value": 11
}, - {
- "code": "tt40",
- "value": 987.1
}
], - "lloyds_lead_reinsurer": {
- "company_id": "a2e8f968-82d2-86e0-b72a-3800e4c40bb5",
- "company_name": "Quantum Shield",
- "stamp_name": "ALLIANZ RE DUBLIN LTD"
}, - "market_lead_reinsurer": {
- "company_id": "81051fd2-4197-3ab8-1bc0-b366049e0263",
- "company_name": "GlobalCover Re",
- "stamp_name": "ALLIANZ RE DUBLIN LTD"
}, - "name": "33 London Market MS",
- "order": {
- "basis": "of_cession",
- "cession_basis": "order_cession_basis_gross",
- "value": 0
}, - "product": "risk_excess_of_loss",
- "product_data": {
- "data": {
- "agg_limits": [
- {
- "excess": {
- "amount": 5263.750711202631,
- "currency": "EUR"
}, - "limit": {
- "amount": 6411.904427252678,
- "currency": "EUR"
}
}
], - "agg_percent_limits": {
- "percent_excess": 69.82816966117494,
- "percent_limit": 85.70608397564993
}, - "catastrophe_agg_limits": [
- {
- "excess": {
- "amount": 214.723364464269,
- "currency": "EUR"
}, - "limit": {
- "amount": 5399.008559999424,
- "currency": "EUR"
}
}
], - "claim_bonus": {
- "applies_to": "net_reinsurance_premium",
- "discount": 22.639565813381314,
- "reinsurers_expense": 1.8951773187331544
}, - "clash_agg_limits": [
- {
- "excess": {
- "amount": 566.916191226863,
- "currency": "USD"
}, - "limit": {
- "amount": 176.71754050648,
- "currency": "USD"
}
}
], - "facultative_limits": [
- {
- "excess": {
- "amount": 9297.012724092083,
- "currency": "USD"
}, - "limit": {
- "amount": 1390.444089580663,
- "currency": "USD"
}
}
], - "loss_additional_premium": 5286.04687754357,
- "loss_corridor": {
- "cedent_retained": 51.81290273881456,
- "max": {
- "amount": 9750.284096483167,
- "currency": "USD"
}, - "min": {
- "amount": 6451.759938103197,
- "currency": "USD"
}
}, - "loss_warranties": [
- {
- "limit": {
- "amount": 8615.551618503287,
- "currency": "EUR"
}, - "retention": {
- "amount": 9653.53962091681,
- "currency": "EUR"
}, - "warranty": {
- "amount": 1191.195553304545,
- "currency": "EUR"
}
}
], - "occurrence_agg_limits": [
- {
- "excess": {
- "amount": 8000.105044128637,
- "currency": "GBP"
}, - "limit": {
- "amount": 4078.231111058201,
- "currency": "GBP"
}
}
], - "occurrence_agg_percent_limits": {
- "percent_excess": 67.64045640515157,
- "percent_limit": 14.659332464700858
}, - "per_risk_limits": [
- {
- "excess": {
- "amount": 5041.885043828026,
- "currency": "XXX"
}, - "limit": {
- "amount": 892.950831601271,
- "currency": "XXX"
}
}
], - "per_risk_percent_limits": {
- "percent_excess": 64.36012210703521,
- "percent_limit": 97.25669708251068
}, - "profit_commission": {
- "applies_to": "net_of_brokerage",
- "clause": {
- "period": {
- "type": "years",
- "value": 6
}, - "type": "deficit_carried_forward"
}, - "commission": 462.63994350093543,
- "max_commission": 814.8427429691916,
- "min_commission": 57.09791604614794,
- "reinsurer_expense": 6282.18126255444,
- "reinsurer_expense_basis": "net_of_reinsurer_expenses"
}, - "reinstatements": [
- {
- "max_recoverable_post_reinstatement": {
- "amount": 0,
- "currency": "USD"
}, - "percent": 29.325054936404012,
- "type": "unlimited"
}
], - "swing": {
- "brokerage": 42.03130209277658,
- "load": 18.47604487504547,
- "max_rate": 32.92346427132311,
- "min_rate": 31.29002272124491,
- "terms_years": 10,
- "type": "min_plus"
}
}, - "type": "non_proportional"
}, - "rate": {
- "adjustable_value": 841565.3377444792,
- "base_currency": "USD",
- "deposit": {
- "amount": 6144.644738800473,
- "currency": "USD"
}, - "deposit_premium_share": 176256.1713149435,
- "min_deposit": {
- "amount": 6717.703246314385,
- "currency": "USD"
}, - "min_premium_share": 645917.3714399532,
- "on_line_value": 479027.27474225796,
- "premiums": [
- {
- "currency": "USD",
- "deposit_premium": 9876543.21,
- "fx_rate": 1,
- "min_premium": 0.01
}, - {
- "currency": "XXX",
- "deposit_premium": 0.99,
- "fx_rate": 1.01,
- "min_premium": 123456.78
}
]
}, - "reinsurance_period": "lod_period",
- "reinsurance_type": "non_proportional",
- "reinsured_basis": "each_and_every_loss_basis",
- "risk_id": "00b0def2-2416-48f5-bb97-46db8191b10a",
- "status": "active",
- "subject_income": {
- "type": "income_from_risk"
}, - "subject_premium_basis": "gnep",
- "target_reinsurance_premium": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "territorial_scope": {
- "excluded": [ ],
- "included": [
- "benelux",
- "canada-new-brunswick",
- "usa-new-york"
]
}
}, - {
- "brokerage": {
- "basis": "brokerage_basis_gross",
- "value": 75749.69886000345
}, - "contract_brokerage_amount": {
- "amount": 0.03,
- "currency": "EUR"
}, - "contract_reference": "CV75RSB0824",
- "coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 1166.842638262384,
- "currency": "GBP"
}, - "limit": {
- "amount": 8377.718726450557,
- "currency": "GBP"
}
}, - "clash_limits": {
- "excess": {
- "amount": 1396.291806741761,
- "currency": "GBP"
}, - "limit": {
- "amount": 5546.514343631009,
- "currency": "GBP"
}
}, - "id": "5e7f72f3-58cf-468e-b1d8-1986f97df4f9",
- "industry_loss_warranty": {
- "limit": {
- "amount": 1491.335191267721,
- "currency": "USD"
}, - "retention": {
- "amount": 8911.546845520725,
- "currency": "USD"
}, - "warranty": {
- "amount": 390.26769517391,
- "currency": "USD"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 478.864902158439,
- "currency": "EUR"
}, - "limit": {
- "amount": 1050.764674037038,
- "currency": "EUR"
}
}, - "layer_id": "3524d84f-e6d0-468e-b298-9e26e5133c16",
- "line_of_business": "Property",
- "notes": "Some very useful note",
- "occurrence_limits": {
- "excess": {
- "amount": 549.976722707985,
- "currency": "USD"
}, - "limit": {
- "amount": 9231.599715543405,
- "currency": "USD"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 66.141550967634,
- "currency": "USD"
}, - "limit": {
- "amount": 4049.872241242806,
- "currency": "USD"
}
}, - "peril_coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 9565.121646627378,
- "currency": "XXX"
}, - "limit": {
- "amount": 4378.260167617944,
- "currency": "XXX"
}
}, - "clash_limits": {
- "excess": {
- "amount": 4597.700713002132,
- "currency": "XXX"
}, - "limit": {
- "amount": 7445.710871727004,
- "currency": "XXX"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 5076.912315004803,
- "currency": "EUR"
}, - "limit": {
- "amount": 1870.636485676684,
- "currency": "EUR"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 3909.251714862133,
- "currency": "XXX"
}, - "retention": {
- "amount": 1903.44495913439,
- "currency": "XXX"
}, - "warranty": {
- "amount": 2624.239156797793,
- "currency": "XXX"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 1604.359536264365,
- "currency": "EUR"
}, - "limit": {
- "amount": 8163.678949217092,
- "currency": "EUR"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 9867.284944414081,
- "currency": "XXX"
}, - "limit": {
- "amount": 5655.910349623119,
- "currency": "XXX"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 2023.667316353504,
- "currency": "USD"
}, - "limit": {
- "amount": 5837.687765858952,
- "currency": "USD"
}
}, - "peril_id": "sinking"
}
], - "section": {
- "additional_info": "Some additional information",
- "created_at": "2025-03-02T12:01:34Z",
- "exclusions": "Some exclusions information.",
- "line_of_business": "Property",
- "risk_id": "a96d2242-523f-43bd-b016-c2a4f7f28d37",
- "subsections": [
- {
- "created_at": "2025-03-02T12:01:34Z",
- "line_of_business": "Property",
- "perils": {
- "excluded": [
- "brain-damage"
], - "included": [
- "breast-implant"
]
}, - "premium": {
- "amount": 0,
- "currency": "USD"
}, - "premium_basis": "nwp",
- "risk_id": "a96d2242-523f-43bd-b016-c2a4f7f28d37",
- "subline_of_business": "SurgicalCash",
- "territorial_scope": {
- "excluded": [
- "benelux",
- "usa-nevada"
], - "included": [
- "bonaire-sint-eustatius-and-saba",
- "canada-alberta",
- "south-georgia-and-the-south-sandwich-islands"
]
}
}
]
}, - "subline_of_business": "SurgicalCash",
- "subsection": {
- "created_at": "2025-03-02T12:01:34Z",
- "line_of_business": "Property",
- "perils": {
- "excluded": [
- "brain-damage"
], - "included": [
- "breast-implant"
]
}, - "premium": {
- "amount": 0,
- "currency": "USD"
}, - "premium_basis": "nwp",
- "risk_id": "a96d2242-523f-43bd-b016-c2a4f7f28d37",
- "subline_of_business": "SurgicalCash",
- "territorial_scope": {
- "excluded": [
- "benelux",
- "usa-nevada"
], - "included": [
- "bonaire-sint-eustatius-and-saba",
- "canada-alberta",
- "south-georgia-and-the-south-sandwich-islands"
]
}
}
}, - {
- "catastrophe_limits": {
- "excess": {
- "amount": 5266.078863126194,
- "currency": "EUR"
}, - "limit": {
- "amount": 8525.96962055208,
- "currency": "EUR"
}
}, - "clash_limits": {
- "excess": {
- "amount": 349.00147969731,
- "currency": "USD"
}, - "limit": {
- "amount": 8175.612686388229,
- "currency": "USD"
}
}, - "id": "487462a3-8445-4319-88f5-d50d97eda3fb",
- "industry_loss_warranty": {
- "limit": {
- "amount": 3092.073181081944,
- "currency": "EUR"
}, - "retention": {
- "amount": 2587.828541723452,
- "currency": "EUR"
}, - "warranty": {
- "amount": 5514.272775233638,
- "currency": "EUR"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 1350.248362515384,
- "currency": "USD"
}, - "limit": {
- "amount": 3268.037622172877,
- "currency": "USD"
}
}, - "layer_id": "cfc9e072-aa42-4b91-9268-33d48e98e867",
- "line_of_business": "AccidentAndHealth",
- "notes": "Some very useful note",
- "occurrence_limits": {
- "excess": {
- "amount": 8428.942174999784,
- "currency": "XXX"
}, - "limit": {
- "amount": 9431.284121203153,
- "currency": "XXX"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 617.293150747773,
- "currency": "USD"
}, - "limit": {
- "amount": 182.407001269731,
- "currency": "USD"
}
}, - "peril_coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 8960.000384265139,
- "currency": "USD"
}, - "limit": {
- "amount": 5161.447130571847,
- "currency": "USD"
}
}, - "clash_limits": {
- "excess": {
- "amount": 7283.89323267711,
- "currency": "GBP"
}, - "limit": {
- "amount": 3816.037203430351,
- "currency": "GBP"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 406.515296313253,
- "currency": "USD"
}, - "limit": {
- "amount": 4815.267414891082,
- "currency": "USD"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 6352.903290964016,
- "currency": "USD"
}, - "retention": {
- "amount": 9808.488054333104,
- "currency": "USD"
}, - "warranty": {
- "amount": 7981.774540334734,
- "currency": "USD"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 5663.784050221969,
- "currency": "XXX"
}, - "limit": {
- "amount": 3321.022690068278,
- "currency": "XXX"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 7301.726480048352,
- "currency": "GBP"
}, - "limit": {
- "amount": 5376.060952904214,
- "currency": "GBP"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 6919.982403196214,
- "currency": "GBP"
}, - "limit": {
- "amount": 5194.270153584062,
- "currency": "GBP"
}
}, - "peril_id": "epidemics"
}
], - "section": {
- "additional_info": "Some additional information",
- "created_at": "2025-02-28T05:03:59Z",
- "exclusions": "Some exclusions information.",
- "line_of_business": "AccidentAndHealth",
- "risk_id": "894bef4b-5a88-49fa-9525-3ee67e92f614",
- "subsections": [
- {
- "created_at": "2025-02-28T05:03:59Z",
- "line_of_business": "AccidentAndHealth",
- "perils": {
- "excluded": [
- "benzene",
- "bordereaux",
- "business-interruption"
], - "included": [ ]
}, - "premium": {
- "amount": 0,
- "currency": "USD"
}, - "premium_basis": "gnepi",
- "risk_id": "894bef4b-5a88-49fa-9525-3ee67e92f614",
- "subline_of_business": "RainPluvius",
- "territorial_scope": {
- "excluded": [ ],
- "included": [
- "usa-new-york"
]
}
}
]
}, - "subline_of_business": "RainPluvius",
- "subsection": {
- "created_at": "2025-02-28T05:03:59Z",
- "line_of_business": "AccidentAndHealth",
- "perils": {
- "excluded": [
- "benzene",
- "bordereaux",
- "business-interruption"
], - "included": [ ]
}, - "premium": {
- "amount": 0,
- "currency": "USD"
}, - "premium_basis": "gnepi",
- "risk_id": "894bef4b-5a88-49fa-9525-3ee67e92f614",
- "subline_of_business": "RainPluvius",
- "territorial_scope": {
- "excluded": [ ],
- "included": [
- "usa-new-york"
]
}
}
}
], - "created_at": "1943-12-01T00:44:08Z",
- "custom_premium": {
- "amount": {
- "amount": 0,
- "currency": "USD"
}, - "description": "Some comprehensive description"
}, - "id": "bf6c6faa-fdd5-4918-8f45-9c5aec76de36",
- "lloyds_codes": [
- {
- "code": "mk812",
- "value": 11234.456
}, - {
- "code": "a20",
- "value": 11
}
], - "lloyds_lead_reinsurer": {
- "company_id": "d0fd8dff-080d-d81f-074a-f402d6a09937",
- "company_name": "Quartz Assurance Partners",
- "stamp_name": "ALLIANZ RE DUBLIN LTD"
}, - "market_lead_reinsurer": {
- "company_id": "0f315430-660c-d475-58d2-e8803f7b13f2",
- "company_name": "Fortis Coverage",
- "stamp_name": "ODDYSSEY REINSURANCE CO."
}, - "name": "Syndicate Section B",
- "order": {
- "basis": "of_cession",
- "cession_basis": "order_cession_basis_gross",
- "value": 0
}, - "product": "catastrophe_excess_of_loss",
- "product_data": {
- "data": {
- "agg_limits": [
- {
- "excess": {
- "amount": 4594.685142067069,
- "currency": "EUR"
}, - "limit": {
- "amount": 1338.580512038131,
- "currency": "EUR"
}
}
], - "agg_percent_limits": {
- "percent_excess": 13.314658914491462,
- "percent_limit": 78.44252669057981
}, - "catastrophe_agg_limits": [
- {
- "excess": {
- "amount": 7595.049147407835,
- "currency": "EUR"
}, - "limit": {
- "amount": 4943.666039877409,
- "currency": "EUR"
}
}
], - "claim_bonus": {
- "applies_to": "gross_reinsurance_premium",
- "discount": 1.5214160878342264,
- "reinsurers_expense": 91.38781610302385
}, - "clash_agg_limits": [
- {
- "excess": {
- "amount": 9496.436143260571,
- "currency": "GBP"
}, - "limit": {
- "amount": 6625.718297038967,
- "currency": "GBP"
}
}
], - "facultative_limits": [
- {
- "excess": {
- "amount": 2329.617069547791,
- "currency": "EUR"
}, - "limit": {
- "amount": 1076.116811629602,
- "currency": "EUR"
}
}
], - "loss_additional_premium": 1579.143861373387,
- "loss_corridor": {
- "cedent_retained": 25.097972336352914,
- "max": {
- "amount": 9563.15011231968,
- "currency": "GBP"
}, - "min": {
- "amount": 7982.878181617885,
- "currency": "GBP"
}
}, - "loss_warranties": [
- {
- "limit": {
- "amount": 652.739139481684,
- "currency": "GBP"
}, - "retention": {
- "amount": 6596.491211426244,
- "currency": "GBP"
}, - "warranty": {
- "amount": 176.117864460388,
- "currency": "GBP"
}
}
], - "occurrence_agg_limits": [
- {
- "excess": {
- "amount": 1794.339801262476,
- "currency": "USD"
}, - "limit": {
- "amount": 8858.45826568379,
- "currency": "USD"
}
}
], - "occurrence_agg_percent_limits": {
- "percent_excess": 99.82642502136618,
- "percent_limit": 11.290078403043768
}, - "per_risk_limits": [
- {
- "excess": {
- "amount": 9204.346870999547,
- "currency": "XXX"
}, - "limit": {
- "amount": 7441.824367284648,
- "currency": "XXX"
}
}
], - "per_risk_percent_limits": {
- "percent_excess": 0.6445739316749521,
- "percent_limit": 11.856176628531301
}, - "profit_commission": {
- "applies_to": "gross_of_brokerage",
- "clause": {
- "period": "until_extinction",
- "type": "deficit_carried_forward"
}, - "commission": 494.3010976335617,
- "max_commission": 495.896295319072,
- "min_commission": 78.17166063456052,
- "reinsurer_expense": 9297.444204759058,
- "reinsurer_expense_basis": "gross_of_reinsurer_expenses"
}, - "reinstatements": [
- {
- "max_recoverable_post_reinstatement": {
- "amount": 0,
- "currency": "USD"
}, - "percent": 17.61508751256812,
- "type": "unlimited"
}
], - "swing": {
- "brokerage": 6.265443540016202,
- "load": 18.869228102282776,
- "max_rate": 71.87342244746222,
- "min_rate": 26.04552409108297,
- "terms_years": 5,
- "type": "simple"
}
}, - "type": "non_proportional"
}, - "rate": {
- "adjustable_value": 912669.5672768553,
- "base_currency": "EUR",
- "deposit": {
- "amount": 9045.66511191354,
- "currency": "USD"
}, - "deposit_premium_share": 514048.17377351894,
- "min_deposit": {
- "amount": 7237.305595081627,
- "currency": "USD"
}, - "min_premium_share": 407472.58425168804,
- "on_line_value": 200564.0918428738,
- "premiums": [
- {
- "currency": "EUR",
- "deposit_premium": 0.99,
- "fx_rate": 1,
- "min_premium": 123456.78
}, - {
- "currency": "USD",
- "deposit_premium": 9876543.21,
- "fx_rate": 1.01,
- "min_premium": 123456.78
}, - {
- "currency": "XXX",
- "deposit_premium": 0.99,
- "fx_rate": 12.64,
- "min_premium": 0.01
}
]
}, - "reinsurance_period": "yoa_period",
- "reinsurance_type": "non_proportional",
- "reinsured_basis": "any_one_loss_basis",
- "risk_id": "82c17f4f-e262-4449-8bad-f87887abe6fd",
- "status": "locked",
- "subject_income": {
- "type": "income_from_risk"
}, - "subject_premium_basis": "gnepi",
- "target_reinsurance_premium": {
- "amount": 987,
- "currency": "GBP"
}, - "territorial_scope": {
- "excluded": [
- "canada-east",
- "canada-newfoundland-and-labrador"
], - "included": [ ]
}
}, - {
- "brokerage": {
- "basis": "brokerage_basis_net_net",
- "value": 59727.26417166573
}, - "contract_brokerage_amount": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "contract_reference": "S2RGK-16J86",
- "coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 2264.749525072988,
- "currency": "EUR"
}, - "limit": {
- "amount": 3380.535183612331,
- "currency": "EUR"
}
}, - "clash_limits": {
- "excess": {
- "amount": 9094.355452932621,
- "currency": "USD"
}, - "limit": {
- "amount": 5536.069285406525,
- "currency": "USD"
}
}, - "id": "ae7daf91-f168-4080-bbed-0e40bc61254f",
- "industry_loss_warranty": {
- "limit": {
- "amount": 5500.413327680645,
- "currency": "EUR"
}, - "retention": {
- "amount": 1806.80563223306,
- "currency": "EUR"
}, - "warranty": {
- "amount": 9337.29226177175,
- "currency": "EUR"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 7025.489133290699,
- "currency": "EUR"
}, - "limit": {
- "amount": 3891.305663488209,
- "currency": "EUR"
}
}, - "layer_id": "d7e2c3df-0971-4862-9597-82784c7db7f8",
- "line_of_business": "PoliticalRisks",
- "notes": "Some very useful note",
- "occurrence_limits": {
- "excess": {
- "amount": 5564.715085512735,
- "currency": "EUR"
}, - "limit": {
- "amount": 8711.403538819244,
- "currency": "EUR"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 6838.640523203097,
- "currency": "GBP"
}, - "limit": {
- "amount": 9364.212172109514,
- "currency": "GBP"
}
}, - "peril_coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 2938.983719685906,
- "currency": "XXX"
}, - "limit": {
- "amount": 206.905632020944,
- "currency": "XXX"
}
}, - "clash_limits": {
- "excess": {
- "amount": 4312.428068001624,
- "currency": "EUR"
}, - "limit": {
- "amount": 3813.690519750305,
- "currency": "EUR"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 992.622470035917,
- "currency": "GBP"
}, - "limit": {
- "amount": 9262.40747071191,
- "currency": "GBP"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 5263.141113198984,
- "currency": "EUR"
}, - "retention": {
- "amount": 886.233671399747,
- "currency": "EUR"
}, - "warranty": {
- "amount": 9648.036413036318,
- "currency": "EUR"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 3538.290231696011,
- "currency": "USD"
}, - "limit": {
- "amount": 9583.925897947305,
- "currency": "USD"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 7749.245786180332,
- "currency": "XXX"
}, - "limit": {
- "amount": 6981.487096596092,
- "currency": "XXX"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 2566.320363787204,
- "currency": "GBP"
}, - "limit": {
- "amount": 2988.600666578248,
- "currency": "GBP"
}
}, - "peril_id": "black-lung"
}
], - "section": {
- "additional_info": "Some additional information",
- "created_at": "2025-02-28T05:03:59Z",
- "exclusions": "Some exclusions information.",
- "line_of_business": "PoliticalRisks",
- "risk_id": "a20182b7-fb4c-4faf-9ed4-264996b5c36e",
- "subsections": [
- {
- "created_at": "2025-02-28T05:03:59Z",
- "line_of_business": "PoliticalRisks",
- "perils": {
- "excluded": [
- "agent-orange",
- "brain-damage"
], - "included": [
- "benzene"
]
}, - "premium": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "premium_basis": "gnpi",
- "risk_id": "a20182b7-fb4c-4faf-9ed4-264996b5c36e",
- "subline_of_business": "SicknessLossOfIncomeLongTerm",
- "territorial_scope": {
- "excluded": [
- "australasia",
- "benelux"
], - "included": [
- "canada-new-brunswick",
- "south-georgia-and-the-south-sandwich-islands",
- "usa-nevada"
]
}
}
]
}, - "subline_of_business": "SicknessLossOfIncomeLongTerm",
- "subsection": {
- "created_at": "2025-02-28T05:03:59Z",
- "line_of_business": "PoliticalRisks",
- "perils": {
- "excluded": [
- "agent-orange",
- "brain-damage"
], - "included": [
- "benzene"
]
}, - "premium": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "premium_basis": "gnpi",
- "risk_id": "a20182b7-fb4c-4faf-9ed4-264996b5c36e",
- "subline_of_business": "SicknessLossOfIncomeLongTerm",
- "territorial_scope": {
- "excluded": [
- "australasia",
- "benelux"
], - "included": [
- "canada-new-brunswick",
- "south-georgia-and-the-south-sandwich-islands",
- "usa-nevada"
]
}
}
}, - {
- "catastrophe_limits": {
- "excess": {
- "amount": 5222.634907500288,
- "currency": "USD"
}, - "limit": {
- "amount": 8687.797265058382,
- "currency": "USD"
}
}, - "clash_limits": {
- "excess": {
- "amount": 7904.557532254772,
- "currency": "XXX"
}, - "limit": {
- "amount": 9861.26214405007,
- "currency": "XXX"
}
}, - "id": "18fde2f1-cc1c-4d0f-aa7b-10125026025e",
- "industry_loss_warranty": {
- "limit": {
- "amount": 4266.07471717258,
- "currency": "EUR"
}, - "retention": {
- "amount": 7797.767083125279,
- "currency": "EUR"
}, - "warranty": {
- "amount": 5316.205013580386,
- "currency": "EUR"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 5557.0008171898,
- "currency": "USD"
}, - "limit": {
- "amount": 361.652756108116,
- "currency": "USD"
}
}, - "layer_id": "cea36ff7-6c1c-4f9b-9204-c53da2e9caed",
- "line_of_business": "Motor",
- "notes": "Some very useful note",
- "occurrence_limits": {
- "excess": {
- "amount": 9261.519286009703,
- "currency": "XXX"
}, - "limit": {
- "amount": 5787.604383867153,
- "currency": "XXX"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 1603.015298574599,
- "currency": "GBP"
}, - "limit": {
- "amount": 9068.058400108743,
- "currency": "GBP"
}
}, - "peril_coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 8865.073059185233,
- "currency": "XXX"
}, - "limit": {
- "amount": 230.234576202813,
- "currency": "XXX"
}
}, - "clash_limits": {
- "excess": {
- "amount": 7944.488320548949,
- "currency": "EUR"
}, - "limit": {
- "amount": 4145.187819309886,
- "currency": "EUR"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 9643.080537206068,
- "currency": "EUR"
}, - "limit": {
- "amount": 2205.819697427536,
- "currency": "EUR"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 9281.877971954274,
- "currency": "GBP"
}, - "retention": {
- "amount": 4185.635423520576,
- "currency": "GBP"
}, - "warranty": {
- "amount": 8306.89389643413,
- "currency": "GBP"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 4066.43305103708,
- "currency": "USD"
}, - "limit": {
- "amount": 974.774003441735,
- "currency": "USD"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 2092.292127612454,
- "currency": "XXX"
}, - "limit": {
- "amount": 7613.746683529644,
- "currency": "XXX"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 2196.499202009134,
- "currency": "GBP"
}, - "limit": {
- "amount": 53.180018558375,
- "currency": "GBP"
}
}, - "peril_id": "blade-strike"
}
], - "section": {
- "additional_info": "Some additional information",
- "created_at": "2025-03-02T12:01:34Z",
- "exclusions": "Some exclusions information.",
- "line_of_business": "Motor",
- "risk_id": "f61131d6-063f-43f6-adaa-bd3f9891639a",
- "subsections": [
- {
- "created_at": "2025-03-02T12:01:34Z",
- "line_of_business": "Motor",
- "perils": {
- "excluded": [
- "blade-strike",
- "business-interruption",
- "sinking"
], - "included": [
- "tempest"
]
}, - "premium": {
- "amount": 987,
- "currency": "GBP"
}, - "premium_basis": "gep",
- "risk_id": "f61131d6-063f-43f6-adaa-bd3f9891639a",
- "subline_of_business": "MarineOceanHull",
- "territorial_scope": {
- "excluded": [
- "africa",
- "asia",
- "australasia",
- "canada-north"
], - "included": [
- "cabo-verde"
]
}
}
]
}, - "subline_of_business": "MarineOceanHull",
- "subsection": {
- "created_at": "2025-03-02T12:01:34Z",
- "line_of_business": "Motor",
- "perils": {
- "excluded": [
- "blade-strike",
- "business-interruption",
- "sinking"
], - "included": [
- "tempest"
]
}, - "premium": {
- "amount": 987,
- "currency": "GBP"
}, - "premium_basis": "gep",
- "risk_id": "f61131d6-063f-43f6-adaa-bd3f9891639a",
- "subline_of_business": "MarineOceanHull",
- "territorial_scope": {
- "excluded": [
- "africa",
- "asia",
- "australasia",
- "canada-north"
], - "included": [
- "cabo-verde"
]
}
}
}
], - "created_at": "1932-11-30T13:22:49Z",
- "custom_premium": {
- "amount": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "description": "Some comprehensive description"
}, - "id": "0b2c8e11-ab13-4c61-8a3b-bf7cc58356f6",
- "lloyds_codes": [
- {
- "code": "tt40",
- "value": 987.1
}, - {
- "code": "tt40",
- "value": 987.1
}
], - "lloyds_lead_reinsurer": {
- "company_id": "20b0b02c-47fb-644a-502e-2365fe37e629",
- "company_name": "Prism Risk Ltd.",
- "stamp_name": "ALLIANZ RE DUBLIN LTD"
}, - "market_lead_reinsurer": {
- "company_id": "a2e8f968-82d2-86e0-b72a-3800e4c40bb5",
- "company_name": "Quantum Shield",
- "stamp_name": "LLOYD'S SYNDICATE 8392"
}, - "name": "Layer 1: Section A: Umbrella",
- "order": {
- "basis": "of_cession",
- "cession_basis": "order_cession_basis_net_net",
- "value": 0.01
}, - "product": "catastrophe_excess_of_loss",
- "product_data": {
- "data": {
- "agg_limits": [
- {
- "excess": {
- "amount": 155.058772426657,
- "currency": "USD"
}, - "limit": {
- "amount": 6428.108052776642,
- "currency": "USD"
}
}
], - "agg_percent_limits": {
- "percent_excess": 10.253070130628517,
- "percent_limit": 31.381343712760078
}, - "catastrophe_agg_limits": [
- {
- "excess": {
- "amount": 5608.796526847117,
- "currency": "EUR"
}, - "limit": {
- "amount": 1855.27996443729,
- "currency": "EUR"
}
}
], - "claim_bonus": {
- "applies_to": "net_reinsurance_premium",
- "discount": 47.20738584005923,
- "reinsurers_expense": 80.2318845033178
}, - "clash_agg_limits": [
- {
- "excess": {
- "amount": 9053.697954910602,
- "currency": "EUR"
}, - "limit": {
- "amount": 7081.441458185498,
- "currency": "EUR"
}
}
], - "facultative_limits": [
- {
- "excess": {
- "amount": 4221.718397506491,
- "currency": "EUR"
}, - "limit": {
- "amount": 9803.666268280624,
- "currency": "EUR"
}
}
], - "loss_additional_premium": 8540.19444274871,
- "loss_corridor": {
- "cedent_retained": 23.509836075830936,
- "max": {
- "amount": 8422.433309366097,
- "currency": "XXX"
}, - "min": {
- "amount": 4383.141325719495,
- "currency": "XXX"
}
}, - "loss_warranties": [
- {
- "limit": {
- "amount": 9363.601406539658,
- "currency": "GBP"
}, - "retention": {
- "amount": 6471.323990937981,
- "currency": "GBP"
}, - "warranty": {
- "amount": 6606.62046554098,
- "currency": "GBP"
}
}
], - "occurrence_agg_limits": [
- {
- "excess": {
- "amount": 290.149505844265,
- "currency": "USD"
}, - "limit": {
- "amount": 5804.196188197513,
- "currency": "USD"
}
}
], - "occurrence_agg_percent_limits": {
- "percent_excess": 33.00409708379115,
- "percent_limit": 99.44963245494755
}, - "per_risk_limits": [
- {
- "excess": {
- "amount": 9573.327304405711,
- "currency": "EUR"
}, - "limit": {
- "amount": 521.005540391994,
- "currency": "EUR"
}
}
], - "per_risk_percent_limits": {
- "percent_excess": 30.924365227587515,
- "percent_limit": 93.26223693270083
}, - "profit_commission": {
- "applies_to": "net_of_brokerage",
- "clause": {
- "period": "until_extinction",
- "type": "deficit_carried_forward"
}, - "commission": 246.56993202895006,
- "max_commission": 350.74281628622293,
- "min_commission": 54.6202551864435,
- "reinsurer_expense": 9879.553201429888,
- "reinsurer_expense_basis": "gross_of_reinsurer_expenses"
}, - "reinstatements": [
- {
- "max_recoverable_post_reinstatement": {
- "amount": 0.03,
- "currency": "EUR"
}, - "percent": 8.931266114935971,
- "type": "unlimited"
}
], - "swing": {
- "brokerage": 76.52122917935775,
- "load": 94.27140337052586,
- "max_rate": 92.115052044877,
- "min_rate": 38.67134557348435,
- "terms_years": 9,
- "type": "min_plus"
}
}, - "type": "non_proportional"
}, - "rate": {
- "adjustable_value": 505711.145470968,
- "base_currency": null,
- "deposit": {
- "amount": 7766.931590316281,
- "currency": "USD"
}, - "deposit_premium_share": 915328.9171347097,
- "min_deposit": {
- "amount": 5779.660503377232,
- "currency": "USD"
}, - "min_premium_share": 36584.85159213953,
- "on_line_value": 771965.8155245826,
- "premiums": [
- {
- "currency": "EUR",
- "deposit_premium": 9876543.21,
- "fx_rate": null,
- "min_premium": 0.01
}, - {
- "currency": "USD",
- "deposit_premium": 9876543.21,
- "fx_rate": null,
- "min_premium": 0.01
}, - {
- "currency": "XXX",
- "deposit_premium": 9876543.21,
- "fx_rate": null,
- "min_premium": 0.01
}
]
}, - "reinsurance_period": "pid_period",
- "reinsurance_type": "non_proportional",
- "reinsured_basis": "any_one_event_basis",
- "risk_id": "b50401f5-0dd2-481d-bc0d-240739f575ae",
- "status": "locked",
- "subject_income": {
- "type": "income_from_risk"
}, - "subject_premium_basis": "afp",
- "target_reinsurance_premium": {
- "amount": 0.03,
- "currency": "EUR"
}, - "territorial_scope": {
- "excluded": [
- "bonaire-sint-eustatius-and-saba",
- "south-georgia-and-the-south-sandwich-islands"
], - "included": [
- "africa",
- "cabo-verde",
- "canada-alberta"
]
}
}
], - "success": true
}This operation creates a deal layer based on the data provided.
| Authorization required | string Example: Bearer yvqxygt.d79a442b6379a524a3825397db407a0bbabb2e31 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
object (Layer brokerage) | |
| contract_reference_override | string A reference of the contract. |
Array of objects (Deal layer coverage) | |
object (Layer custom premium) | |
Array of objects (Deal layer Lloyds code) | |
| name required | string Deal layer name |
object (Deal layer order) | |
| product required | string Enum: "aggregate_excess_of_loss" "catastrophe_excess_of_loss" "clash_excess_of_loss" "excess_of_loss_ratio" "facultative_excess_of_loss" "facultative_obligatory" "industry_loss_warranty" "quota_share" "risk_excess_of_loss" "surplus" Deal layer product (contract type). |
required | Proportional layer product data (object) or Non-Proportional layer product data (object) |
object (Layer rate) | |
| reinsurance_period | string Enum: "yoa_period" "lod_period" "pid_period" "rad_period" Deal layer reinsurance period. |
| risk_id required | string <uuid> Supercede-internal ID of the deal. |
object (Layer income) | |
| subject_premium_basis | string Enum: "gwp" "nwp" "gnwp" "gnep" "gnpi" "gnepi" "gep" "nep" "afp" Deal layer subject premium basis. |
object (Money) A monetary value representing the target reinsurance premium. | |
object (Territorial scope) Contains lists of included and excluded territories. |
{- "brokerage": {
- "basis": "brokerage_basis_gross",
- "value": 23394.795804847683
}, - "contract_reference_override": "AX25SPR0027",
- "coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 4656.387506443667,
- "currency": "USD"
}, - "limit": {
- "amount": 6985.568961734802,
- "currency": "USD"
}
}, - "clash_limits": {
- "excess": {
- "amount": 2563.43453410294,
- "currency": "XXX"
}, - "limit": {
- "amount": 5541.848232631999,
- "currency": "XXX"
}
}, - "notes": "Some very useful note",
- "occurrence_limits": {
- "excess": {
- "amount": 35.118098907649,
- "currency": "USD"
}, - "limit": {
- "amount": 2818.040251762474,
- "currency": "USD"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 3277.991349014534,
- "currency": "XXX"
}, - "limit": {
- "amount": 9902.887735984532,
- "currency": "XXX"
}
}, - "peril_coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 1775.348261185902,
- "currency": "XXX"
}, - "limit": {
- "amount": 1134.306823283273,
- "currency": "XXX"
}
}, - "clash_limits": {
- "excess": {
- "amount": 4403.561729508704,
- "currency": "USD"
}, - "limit": {
- "amount": 7312.217765670313,
- "currency": "USD"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 3047.069078131596,
- "currency": "GBP"
}, - "limit": {
- "amount": 8556.294943341729,
- "currency": "GBP"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 2698.537313453522,
- "currency": "GBP"
}, - "retention": {
- "amount": 4580.227514079942,
- "currency": "GBP"
}, - "warranty": {
- "amount": 226.893136721578,
- "currency": "GBP"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 6782.172294051874,
- "currency": "USD"
}, - "limit": {
- "amount": 419.99868021785,
- "currency": "USD"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 7132.798871295117,
- "currency": "XXX"
}, - "limit": {
- "amount": 6206.368969969726,
- "currency": "XXX"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 6114.830469821482,
- "currency": "XXX"
}, - "limit": {
- "amount": 5421.03995963353,
- "currency": "XXX"
}
}, - "peril_id": "breast-implant"
}, - {
- "catastrophe_limits": {
- "excess": {
- "amount": 5900.436626345609,
- "currency": "GBP"
}, - "limit": {
- "amount": 9732.373241402838,
- "currency": "GBP"
}
}, - "clash_limits": {
- "excess": {
- "amount": 8978.838156510383,
- "currency": "USD"
}, - "limit": {
- "amount": 5183.19048316846,
- "currency": "USD"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 4992.043554252592,
- "currency": "GBP"
}, - "limit": {
- "amount": 3363.428678944586,
- "currency": "GBP"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 9697.258990820716,
- "currency": "EUR"
}, - "retention": {
- "amount": 3638.834294363869,
- "currency": "EUR"
}, - "warranty": {
- "amount": 1245.505928804227,
- "currency": "EUR"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 1255.747695429402,
- "currency": "USD"
}, - "limit": {
- "amount": 7245.448486917586,
- "currency": "USD"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 7990.596053640148,
- "currency": "GBP"
}, - "limit": {
- "amount": 6259.076556693515,
- "currency": "GBP"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 4567.922721094984,
- "currency": "GBP"
}, - "limit": {
- "amount": 5972.574185978106,
- "currency": "GBP"
}
}, - "peril_id": "benzene"
}
], - "perils": {
- "excluded": [ ],
- "included": [
- "agent-orange",
- "business-interruption"
]
}, - "subline_of_business_id": "Individual accident and health – personal, guaranteed renewable",
- "territorial_scope": {
- "excluded": [
- "canada-new-brunswick"
], - "included": [
- "africa",
- "bonaire-sint-eustatius-and-saba",
- "south-georgia-and-the-south-sandwich-islands"
]
}
}, - {
- "catastrophe_limits": {
- "excess": {
- "amount": 8107.515896601662,
- "currency": "EUR"
}, - "limit": {
- "amount": 2551.651170928858,
- "currency": "EUR"
}
}, - "clash_limits": {
- "excess": {
- "amount": 8152.45145387998,
- "currency": "XXX"
}, - "limit": {
- "amount": 9626.908021271325,
- "currency": "XXX"
}
}, - "notes": "Some very useful note",
- "occurrence_limits": {
- "excess": {
- "amount": 2728.717741444353,
- "currency": "USD"
}, - "limit": {
- "amount": 439.826409176348,
- "currency": "USD"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 2427.985410910278,
- "currency": "USD"
}, - "limit": {
- "amount": 2948.990155132957,
- "currency": "USD"
}
}, - "peril_coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 5003.532234839977,
- "currency": "USD"
}, - "limit": {
- "amount": 9212.800260067133,
- "currency": "USD"
}
}, - "clash_limits": {
- "excess": {
- "amount": 2138.752133613134,
- "currency": "USD"
}, - "limit": {
- "amount": 7527.998666837116,
- "currency": "USD"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 2940.639335562057,
- "currency": "XXX"
}, - "limit": {
- "amount": 4063.836327037389,
- "currency": "XXX"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 8511.158713984247,
- "currency": "EUR"
}, - "retention": {
- "amount": 1694.768755968412,
- "currency": "EUR"
}, - "warranty": {
- "amount": 5381.202314429295,
- "currency": "EUR"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 5158.309197930355,
- "currency": "GBP"
}, - "limit": {
- "amount": 9467.772085719795,
- "currency": "GBP"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 7432.878754166493,
- "currency": "GBP"
}, - "limit": {
- "amount": 589.964251168169,
- "currency": "GBP"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 7588.810679551065,
- "currency": "XXX"
}, - "limit": {
- "amount": 8027.976197712317,
- "currency": "XXX"
}
}, - "peril_id": "bordereaux"
}, - {
- "catastrophe_limits": {
- "excess": {
- "amount": 9341.718060842484,
- "currency": "XXX"
}, - "limit": {
- "amount": 9960.627132173437,
- "currency": "XXX"
}
}, - "clash_limits": {
- "excess": {
- "amount": 1463.660573039223,
- "currency": "USD"
}, - "limit": {
- "amount": 2854.777024256156,
- "currency": "USD"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 9808.092043267574,
- "currency": "USD"
}, - "limit": {
- "amount": 6498.402380096355,
- "currency": "USD"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 9958.236065483103,
- "currency": "USD"
}, - "retention": {
- "amount": 232.71430924656,
- "currency": "USD"
}, - "warranty": {
- "amount": 1891.882979470402,
- "currency": "USD"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 9672.556790064498,
- "currency": "GBP"
}, - "limit": {
- "amount": 2142.378100501512,
- "currency": "GBP"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 1874.392475784147,
- "currency": "XXX"
}, - "limit": {
- "amount": 5839.496652152583,
- "currency": "XXX"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 5453.648870880478,
- "currency": "USD"
}, - "limit": {
- "amount": 45.138797484597,
- "currency": "USD"
}
}, - "peril_id": "sinking"
}
], - "perils": {
- "excluded": [
- "breast-implant",
- "brush-fire"
], - "included": [
- "business-interruption",
- "epidemics"
]
}, - "subline_of_business_id": "Individual accident and health - personal accident",
- "territorial_scope": {
- "excluded": [ ],
- "included": [
- "canada-newfoundland-and-labrador",
- "usa-new-york"
]
}
}
], - "custom_premium": {
- "amount": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "description": "Some comprehensive description"
}, - "lloyds_codes": [
- {
- "code": "tt40",
- "value": 987.1
}, - {
- "code": "a20",
- "value": 11
}
], - "name": "Dental prosthetics for monitor lizards",
- "order": {
- "basis": "of_cession",
- "cession_basis": "order_cession_basis_net_net",
- "value": 0.01
}, - "product": "clash_excess_of_loss",
- "product_data": {
- "data": {
- "agg_limits": [
- {
- "excess": {
- "amount": 8368.474227698847,
- "currency": "USD"
}, - "limit": {
- "amount": 8831.606167864138,
- "currency": "USD"
}
}
], - "agg_percent_limits": {
- "percent_excess": 56.38346848930531,
- "percent_limit": 22.514203885132144
}, - "catastrophe_agg_limits": [
- {
- "excess": {
- "amount": 7637.316044936159,
- "currency": "XXX"
}, - "limit": {
- "amount": 3209.216858107411,
- "currency": "XXX"
}
}
], - "claim_bonus": {
- "applies_to": "gross_reinsurance_premium",
- "discount": 92.69823250778015,
- "reinsurers_expense": 45.42668684632988
}, - "clash_agg_limits": [
- {
- "excess": {
- "amount": 4375.837300188712,
- "currency": "GBP"
}, - "limit": {
- "amount": 9057.631063312847,
- "currency": "GBP"
}
}
], - "facultative_limits": [
- {
- "excess": {
- "amount": 8732.594824581995,
- "currency": "GBP"
}, - "limit": {
- "amount": 6466.25581058803,
- "currency": "GBP"
}
}
], - "loss_additional_premium": 3867.4177798549836,
- "loss_corridor": {
- "cedent_retained": 57.214807475256045,
- "max": {
- "amount": 8048.697178904957,
- "currency": "EUR"
}, - "min": {
- "amount": 7657.011923078202,
- "currency": "EUR"
}
}, - "loss_warranties": [
- {
- "limit": {
- "amount": 1582.722805670616,
- "currency": "XXX"
}, - "retention": {
- "amount": 287.268543426172,
- "currency": "XXX"
}, - "warranty": {
- "amount": 5641.027831347,
- "currency": "XXX"
}
}
], - "occurrence_agg_limits": [
- {
- "excess": {
- "amount": 424.455467932981,
- "currency": "GBP"
}, - "limit": {
- "amount": 1799.748099141818,
- "currency": "GBP"
}
}
], - "occurrence_agg_percent_limits": {
- "percent_excess": 23.503171030049984,
- "percent_limit": 41.7157700100127
}, - "per_risk_limits": [
- {
- "excess": {
- "amount": 9014.648359215102,
- "currency": "USD"
}, - "limit": {
- "amount": 2218.862471342637,
- "currency": "USD"
}
}
], - "per_risk_percent_limits": {
- "percent_excess": 98.82948112007031,
- "percent_limit": 99.03669291669223
}, - "profit_commission": {
- "applies_to": "net_of_brokerage",
- "clause": {
- "period": {
- "type": "years",
- "value": 3
}, - "type": "deficit_carried_forward"
}, - "commission": 30.48714253034643,
- "max_commission": 59.17481145877316,
- "min_commission": 8.708491747294811,
- "reinsurer_expense": 4445.9250562339275,
- "reinsurer_expense_basis": "gross_of_reinsurer_expenses"
}, - "reinstatements": [
- {
- "count": 2,
- "max_recoverable_post_reinstatement": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "percent": 24.260833373972243,
- "type": "limited"
}
], - "swing": {
- "brokerage": 59.77961086194957,
- "load": 97.5817057185984,
- "max_rate": 91.66261733948652,
- "min_rate": 43.35343594926666,
- "terms_years": 3,
- "type": "min_plus"
}
}, - "type": "non_proportional"
}, - "rate": {
- "adjustable_value": 376067.5038510588,
- "base_currency": "EUR",
- "deposit": {
- "amount": 3121.413799584147,
- "currency": "USD"
}, - "min_deposit": {
- "amount": 2353.583064394474,
- "currency": "USD"
}, - "on_line_value": 741525.9931789065,
- "premium_amounts": [
- {
- "currency": "EUR",
- "deposit_premium": 0.99,
- "fx_rate": 1,
- "min_premium": 123456.78
}, - {
- "currency": "USD",
- "deposit_premium": 0.99,
- "fx_rate": 0.78,
- "min_premium": 0.01
}, - {
- "currency": "XXX",
- "deposit_premium": 9876543.21,
- "fx_rate": 1.01,
- "min_premium": 0.01
}
], - "premium_shares": {
- "deposit_premium_share": 18023.198373961215,
- "min_premium_share": 56366.68865720187
}
}, - "reinsurance_period": "yoa_period",
- "risk_id": "e46cce4d-bd02-4180-ba2e-0e77ebdca4f7",
- "subject_income": {
- "type": "income_from_risk"
}, - "subject_premium_basis": "gnwp",
- "target_reinsurance_premium": {
- "amount": 987,
- "currency": "GBP"
}, - "territorial_scope": {
- "excluded": [
- "canada-alberta",
- "canada-newfoundland-and-labrador",
- "canada-north",
- "south-georgia-and-the-south-sandwich-islands"
], - "included": [
- "usa-nevada",
- "usa-new-york"
]
}
}{- "data": {
- "brokerage": {
- "basis": "brokerage_basis_net",
- "value": 86357.62598192446
}, - "contract_brokerage_amount": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "contract_reference": "CV75RSB0824",
- "coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 1988.34017352241,
- "currency": "GBP"
}, - "limit": {
- "amount": 7426.645982356776,
- "currency": "GBP"
}
}, - "clash_limits": {
- "excess": {
- "amount": 2182.062105159615,
- "currency": "USD"
}, - "limit": {
- "amount": 5660.99020325554,
- "currency": "USD"
}
}, - "id": "ae6e4bc9-325f-427a-ab10-f0807ff06d6c",
- "industry_loss_warranty": {
- "limit": {
- "amount": 9601.724212557874,
- "currency": "USD"
}, - "retention": {
- "amount": 2927.880538229273,
- "currency": "USD"
}, - "warranty": {
- "amount": 6976.021007841468,
- "currency": "USD"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 8614.378403262357,
- "currency": "USD"
}, - "limit": {
- "amount": 5530.823340583762,
- "currency": "USD"
}
}, - "layer_id": "4a0cebc3-15c8-42a5-a354-68dc4a04b710",
- "line_of_business": "Credit",
- "notes": "Some very useful note",
- "occurrence_limits": {
- "excess": {
- "amount": 8525.817843105058,
- "currency": "GBP"
}, - "limit": {
- "amount": 2170.825881237319,
- "currency": "GBP"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 8798.484151014147,
- "currency": "EUR"
}, - "limit": {
- "amount": 3076.654129717168,
- "currency": "EUR"
}
}, - "peril_coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 332.674687869519,
- "currency": "GBP"
}, - "limit": {
- "amount": 9796.221900721031,
- "currency": "GBP"
}
}, - "clash_limits": {
- "excess": {
- "amount": 320.019811599658,
- "currency": "EUR"
}, - "limit": {
- "amount": 2991.487753316349,
- "currency": "EUR"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 8421.638045899628,
- "currency": "EUR"
}, - "limit": {
- "amount": 3069.432890976228,
- "currency": "EUR"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 8240.396259419405,
- "currency": "XXX"
}, - "retention": {
- "amount": 3071.998996667925,
- "currency": "XXX"
}, - "warranty": {
- "amount": 294.26690741648,
- "currency": "XXX"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 7063.406415039979,
- "currency": "USD"
}, - "limit": {
- "amount": 1364.711277569106,
- "currency": "USD"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 8414.16778455998,
- "currency": "USD"
}, - "limit": {
- "amount": 4603.638727553282,
- "currency": "USD"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 4321.829517743484,
- "currency": "USD"
}, - "limit": {
- "amount": 9592.64644463779,
- "currency": "USD"
}
}, - "peril_id": "sinking"
}
], - "section": {
- "additional_info": "Some additional information",
- "created_at": "2025-03-02T12:01:34Z",
- "exclusions": "Some exclusions information.",
- "line_of_business": "Credit",
- "risk_id": "9a3d3c65-149c-46d8-bafa-b2e7d10b045f",
- "subsections": [
- {
- "created_at": "2025-03-02T12:01:34Z",
- "line_of_business": "Credit",
- "perils": {
- "excluded": [
- "benzene",
- "black-lung",
- "brush-fire",
- "business-interruption"
], - "included": [
- "agent-orange",
- "bordereaux",
- "breast-implant"
]
}, - "premium": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "premium_basis": "gwp",
- "risk_id": "9a3d3c65-149c-46d8-bafa-b2e7d10b045f",
- "subline_of_business": "SicknessLossOfIncomeLongTerm",
- "territorial_scope": {
- "excluded": [
- "australasia"
], - "included": [
- "usa-nevada"
]
}
}
]
}, - "subline_of_business": "SicknessLossOfIncomeLongTerm",
- "subsection": {
- "created_at": "2025-03-02T12:01:34Z",
- "line_of_business": "Credit",
- "perils": {
- "excluded": [
- "benzene",
- "black-lung",
- "brush-fire",
- "business-interruption"
], - "included": [
- "agent-orange",
- "bordereaux",
- "breast-implant"
]
}, - "premium": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "premium_basis": "gwp",
- "risk_id": "9a3d3c65-149c-46d8-bafa-b2e7d10b045f",
- "subline_of_business": "SicknessLossOfIncomeLongTerm",
- "territorial_scope": {
- "excluded": [
- "australasia"
], - "included": [
- "usa-nevada"
]
}
}
}, - {
- "catastrophe_limits": {
- "excess": {
- "amount": 8489.141665315447,
- "currency": "EUR"
}, - "limit": {
- "amount": 115.2406761504,
- "currency": "EUR"
}
}, - "clash_limits": {
- "excess": {
- "amount": 2311.960286909975,
- "currency": "GBP"
}, - "limit": {
- "amount": 7866.738960137823,
- "currency": "GBP"
}
}, - "id": "794a3ac5-6df3-4de1-9496-911755b01791",
- "industry_loss_warranty": {
- "limit": {
- "amount": 407.509345211872,
- "currency": "USD"
}, - "retention": {
- "amount": 7545.400073208564,
- "currency": "USD"
}, - "warranty": {
- "amount": 2003.851808909221,
- "currency": "USD"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 4863.01030485839,
- "currency": "USD"
}, - "limit": {
- "amount": 653.991248055765,
- "currency": "USD"
}
}, - "layer_id": "c11822d5-4208-4a72-98e4-8636c99795ce",
- "line_of_business": "Life",
- "notes": "Some very useful note",
- "occurrence_limits": {
- "excess": {
- "amount": 2024.015414613322,
- "currency": "GBP"
}, - "limit": {
- "amount": 8632.40633283357,
- "currency": "GBP"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 9422.066113186258,
- "currency": "USD"
}, - "limit": {
- "amount": 259.364358338282,
- "currency": "USD"
}
}, - "peril_coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 8476.440413663351,
- "currency": "XXX"
}, - "limit": {
- "amount": 7979.151995545544,
- "currency": "XXX"
}
}, - "clash_limits": {
- "excess": {
- "amount": 875.359483799149,
- "currency": "GBP"
}, - "limit": {
- "amount": 9130.31264588747,
- "currency": "GBP"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 8201.394627985255,
- "currency": "XXX"
}, - "limit": {
- "amount": 4221.336677734517,
- "currency": "XXX"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 8079.46426625065,
- "currency": "USD"
}, - "retention": {
- "amount": 9172.754341994263,
- "currency": "USD"
}, - "warranty": {
- "amount": 8851.792481306025,
- "currency": "USD"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 7823.745389480933,
- "currency": "EUR"
}, - "limit": {
- "amount": 7574.011137435941,
- "currency": "EUR"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 2091.899904772617,
- "currency": "XXX"
}, - "limit": {
- "amount": 5215.486903333633,
- "currency": "XXX"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 4199.718893921247,
- "currency": "USD"
}, - "limit": {
- "amount": 1702.013208928592,
- "currency": "USD"
}
}, - "peril_id": "tempest"
}
], - "section": {
- "additional_info": "Some additional information",
- "created_at": "2025-03-02T12:01:34Z",
- "exclusions": "Some exclusions information.",
- "line_of_business": "Life",
- "risk_id": "5d8849e3-1343-4b68-8410-ade7cdaad6ed",
- "subsections": [
- {
- "created_at": "2025-03-02T12:01:34Z",
- "line_of_business": "Life",
- "perils": {
- "excluded": [
- "benzene",
- "brush-fire",
- "cabin-safety-events",
- "sinking",
- "tempest"
], - "included": [
- "bordereaux",
- "epidemics"
]
}, - "premium": {
- "amount": 0.03,
- "currency": "EUR"
}, - "premium_basis": "gnpi",
- "risk_id": "5d8849e3-1343-4b68-8410-ade7cdaad6ed",
- "subline_of_business": "FinancialLinesPersonal",
- "territorial_scope": {
- "excluded": [
- "canada-newfoundland-and-labrador"
], - "included": [
- "asia",
- "canada-north"
]
}
}
]
}, - "subline_of_business": "FinancialLinesPersonal",
- "subsection": {
- "created_at": "2025-03-02T12:01:34Z",
- "line_of_business": "Life",
- "perils": {
- "excluded": [
- "benzene",
- "brush-fire",
- "cabin-safety-events",
- "sinking",
- "tempest"
], - "included": [
- "bordereaux",
- "epidemics"
]
}, - "premium": {
- "amount": 0.03,
- "currency": "EUR"
}, - "premium_basis": "gnpi",
- "risk_id": "5d8849e3-1343-4b68-8410-ade7cdaad6ed",
- "subline_of_business": "FinancialLinesPersonal",
- "territorial_scope": {
- "excluded": [
- "canada-newfoundland-and-labrador"
], - "included": [
- "asia",
- "canada-north"
]
}
}
}
], - "created_at": "1876-07-17T21:27:47Z",
- "custom_premium": {
- "amount": {
- "amount": 987,
- "currency": "GBP"
}, - "description": "Some comprehensive description"
}, - "id": "dce6a14a-cab5-43a8-a8da-043b25112ac3",
- "lloyds_codes": [
- {
- "code": "tt40",
- "value": 987.1
}, - {
- "code": "a20",
- "value": 11
}
], - "lloyds_lead_reinsurer": {
- "company_id": "2cf6d7e8-9df4-06f1-17a1-caa43cb60781",
- "company_name": "Infinity Brokers",
- "stamp_name": "NEXANS RE SA"
}, - "market_lead_reinsurer": {
- "company_id": "a2e8f968-82d2-86e0-b72a-3800e4c40bb5",
- "company_name": "Quantum Shield",
- "stamp_name": "ODDYSSEY REINSURANCE CO."
}, - "name": "33 London Market MS",
- "order": {
- "basis": "of_whole",
- "cession_basis": "order_cession_basis_net_net",
- "value": 0
}, - "product": "quota_share",
- "product_data": {
- "data": {
- "cash_loss_limit": [
- {
- "amount": 0.03,
- "currency": "EUR"
}
], - "ceding_commission": 4513.705121031902,
- "ceding_commission_basis": "ccb_gross",
- "cession": 6725.0858738798415,
- "cession_limit": [
- {
- "amount": 0,
- "currency": "USD"
}
], - "event_limit": [
- {
- "amount": 987,
- "currency": "GBP"
}
], - "loss_ratio_cap": {
- "applies_to": "net_ceded_premium",
- "value": 0.5060076155810367
}, - "max_cession_any_one_risk": [
- {
- "amount": 123456.78,
- "currency": "XXX"
}
], - "max_premium_cession_limit": [
- {
- "amount": 0.03,
- "currency": "EUR"
}
], - "overriding_commission_basis": "gross",
- "overriding_commission_value": 9902.849479220104,
- "profit_commission": {
- "applies_to": "net_of_brokerage",
- "clause": {
- "period": {
- "type": "years",
- "value": 5
}, - "type": "relationship_account"
}, - "commission": 261.3733848192603,
- "max_commission": 354.5898764194795,
- "min_commission": 41.307530253985604,
- "reinsurer_expense": 6893.39815443103,
- "reinsurer_expense_basis": "gross_of_reinsurer_expenses"
}, - "sliding_scale_commission": [
- {
- "commission": 1000,
- "loss_ratio_from": 0,
- "loss_ratio_to": 0.3
}, - {
- "commission": 10000,
- "loss_ratio_from": 0.3,
- "loss_ratio_to": 1
}
]
}, - "type": "proportional"
}, - "rate": {
- "adjustable_value": 23179.387145537006,
- "base_currency": "EUR",
- "deposit": {
- "amount": 1185.464031632594,
- "currency": "USD"
}, - "deposit_premium_share": 316493.35863052803,
- "min_deposit": {
- "amount": 6267.36710236768,
- "currency": "USD"
}, - "min_premium_share": 55208.89287598911,
- "on_line_value": 666338.4008392035,
- "premiums": [
- {
- "currency": "EUR",
- "deposit_premium": 0.99,
- "fx_rate": 1,
- "min_premium": 123456.78
}, - {
- "currency": "GBP",
- "deposit_premium": 0.99,
- "fx_rate": 1.01,
- "min_premium": 123456.78
}, - {
- "currency": "USD",
- "deposit_premium": 9876543.21,
- "fx_rate": 0.78,
- "min_premium": 123456.78
}
]
}, - "reinsurance_period": "yoa_period",
- "reinsurance_type": "proportional",
- "reinsured_basis": "each_and_every_loss_basis",
- "risk_id": "e0cd076d-f18f-4f81-9d7b-5a8cbdc5dc74",
- "status": "active",
- "subject_income": {
- "data": {
- "amount": 987,
- "currency": "GBP"
}, - "type": "custom_income"
}, - "subject_premium_basis": "gnep",
- "target_reinsurance_premium": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "territorial_scope": {
- "excluded": [ ],
- "included": [
- "asia",
- "canada-alberta",
- "canada-newfoundland-and-labrador"
]
}
}, - "success": true
}Returns a list of deal layers available to the user.
| risk_id | string <uuid> Example: risk_id=d864bc38-b3c6-3499-b331-d9df4099c112 Returns only layers for the deal with the specified ID. |
| status | string Enum: "archived" "locked" "draft" "quoting" "retracted" "fot" "in_market" "bound" Example: status=quoting Returns only layers for deals with the given status. Note that |
| year | integer <int64> Example: year=2021 Returns only layers for deals with the specified inception/expiration year. |
| risk_inception | string <date> Example: risk_inception=2018-01-01 Returns only layers for deals with the specified inception date. |
| risk_expiration | string <date> Example: risk_expiration=2018-12-31 Returns only layers for deals with the specified expiration date. |
| Authorization required | string Example: Bearer hqhscta.10921cd969558f6509f7ee5efc93ba66806b0782 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
| Range | string Example: id 0cb364aa-b13a-4e2d-abe2-ec553ac5cd4d;limit 10;offset 1;order asc Control the range of results in server's response. Header value consists of the following semicolon-separated fields: |
{- "data": [
- {
- "brokerage": {
- "basis": "brokerage_basis_net_net",
- "value": 63698.64934340247
}, - "contract_brokerage_amount": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "contract_reference": "S2RGK-16J86",
- "coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 1092.592314652922,
- "currency": "EUR"
}, - "limit": {
- "amount": 1187.138205020357,
- "currency": "EUR"
}
}, - "clash_limits": {
- "excess": {
- "amount": 531.908476288963,
- "currency": "XXX"
}, - "limit": {
- "amount": 7482.658511392027,
- "currency": "XXX"
}
}, - "id": "d4da4b54-6d2a-4a6f-9117-db346a465d2f",
- "industry_loss_warranty": {
- "limit": {
- "amount": 337.228601438115,
- "currency": "XXX"
}, - "retention": {
- "amount": 2861.176390761087,
- "currency": "XXX"
}, - "warranty": {
- "amount": 3004.43671232512,
- "currency": "XXX"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 6477.244339042237,
- "currency": "GBP"
}, - "limit": {
- "amount": 189.857340943376,
- "currency": "GBP"
}
}, - "layer_id": "89e30381-0de4-41cd-a13e-20f2cedb0b15",
- "line_of_business": "Credit",
- "notes": "Some very useful note",
- "occurrence_limits": {
- "excess": {
- "amount": 4298.413166693959,
- "currency": "GBP"
}, - "limit": {
- "amount": 9212.031055639969,
- "currency": "GBP"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 5813.419080078095,
- "currency": "EUR"
}, - "limit": {
- "amount": 6856.247031620321,
- "currency": "EUR"
}
}, - "peril_coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 9468.351441653323,
- "currency": "USD"
}, - "limit": {
- "amount": 6365.73564265023,
- "currency": "USD"
}
}, - "clash_limits": {
- "excess": {
- "amount": 3206.274354253176,
- "currency": "EUR"
}, - "limit": {
- "amount": 6573.062842960343,
- "currency": "EUR"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 9514.702235923065,
- "currency": "XXX"
}, - "limit": {
- "amount": 195.811218795593,
- "currency": "XXX"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 9125.431337555026,
- "currency": "XXX"
}, - "retention": {
- "amount": 8538.649114835334,
- "currency": "XXX"
}, - "warranty": {
- "amount": 4246.990916749292,
- "currency": "XXX"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 5083.313711555903,
- "currency": "USD"
}, - "limit": {
- "amount": 9694.231233074566,
- "currency": "USD"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 4011.150706997399,
- "currency": "XXX"
}, - "limit": {
- "amount": 7396.784064126815,
- "currency": "XXX"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 9789.329150109012,
- "currency": "XXX"
}, - "limit": {
- "amount": 7112.363682735071,
- "currency": "XXX"
}
}, - "peril_id": "breast-implant"
}
], - "section": {
- "additional_info": "Some additional information",
- "created_at": "2025-01-27T08:08:22Z",
- "exclusions": "Some exclusions information.",
- "line_of_business": "Credit",
- "risk_id": "a43f1b0d-6fa5-4c9c-b8af-05e271731cd4",
- "subsections": [
- {
- "created_at": "2025-01-27T08:08:22Z",
- "line_of_business": "Credit",
- "perils": {
- "excluded": [ ],
- "included": [
- "brain-damage",
- "cabin-safety-events",
- "epidemics"
]
}, - "premium": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "premium_basis": "gnepi",
- "risk_id": "a43f1b0d-6fa5-4c9c-b8af-05e271731cd4",
- "subline_of_business": "LiquidatedDamages",
- "territorial_scope": {
- "excluded": [
- "canada-east",
- "canada-north",
- "south-georgia-and-the-south-sandwich-islands",
- "usa-new-york"
], - "included": [ ]
}
}
]
}, - "subline_of_business": "LiquidatedDamages",
- "subsection": {
- "created_at": "2025-01-27T08:08:22Z",
- "line_of_business": "Credit",
- "perils": {
- "excluded": [ ],
- "included": [
- "brain-damage",
- "cabin-safety-events",
- "epidemics"
]
}, - "premium": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "premium_basis": "gnepi",
- "risk_id": "a43f1b0d-6fa5-4c9c-b8af-05e271731cd4",
- "subline_of_business": "LiquidatedDamages",
- "territorial_scope": {
- "excluded": [
- "canada-east",
- "canada-north",
- "south-georgia-and-the-south-sandwich-islands",
- "usa-new-york"
], - "included": [ ]
}
}
}, - {
- "catastrophe_limits": {
- "excess": {
- "amount": 9538.01842795826,
- "currency": "EUR"
}, - "limit": {
- "amount": 7683.334241139731,
- "currency": "EUR"
}
}, - "clash_limits": {
- "excess": {
- "amount": 1907.545465913588,
- "currency": "XXX"
}, - "limit": {
- "amount": 8375.166293469572,
- "currency": "XXX"
}
}, - "id": "d84b60c4-7add-4d82-8c6e-0d1aafc5ec47",
- "industry_loss_warranty": {
- "limit": {
- "amount": 832.536292083255,
- "currency": "XXX"
}, - "retention": {
- "amount": 4819.396442597679,
- "currency": "XXX"
}, - "warranty": {
- "amount": 493.039459214067,
- "currency": "XXX"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 7574.542992169192,
- "currency": "USD"
}, - "limit": {
- "amount": 9718.87676252596,
- "currency": "USD"
}
}, - "layer_id": "0314a143-dff6-4a05-a72c-1ef51fe43cab",
- "line_of_business": "Energy",
- "notes": "Some very useful note",
- "occurrence_limits": {
- "excess": {
- "amount": 4787.981474662832,
- "currency": "USD"
}, - "limit": {
- "amount": 3990.138657130466,
- "currency": "USD"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 1070.061164348727,
- "currency": "USD"
}, - "limit": {
- "amount": 7164.41955616894,
- "currency": "USD"
}
}, - "peril_coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 981.726584517933,
- "currency": "GBP"
}, - "limit": {
- "amount": 3217.669917310896,
- "currency": "GBP"
}
}, - "clash_limits": {
- "excess": {
- "amount": 2329.398754252834,
- "currency": "GBP"
}, - "limit": {
- "amount": 3799.695554589759,
- "currency": "GBP"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 9418.088656194019,
- "currency": "XXX"
}, - "limit": {
- "amount": 8550.51650908188,
- "currency": "XXX"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 8002.708309906022,
- "currency": "XXX"
}, - "retention": {
- "amount": 4753.524598623981,
- "currency": "XXX"
}, - "warranty": {
- "amount": 7285.378598072345,
- "currency": "XXX"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 7659.698525206143,
- "currency": "XXX"
}, - "limit": {
- "amount": 4709.628513951648,
- "currency": "XXX"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 7347.312710591771,
- "currency": "XXX"
}, - "limit": {
- "amount": 372.457538952487,
- "currency": "XXX"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 6327.709692328827,
- "currency": "EUR"
}, - "limit": {
- "amount": 473.831985022796,
- "currency": "EUR"
}
}, - "peril_id": "business-interruption"
}
], - "section": {
- "additional_info": "Some additional information",
- "created_at": "2025-03-02T12:01:34Z",
- "exclusions": "Some exclusions information.",
- "line_of_business": "Energy",
- "risk_id": "c7f743ad-203b-4679-bec9-5a1fb8529e90",
- "subsections": [
- {
- "created_at": "2025-03-02T12:01:34Z",
- "line_of_business": "Energy",
- "perils": {
- "excluded": [
- "benzene",
- "blade-strike",
- "brain-damage",
- "epidemics"
], - "included": [ ]
}, - "premium": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "premium_basis": "gep",
- "risk_id": "c7f743ad-203b-4679-bec9-5a1fb8529e90",
- "subline_of_business": "FinancialLinesPersonal",
- "territorial_scope": {
- "excluded": [
- "canada-east",
- "canada-new-brunswick",
- "canada-newfoundland-and-labrador"
], - "included": [
- "usa-new-york"
]
}
}
]
}, - "subline_of_business": "FinancialLinesPersonal",
- "subsection": {
- "created_at": "2025-03-02T12:01:34Z",
- "line_of_business": "Energy",
- "perils": {
- "excluded": [
- "benzene",
- "blade-strike",
- "brain-damage",
- "epidemics"
], - "included": [ ]
}, - "premium": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "premium_basis": "gep",
- "risk_id": "c7f743ad-203b-4679-bec9-5a1fb8529e90",
- "subline_of_business": "FinancialLinesPersonal",
- "territorial_scope": {
- "excluded": [
- "canada-east",
- "canada-new-brunswick",
- "canada-newfoundland-and-labrador"
], - "included": [
- "usa-new-york"
]
}
}
}
], - "created_at": "1937-04-26T03:13:46Z",
- "custom_premium": {
- "amount": {
- "amount": 0,
- "currency": "USD"
}, - "description": "Some comprehensive description"
}, - "id": "a3f6dc6c-ce2f-430e-b1b4-d933b1f40317",
- "is_archived": false,
- "lloyds_codes": [
- {
- "code": "tt40",
- "value": 987.1
}, - {
- "code": "tt40",
- "value": 987.1
}
], - "lloyds_lead_reinsurer": {
- "company_id": "a402b602-d5cb-cc2b-351e-2446561ee62d",
- "company_name": "SecureTrust Re",
- "stamp_name": "NEXANS RE SA"
}, - "market_lead_reinsurer": {
- "company_id": "81051fd2-4197-3ab8-1bc0-b366049e0263",
- "company_name": "GlobalCover Re",
- "stamp_name": "ODDYSSEY REINSURANCE CO."
}, - "name": "Syndicate Section B",
- "not_taken_up_reason": "Contract details were declined.",
- "order": {
- "basis": "of_whole",
- "cession_basis": "order_cession_basis_gross",
- "value": 1.15
}, - "product": "catastrophe_excess_of_loss",
- "product_data": {
- "data": {
- "agg_limits": [
- {
- "excess": {
- "amount": 261.805012909082,
- "currency": "USD"
}, - "limit": {
- "amount": 7489.124950579096,
- "currency": "USD"
}
}
], - "agg_percent_limits": {
- "percent_excess": 35.831362878709584,
- "percent_limit": 49.91936944153446
}, - "catastrophe_agg_limits": [
- {
- "excess": {
- "amount": 7951.302446801704,
- "currency": "XXX"
}, - "limit": {
- "amount": 63.663925755039,
- "currency": "XXX"
}
}
], - "claim_bonus": {
- "applies_to": "gross_reinsurance_premium",
- "discount": 20.22163586850163,
- "reinsurers_expense": 78.21990264246122
}, - "clash_agg_limits": [
- {
- "excess": {
- "amount": 5236.278537339069,
- "currency": "XXX"
}, - "limit": {
- "amount": 7875.378805671106,
- "currency": "XXX"
}
}
], - "facultative_limits": [
- {
- "excess": {
- "amount": 1911.592330084829,
- "currency": "USD"
}, - "limit": {
- "amount": 4173.897730213838,
- "currency": "USD"
}
}
], - "loss_additional_premium": 7117.864931499815,
- "loss_corridor": {
- "cedent_retained": 55.35934386140241,
- "max": {
- "amount": 2159.287021129024,
- "currency": "XXX"
}, - "min": {
- "amount": 571.356855813327,
- "currency": "XXX"
}
}, - "loss_warranties": [
- {
- "limit": {
- "amount": 3673.150021590863,
- "currency": "GBP"
}, - "retention": {
- "amount": 1516.411139190391,
- "currency": "GBP"
}, - "warranty": {
- "amount": 9791.229944543536,
- "currency": "GBP"
}
}
], - "occurrence_agg_limits": [
- {
- "excess": {
- "amount": 7159.88614029867,
- "currency": "EUR"
}, - "limit": {
- "amount": 2851.839570715785,
- "currency": "EUR"
}
}
], - "occurrence_agg_percent_limits": {
- "percent_excess": 83.06125353055651,
- "percent_limit": 47.9522024093516
}, - "per_risk_limits": [
- {
- "excess": {
- "amount": 2616.835451365866,
- "currency": "EUR"
}, - "limit": {
- "amount": 2321.061888626032,
- "currency": "EUR"
}
}
], - "per_risk_percent_limits": {
- "percent_excess": 81.77954762888402,
- "percent_limit": 5.011154553917285
}, - "profit_commission": {
- "applies_to": "gross_of_brokerage",
- "clause": {
- "period": "not_applicable",
- "type": "relationship_account"
}, - "commission": 330.6441599032153,
- "max_commission": 332.54804480082765,
- "min_commission": 46.23937088790108,
- "reinsurer_expense": 2105.6786110817357,
- "reinsurer_expense_basis": "net_of_reinsurer_expenses"
}, - "reinstatements": [
- {
- "count": 1,
- "max_recoverable_post_reinstatement": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "percent": 64.4447484899924,
- "type": "limited"
}
], - "swing": {
- "brokerage": 41.49790447103789,
- "load": 74.77617666087166,
- "max_rate": 26.50967644325995,
- "min_rate": 24.65637441442138,
- "terms_years": 6,
- "type": "min_plus"
}
}, - "type": "non_proportional"
}, - "rate": {
- "adjustable_value": 685643.3855101038,
- "base_currency": "EUR",
- "deposit": {
- "amount": 7116.360739403909,
- "currency": "USD"
}, - "deposit_premium_share": 374861.1588513296,
- "min_deposit": {
- "amount": 9764.250924911628,
- "currency": "USD"
}, - "min_premium_share": 243798.48339491937,
- "on_line_value": 507714.9402565338,
- "premiums": [
- {
- "currency": "EUR",
- "deposit_premium": 0.99,
- "fx_rate": 1,
- "min_premium": 0.01
}, - {
- "currency": "USD",
- "deposit_premium": 0.99,
- "fx_rate": 0.78,
- "min_premium": 123456.78
}
]
}, - "reinsurance_period": "lod_period",
- "reinsurance_type": "non_proportional",
- "reinsured_basis": "any_one_event_basis",
- "risk_id": "641465d6-d1db-4d06-9479-5a410d9a4b81",
- "status": "fot",
- "subject_income": {
- "type": "income_from_risk"
}, - "subject_premium_basis": "nwp",
- "target_reinsurance_premium": {
- "amount": 987,
- "currency": "GBP"
}, - "territorial_scope": {
- "excluded": [
- "asia",
- "canada-alberta",
- "canada-north",
- "south-georgia-and-the-south-sandwich-islands",
- "usa-nevada"
], - "included": [ ]
}
}, - {
- "brokerage": {
- "basis": "brokerage_basis_gross",
- "value": 12009.263430209427
}, - "contract_brokerage_amount": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "contract_reference": "S2RGK-16J86",
- "coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 3740.494566108514,
- "currency": "USD"
}, - "limit": {
- "amount": 7063.998289323099,
- "currency": "USD"
}
}, - "clash_limits": {
- "excess": {
- "amount": 5053.567314691713,
- "currency": "USD"
}, - "limit": {
- "amount": 5111.793278753882,
- "currency": "USD"
}
}, - "id": "a378c807-aa41-47d5-8f02-b56416a46ce3",
- "industry_loss_warranty": {
- "limit": {
- "amount": 7706.859247901174,
- "currency": "EUR"
}, - "retention": {
- "amount": 4840.790685080605,
- "currency": "EUR"
}, - "warranty": {
- "amount": 4068.477285887875,
- "currency": "EUR"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 5236.976316102265,
- "currency": "USD"
}, - "limit": {
- "amount": 6900.54077002667,
- "currency": "USD"
}
}, - "layer_id": "116eabdd-68a8-4ae0-a3e7-891439a30ebd",
- "line_of_business": "Casualty",
- "notes": "Some very useful note",
- "occurrence_limits": {
- "excess": {
- "amount": 7279.287064942612,
- "currency": "USD"
}, - "limit": {
- "amount": 1529.46009412857,
- "currency": "USD"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 1080.267382217918,
- "currency": "USD"
}, - "limit": {
- "amount": 7140.275739895456,
- "currency": "USD"
}
}, - "peril_coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 8442.92302407561,
- "currency": "EUR"
}, - "limit": {
- "amount": 1853.148881397159,
- "currency": "EUR"
}
}, - "clash_limits": {
- "excess": {
- "amount": 7130.722016034181,
- "currency": "GBP"
}, - "limit": {
- "amount": 195.115626979394,
- "currency": "GBP"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 9667.538726964915,
- "currency": "USD"
}, - "limit": {
- "amount": 3520.849695370158,
- "currency": "USD"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 656.30981820032,
- "currency": "XXX"
}, - "retention": {
- "amount": 5699.552764252524,
- "currency": "XXX"
}, - "warranty": {
- "amount": 4657.591155263375,
- "currency": "XXX"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 4697.379364104228,
- "currency": "GBP"
}, - "limit": {
- "amount": 7529.008461744495,
- "currency": "GBP"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 4144.030433841788,
- "currency": "EUR"
}, - "limit": {
- "amount": 227.564617439527,
- "currency": "EUR"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 2567.365806434133,
- "currency": "EUR"
}, - "limit": {
- "amount": 5875.723350181425,
- "currency": "EUR"
}
}, - "peril_id": "benzene"
}
], - "section": {
- "additional_info": "Some additional information",
- "created_at": "2025-03-02T12:01:34Z",
- "exclusions": "Some exclusions information.",
- "line_of_business": "Casualty",
- "risk_id": "58ed7e17-3ee5-45e8-a6af-cb7fe22a4aa1",
- "subsections": [
- {
- "created_at": "2025-03-02T12:01:34Z",
- "line_of_business": "Casualty",
- "perils": {
- "excluded": [ ],
- "included": [
- "benzene",
- "brain-damage",
- "business-interruption"
]
}, - "premium": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "premium_basis": "gnep",
- "risk_id": "58ed7e17-3ee5-45e8-a6af-cb7fe22a4aa1",
- "subline_of_business": "PersonalAccidentMotorDriver",
- "territorial_scope": {
- "excluded": [
- "benelux",
- "canada-north"
], - "included": [ ]
}
}
]
}, - "subline_of_business": "PersonalAccidentMotorDriver",
- "subsection": {
- "created_at": "2025-03-02T12:01:34Z",
- "line_of_business": "Casualty",
- "perils": {
- "excluded": [ ],
- "included": [
- "benzene",
- "brain-damage",
- "business-interruption"
]
}, - "premium": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "premium_basis": "gnep",
- "risk_id": "58ed7e17-3ee5-45e8-a6af-cb7fe22a4aa1",
- "subline_of_business": "PersonalAccidentMotorDriver",
- "territorial_scope": {
- "excluded": [
- "benelux",
- "canada-north"
], - "included": [ ]
}
}
}, - {
- "catastrophe_limits": {
- "excess": {
- "amount": 8400.292348790117,
- "currency": "EUR"
}, - "limit": {
- "amount": 7988.386822197207,
- "currency": "EUR"
}
}, - "clash_limits": {
- "excess": {
- "amount": 3717.860544954562,
- "currency": "GBP"
}, - "limit": {
- "amount": 4647.124942619135,
- "currency": "GBP"
}
}, - "id": "55856161-1a54-4c39-ad25-b24eb0c52eb0",
- "industry_loss_warranty": {
- "limit": {
- "amount": 4403.393632127782,
- "currency": "XXX"
}, - "retention": {
- "amount": 3394.72134260667,
- "currency": "XXX"
}, - "warranty": {
- "amount": 5432.455457311033,
- "currency": "XXX"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 5798.976611698033,
- "currency": "EUR"
}, - "limit": {
- "amount": 386.730629020691,
- "currency": "EUR"
}
}, - "layer_id": "61c04b4e-52ca-466e-b927-3199b5d80045",
- "line_of_business": "Energy",
- "notes": "Some very useful note",
- "occurrence_limits": {
- "excess": {
- "amount": 5744.252745131169,
- "currency": "USD"
}, - "limit": {
- "amount": 1098.2655741056,
- "currency": "USD"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 5558.232465915732,
- "currency": "GBP"
}, - "limit": {
- "amount": 2937.643813437173,
- "currency": "GBP"
}
}, - "peril_coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 8138.304361366725,
- "currency": "GBP"
}, - "limit": {
- "amount": 1687.76381003084,
- "currency": "GBP"
}
}, - "clash_limits": {
- "excess": {
- "amount": 4093.799516430665,
- "currency": "XXX"
}, - "limit": {
- "amount": 4826.391223709917,
- "currency": "XXX"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 4492.450909514377,
- "currency": "GBP"
}, - "limit": {
- "amount": 1768.020699462722,
- "currency": "GBP"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 8487.032264281765,
- "currency": "GBP"
}, - "retention": {
- "amount": 3524.717819257856,
- "currency": "GBP"
}, - "warranty": {
- "amount": 5654.652113534613,
- "currency": "GBP"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 6252.1805589299,
- "currency": "GBP"
}, - "limit": {
- "amount": 8586.866426284285,
- "currency": "GBP"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 4414.541520360145,
- "currency": "USD"
}, - "limit": {
- "amount": 1234.751186844859,
- "currency": "USD"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 8563.334479029256,
- "currency": "EUR"
}, - "limit": {
- "amount": 7862.87552293117,
- "currency": "EUR"
}
}, - "peril_id": "bordereaux"
}
], - "section": {
- "additional_info": "Some additional information",
- "created_at": "2025-03-02T12:01:34Z",
- "exclusions": "Some exclusions information.",
- "line_of_business": "Energy",
- "risk_id": "5db57ef1-80a9-408b-acc8-2c2af80fb4f1",
- "subsections": [
- {
- "created_at": "2025-03-02T12:01:34Z",
- "line_of_business": "Energy",
- "perils": {
- "excluded": [
- "black-lung"
], - "included": [ ]
}, - "premium": {
- "amount": 0,
- "currency": "USD"
}, - "premium_basis": "afp",
- "risk_id": "5db57ef1-80a9-408b-acc8-2c2af80fb4f1",
- "subline_of_business": "CancellationAndAbandonment",
- "territorial_scope": {
- "excluded": [ ],
- "included": [
- "canada-alberta",
- "canada-new-brunswick"
]
}
}
]
}, - "subline_of_business": "CancellationAndAbandonment",
- "subsection": {
- "created_at": "2025-03-02T12:01:34Z",
- "line_of_business": "Energy",
- "perils": {
- "excluded": [
- "black-lung"
], - "included": [ ]
}, - "premium": {
- "amount": 0,
- "currency": "USD"
}, - "premium_basis": "afp",
- "risk_id": "5db57ef1-80a9-408b-acc8-2c2af80fb4f1",
- "subline_of_business": "CancellationAndAbandonment",
- "territorial_scope": {
- "excluded": [ ],
- "included": [
- "canada-alberta",
- "canada-new-brunswick"
]
}
}
}
], - "created_at": "1895-04-09T04:46:02Z",
- "custom_premium": {
- "amount": {
- "amount": 0.03,
- "currency": "EUR"
}, - "description": "Some comprehensive description"
}, - "id": "3311e01e-1c16-4a17-988d-6a0d4e245aec",
- "is_archived": true,
- "lloyds_codes": [
- {
- "code": "mk812",
- "value": 11234.456
}, - {
- "code": "a20",
- "value": 11
}
], - "lloyds_lead_reinsurer": {
- "company_id": "0f315430-660c-d475-58d2-e8803f7b13f2",
- "company_name": "Fortis Coverage",
- "stamp_name": "ODDYSSEY REINSURANCE CO."
}, - "market_lead_reinsurer": {
- "company_id": "122d6567-eaca-aea1-1fe5-7b3cdda0b136",
- "company_name": "Apex Insurance Group",
- "stamp_name": "LLOYD'S SYNDICATE 8392"
}, - "name": "Layer 1: Section A: Umbrella",
- "not_taken_up_reason": "Contract details were declined.",
- "order": {
- "basis": "of_cession",
- "cession_basis": "order_cession_basis_net",
- "value": 123.45
}, - "product": "facultative_obligatory",
- "product_data": {
- "data": {
- "cash_loss_limit": [
- {
- "amount": 0,
- "currency": "USD"
}
], - "ceding_commission": 3719.0166661225667,
- "ceding_commission_basis": "ccb_gross",
- "cession": 5293.241084372353,
- "cession_limit": [
- {
- "amount": 0,
- "currency": "USD"
}
], - "event_limit": [
- {
- "amount": 0.03,
- "currency": "EUR"
}
], - "loss_ratio_cap": {
- "applies_to": "net_net_ceded_premium",
- "value": 0.4235424156921428
}, - "max_cession_any_one_risk": [
- {
- "amount": 123456.78,
- "currency": "XXX"
}
], - "max_premium_cession_limit": [
- {
- "amount": 987,
- "currency": "GBP"
}
], - "overriding_commission_basis": "net",
- "overriding_commission_value": 7929.4905811361195,
- "profit_commission": {
- "applies_to": "gross_of_brokerage",
- "clause": {
- "period": {
- "type": "years",
- "value": 3
}, - "type": "relationship_account"
}, - "commission": 232.1124852403095,
- "max_commission": 405.38739557123864,
- "min_commission": 23.555490861600806,
- "reinsurer_expense": 3319.861078880683,
- "reinsurer_expense_basis": "net_of_reinsurer_expenses"
}, - "sliding_scale_commission": [
- {
- "commission": 1000,
- "loss_ratio_from": 0,
- "loss_ratio_to": 0.3
}, - {
- "commission": 10000,
- "loss_ratio_from": 0.3,
- "loss_ratio_to": 1
}
]
}, - "type": "proportional"
}, - "rate": {
- "adjustable_value": 351520.3562488927,
- "base_currency": "EUR",
- "deposit": {
- "amount": 295.212097982805,
- "currency": "USD"
}, - "deposit_premium_share": 174644.6998516426,
- "min_deposit": {
- "amount": 2661.54715241371,
- "currency": "USD"
}, - "min_premium_share": 671766.325605961,
- "on_line_value": 899865.1694327969,
- "premiums": [
- {
- "currency": "GBP",
- "deposit_premium": 0.99,
- "fx_rate": 1.01,
- "min_premium": 123456.78
}, - {
- "currency": "XXX",
- "deposit_premium": 0.99,
- "fx_rate": 12.64,
- "min_premium": 123456.78
}
]
}, - "reinsurance_period": "rad_period",
- "reinsurance_type": "proportional",
- "reinsured_basis": "any_one_loss_basis",
- "risk_id": "e613d56e-8655-4da6-ab59-87ab49458c81",
- "status": "retracted",
- "subject_income": {
- "data": {
- "amount": 987,
- "currency": "GBP"
}, - "type": "custom_income"
}, - "subject_premium_basis": "gwp",
- "target_reinsurance_premium": {
- "amount": 0,
- "currency": "USD"
}, - "territorial_scope": {
- "excluded": [
- "usa-nevada",
- "usa-new-york"
], - "included": [
- "bonaire-sint-eustatius-and-saba"
]
}
}, - {
- "brokerage": {
- "basis": "brokerage_basis_net_net",
- "value": 53572.953622360284
}, - "contract_brokerage_amount": {
- "amount": 0,
- "currency": "USD"
}, - "contract_reference": "CV75RSB0824",
- "coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 6067.262307304813,
- "currency": "USD"
}, - "limit": {
- "amount": 8989.301716813165,
- "currency": "USD"
}
}, - "clash_limits": {
- "excess": {
- "amount": 2244.474950436548,
- "currency": "USD"
}, - "limit": {
- "amount": 3879.890316213977,
- "currency": "USD"
}
}, - "id": "61ac7630-c11b-4f9c-929a-160206c08afb",
- "industry_loss_warranty": {
- "limit": {
- "amount": 5306.795749055573,
- "currency": "EUR"
}, - "retention": {
- "amount": 4997.147418650524,
- "currency": "EUR"
}, - "warranty": {
- "amount": 2090.483742693657,
- "currency": "EUR"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 3852.968716480408,
- "currency": "EUR"
}, - "limit": {
- "amount": 4563.436910246119,
- "currency": "EUR"
}
}, - "layer_id": "4ae1ef03-06b9-4979-b786-837ff623e26c",
- "line_of_business": "Property",
- "notes": "Some very useful note",
- "occurrence_limits": {
- "excess": {
- "amount": 8555.69063465679,
- "currency": "EUR"
}, - "limit": {
- "amount": 4161.770609181545,
- "currency": "EUR"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 3564.871417553844,
- "currency": "XXX"
}, - "limit": {
- "amount": 463.533981958183,
- "currency": "XXX"
}
}, - "peril_coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 7097.24649029391,
- "currency": "GBP"
}, - "limit": {
- "amount": 1674.256435888296,
- "currency": "GBP"
}
}, - "clash_limits": {
- "excess": {
- "amount": 370.918720370439,
- "currency": "USD"
}, - "limit": {
- "amount": 9670.123454304288,
- "currency": "USD"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 4178.428316353191,
- "currency": "XXX"
}, - "limit": {
- "amount": 3133.266273410977,
- "currency": "XXX"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 8335.196608121623,
- "currency": "XXX"
}, - "retention": {
- "amount": 4536.761015542537,
- "currency": "XXX"
}, - "warranty": {
- "amount": 4450.555084360093,
- "currency": "XXX"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 5903.96056254746,
- "currency": "EUR"
}, - "limit": {
- "amount": 1404.75908981424,
- "currency": "EUR"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 9632.379332514098,
- "currency": "XXX"
}, - "limit": {
- "amount": 4800.586888964709,
- "currency": "XXX"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 7398.95306824243,
- "currency": "XXX"
}, - "limit": {
- "amount": 2767.207412635989,
- "currency": "XXX"
}
}, - "peril_id": "agent-orange"
}
], - "section": {
- "additional_info": "Some additional information",
- "created_at": "2025-03-02T12:01:34Z",
- "exclusions": "Some exclusions information.",
- "line_of_business": "Property",
- "risk_id": "18481ebe-db0a-4e0b-bb76-86aefe34ea33",
- "subsections": [
- {
- "created_at": "2025-03-02T12:01:34Z",
- "line_of_business": "Property",
- "perils": {
- "excluded": [
- "agent-orange",
- "bordereaux"
], - "included": [
- "breast-implant"
]
}, - "premium": {
- "amount": 0.03,
- "currency": "EUR"
}, - "premium_basis": "gwp",
- "risk_id": "18481ebe-db0a-4e0b-bb76-86aefe34ea33",
- "subline_of_business": "EquityRelease",
- "territorial_scope": {
- "excluded": [
- "asia",
- "australasia",
- "canada-new-brunswick",
- "south-georgia-and-the-south-sandwich-islands"
], - "included": [
- "benelux",
- "usa-new-york"
]
}
}
]
}, - "subline_of_business": "EquityRelease",
- "subsection": {
- "created_at": "2025-03-02T12:01:34Z",
- "line_of_business": "Property",
- "perils": {
- "excluded": [
- "agent-orange",
- "bordereaux"
], - "included": [
- "breast-implant"
]
}, - "premium": {
- "amount": 0.03,
- "currency": "EUR"
}, - "premium_basis": "gwp",
- "risk_id": "18481ebe-db0a-4e0b-bb76-86aefe34ea33",
- "subline_of_business": "EquityRelease",
- "territorial_scope": {
- "excluded": [
- "asia",
- "australasia",
- "canada-new-brunswick",
- "south-georgia-and-the-south-sandwich-islands"
], - "included": [
- "benelux",
- "usa-new-york"
]
}
}
}, - {
- "catastrophe_limits": {
- "excess": {
- "amount": 1608.728383085592,
- "currency": "GBP"
}, - "limit": {
- "amount": 5423.284377578316,
- "currency": "GBP"
}
}, - "clash_limits": {
- "excess": {
- "amount": 3474.22779347683,
- "currency": "GBP"
}, - "limit": {
- "amount": 4827.785512648321,
- "currency": "GBP"
}
}, - "id": "b3bcefdd-7d62-47e2-8a17-fff19c4bac7d",
- "industry_loss_warranty": {
- "limit": {
- "amount": 1460.862943611819,
- "currency": "USD"
}, - "retention": {
- "amount": 3449.28991526517,
- "currency": "USD"
}, - "warranty": {
- "amount": 2508.275314079763,
- "currency": "USD"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 854.989283241752,
- "currency": "XXX"
}, - "limit": {
- "amount": 7353.565346347804,
- "currency": "XXX"
}
}, - "layer_id": "f3e639e5-ae9f-4eb9-943d-f5f87746e6e7",
- "line_of_business": "Aviation",
- "notes": "Some very useful note",
- "occurrence_limits": {
- "excess": {
- "amount": 4486.297322644759,
- "currency": "USD"
}, - "limit": {
- "amount": 2372.319996915586,
- "currency": "USD"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 2566.351350996176,
- "currency": "USD"
}, - "limit": {
- "amount": 8060.548342338629,
- "currency": "USD"
}
}, - "peril_coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 6981.12148756097,
- "currency": "XXX"
}, - "limit": {
- "amount": 1203.096562688733,
- "currency": "XXX"
}
}, - "clash_limits": {
- "excess": {
- "amount": 874.874622273095,
- "currency": "GBP"
}, - "limit": {
- "amount": 5196.16873530657,
- "currency": "GBP"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 8151.255957923003,
- "currency": "GBP"
}, - "limit": {
- "amount": 4591.774725194265,
- "currency": "GBP"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 779.335932235906,
- "currency": "USD"
}, - "retention": {
- "amount": 2599.814880688594,
- "currency": "USD"
}, - "warranty": {
- "amount": 9389.61234838114,
- "currency": "USD"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 9193.739426022676,
- "currency": "GBP"
}, - "limit": {
- "amount": 7838.50892407356,
- "currency": "GBP"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 1888.444720872933,
- "currency": "XXX"
}, - "limit": {
- "amount": 5972.967372764977,
- "currency": "XXX"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 4932.707571756902,
- "currency": "EUR"
}, - "limit": {
- "amount": 8757.160172282689,
- "currency": "EUR"
}
}, - "peril_id": "tempest"
}
], - "section": {
- "additional_info": "Some additional information",
- "created_at": "2025-02-28T05:03:59Z",
- "exclusions": "Some exclusions information.",
- "line_of_business": "Aviation",
- "risk_id": "f1d14275-9764-45c1-8028-eb2ecf7cf782",
- "subsections": [
- {
- "created_at": "2025-02-28T05:03:59Z",
- "line_of_business": "Aviation",
- "perils": {
- "excluded": [
- "benzene",
- "bordereaux",
- "breast-implant"
], - "included": [ ]
}, - "premium": {
- "amount": 0,
- "currency": "USD"
}, - "premium_basis": "gwp",
- "risk_id": "f1d14275-9764-45c1-8028-eb2ecf7cf782",
- "subline_of_business": "GroupAccidentAndHealthAirTravel",
- "territorial_scope": {
- "excluded": [ ],
- "included": [
- "canada-alberta"
]
}
}
]
}, - "subline_of_business": "GroupAccidentAndHealthAirTravel",
- "subsection": {
- "created_at": "2025-02-28T05:03:59Z",
- "line_of_business": "Aviation",
- "perils": {
- "excluded": [
- "benzene",
- "bordereaux",
- "breast-implant"
], - "included": [ ]
}, - "premium": {
- "amount": 0,
- "currency": "USD"
}, - "premium_basis": "gwp",
- "risk_id": "f1d14275-9764-45c1-8028-eb2ecf7cf782",
- "subline_of_business": "GroupAccidentAndHealthAirTravel",
- "territorial_scope": {
- "excluded": [ ],
- "included": [
- "canada-alberta"
]
}
}
}
], - "created_at": "1859-10-13T19:16:23Z",
- "custom_premium": {
- "amount": {
- "amount": 0,
- "currency": "USD"
}, - "description": "Some comprehensive description"
}, - "id": "d371510e-310b-4b43-b6ac-4064bb2b7976",
- "is_archived": false,
- "lloyds_codes": [
- {
- "code": "a20",
- "value": 11
}, - {
- "code": "a20",
- "value": 11
}
], - "lloyds_lead_reinsurer": {
- "company_id": "81051fd2-4197-3ab8-1bc0-b366049e0263",
- "company_name": "GlobalCover Re",
- "stamp_name": "ALLIANZ RE DUBLIN LTD"
}, - "market_lead_reinsurer": {
- "company_id": "2cf6d7e8-9df4-06f1-17a1-caa43cb60781",
- "company_name": "Infinity Brokers",
- "stamp_name": "ODDYSSEY REINSURANCE CO."
}, - "name": "33 London Market MS",
- "not_taken_up_reason": "Contract details were declined.",
- "order": {
- "basis": "of_whole",
- "cession_basis": "order_cession_basis_net_net",
- "value": 1.15
}, - "product": "industry_loss_warranty",
- "product_data": {
- "data": {
- "agg_limits": [
- {
- "excess": {
- "amount": 1834.502922096836,
- "currency": "EUR"
}, - "limit": {
- "amount": 7749.201697604961,
- "currency": "EUR"
}
}
], - "agg_percent_limits": {
- "percent_excess": 45.14906454783561,
- "percent_limit": 43.67488736598948
}, - "catastrophe_agg_limits": [
- {
- "excess": {
- "amount": 9421.703535638517,
- "currency": "GBP"
}, - "limit": {
- "amount": 4394.623644024118,
- "currency": "GBP"
}
}
], - "claim_bonus": {
- "applies_to": "net_reinsurance_premium",
- "discount": 77.05744228997638,
- "reinsurers_expense": 31.290388616138976
}, - "clash_agg_limits": [
- {
- "excess": {
- "amount": 9192.378892822006,
- "currency": "USD"
}, - "limit": {
- "amount": 8896.826887393878,
- "currency": "USD"
}
}
], - "facultative_limits": [
- {
- "excess": {
- "amount": 4396.04667227627,
- "currency": "USD"
}, - "limit": {
- "amount": 666.651039403543,
- "currency": "USD"
}
}
], - "loss_additional_premium": 3751.270430843467,
- "loss_corridor": {
- "cedent_retained": 75.38989989942631,
- "max": {
- "amount": 9320.457778310092,
- "currency": "GBP"
}, - "min": {
- "amount": 4314.41614799175,
- "currency": "GBP"
}
}, - "loss_warranties": [
- {
- "limit": {
- "amount": 1770.837809364799,
- "currency": "XXX"
}, - "retention": {
- "amount": 6356.749323731107,
- "currency": "XXX"
}, - "warranty": {
- "amount": 1060.448393744366,
- "currency": "XXX"
}
}
], - "occurrence_agg_limits": [
- {
- "excess": {
- "amount": 5854.466282860219,
- "currency": "USD"
}, - "limit": {
- "amount": 6496.425070850507,
- "currency": "USD"
}
}
], - "occurrence_agg_percent_limits": {
- "percent_excess": 62.530991784331235,
- "percent_limit": 5.69906136312246
}, - "per_risk_limits": [
- {
- "excess": {
- "amount": 4036.007765247327,
- "currency": "XXX"
}, - "limit": {
- "amount": 7551.792898117632,
- "currency": "XXX"
}
}
], - "per_risk_percent_limits": {
- "percent_excess": 2.940949415223215,
- "percent_limit": 95.35741262255608
}, - "profit_commission": {
- "applies_to": "gross_of_brokerage",
- "clause": {
- "period": {
- "type": "years",
- "value": 5
}, - "type": "deficit_carried_forward"
}, - "commission": 759.4006414498965,
- "max_commission": 776.1596046756895,
- "min_commission": 76.10223635073095,
- "reinsurer_expense": 4873.693494173479,
- "reinsurer_expense_basis": "gross_of_reinsurer_expenses"
}, - "reinstatements": [
- {
- "count": 2,
- "max_recoverable_post_reinstatement": {
- "amount": 0.03,
- "currency": "EUR"
}, - "percent": 44.56122256997561,
- "type": "limited"
}
], - "swing": {
- "brokerage": 34.88715248714509,
- "load": 69.98600271978724,
- "max_rate": 44.494146980203475,
- "min_rate": 13.15594100893273,
- "terms_years": 2,
- "type": "min_plus"
}
}, - "type": "non_proportional"
}, - "rate": {
- "adjustable_value": 848938.650717964,
- "base_currency": null,
- "deposit": {
- "amount": 4837.316586534661,
- "currency": "USD"
}, - "deposit_premium_share": 214990.74550755264,
- "min_deposit": {
- "amount": 6995.273879187378,
- "currency": "USD"
}, - "min_premium_share": 418019.15880033426,
- "on_line_value": 207474.58299408687,
- "premiums": [
- {
- "currency": "EUR",
- "deposit_premium": 0.99,
- "fx_rate": null,
- "min_premium": 123456.78
}, - {
- "currency": "GBP",
- "deposit_premium": 9876543.21,
- "fx_rate": null,
- "min_premium": 123456.78
}, - {
- "currency": "USD",
- "deposit_premium": 9876543.21,
- "fx_rate": null,
- "min_premium": 0.01
}
]
}, - "reinsurance_period": "yoa_period",
- "reinsurance_type": "non_proportional",
- "reinsured_basis": "any_one_loss_basis",
- "risk_id": "cfe1a1df-d6a3-45de-9d69-574d860c2c98",
- "status": "draft",
- "subject_income": {
- "type": "income_from_risk"
}, - "subject_premium_basis": "afp",
- "target_reinsurance_premium": {
- "amount": 987,
- "currency": "GBP"
}, - "territorial_scope": {
- "excluded": [
- "bonaire-sint-eustatius-and-saba",
- "cabo-verde",
- "canada-new-brunswick"
], - "included": [
- "benelux",
- "canada-north"
]
}
}
], - "success": true
}This operation returns a deal layer given by layer_id.
| layer_id required | string <uuid> Example: b84b6464-965c-ba45-ca87-26eb58377bff The ID of the requested layer. |
| Authorization required | string Example: Bearer eoxclrl.e7f363679214564c968c316bd1a21be4a9987d70 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": {
- "brokerage": {
- "basis": "brokerage_basis_net_net",
- "value": 486.0523435701403
}, - "contract_brokerage_amount": {
- "amount": 0,
- "currency": "USD"
}, - "contract_reference": "S2RGK-16J86",
- "coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 5397.968557550164,
- "currency": "USD"
}, - "limit": {
- "amount": 4461.487094222795,
- "currency": "USD"
}
}, - "clash_limits": {
- "excess": {
- "amount": 5577.838303535243,
- "currency": "EUR"
}, - "limit": {
- "amount": 5907.747730062679,
- "currency": "EUR"
}
}, - "id": "ce140f46-c8c3-4f8f-af85-e281f585bf85",
- "industry_loss_warranty": {
- "limit": {
- "amount": 6892.02617102993,
- "currency": "GBP"
}, - "retention": {
- "amount": 7272.884138505657,
- "currency": "GBP"
}, - "warranty": {
- "amount": 1655.738833312431,
- "currency": "GBP"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 2928.040238362213,
- "currency": "GBP"
}, - "limit": {
- "amount": 5320.578799467699,
- "currency": "GBP"
}
}, - "layer_id": "a1510121-9c8b-4912-b520-b7c8120f9ebc",
- "line_of_business": "Energy",
- "notes": "Some very useful note",
- "occurrence_limits": {
- "excess": {
- "amount": 6553.903681650835,
- "currency": "GBP"
}, - "limit": {
- "amount": 113.165804941058,
- "currency": "GBP"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 4769.019134023154,
- "currency": "EUR"
}, - "limit": {
- "amount": 2561.419270831785,
- "currency": "EUR"
}
}, - "peril_coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 7984.800987675587,
- "currency": "GBP"
}, - "limit": {
- "amount": 7863.47794392385,
- "currency": "GBP"
}
}, - "clash_limits": {
- "excess": {
- "amount": 1779.715099819757,
- "currency": "GBP"
}, - "limit": {
- "amount": 5512.378216659241,
- "currency": "GBP"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 9778.27117153261,
- "currency": "USD"
}, - "limit": {
- "amount": 6441.70107996357,
- "currency": "USD"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 4914.68608168755,
- "currency": "XXX"
}, - "retention": {
- "amount": 4805.96552366872,
- "currency": "XXX"
}, - "warranty": {
- "amount": 1784.898469718946,
- "currency": "XXX"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 2489.618076193517,
- "currency": "EUR"
}, - "limit": {
- "amount": 579.326172540313,
- "currency": "EUR"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 5310.133071112761,
- "currency": "GBP"
}, - "limit": {
- "amount": 9218.827539314598,
- "currency": "GBP"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 9916.779314549214,
- "currency": "EUR"
}, - "limit": {
- "amount": 4728.592471791827,
- "currency": "EUR"
}
}, - "peril_id": "cabin-safety-events"
}
], - "section": {
- "additional_info": "Some additional information",
- "created_at": "2025-01-27T08:08:22Z",
- "exclusions": "Some exclusions information.",
- "line_of_business": "Energy",
- "risk_id": "5aa25d3f-6f9d-493e-91ab-b27e5693348b",
- "subsections": [
- {
- "created_at": "2025-01-27T08:08:22Z",
- "line_of_business": "Energy",
- "perils": {
- "excluded": [
- "agent-orange"
], - "included": [
- "sinking"
]
}, - "premium": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "premium_basis": "gnepi",
- "risk_id": "5aa25d3f-6f9d-493e-91ab-b27e5693348b",
- "subline_of_business": "LiquidatedDamages",
- "territorial_scope": {
- "excluded": [
- "canada-alberta",
- "canada-newfoundland-and-labrador",
- "usa-nevada"
], - "included": [
- "africa",
- "canada-east"
]
}
}
]
}, - "subline_of_business": "LiquidatedDamages",
- "subsection": {
- "created_at": "2025-01-27T08:08:22Z",
- "line_of_business": "Energy",
- "perils": {
- "excluded": [
- "agent-orange"
], - "included": [
- "sinking"
]
}, - "premium": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "premium_basis": "gnepi",
- "risk_id": "5aa25d3f-6f9d-493e-91ab-b27e5693348b",
- "subline_of_business": "LiquidatedDamages",
- "territorial_scope": {
- "excluded": [
- "canada-alberta",
- "canada-newfoundland-and-labrador",
- "usa-nevada"
], - "included": [
- "africa",
- "canada-east"
]
}
}
}, - {
- "catastrophe_limits": {
- "excess": {
- "amount": 1526.322137752423,
- "currency": "USD"
}, - "limit": {
- "amount": 1470.713075032121,
- "currency": "USD"
}
}, - "clash_limits": {
- "excess": {
- "amount": 5133.138291389139,
- "currency": "GBP"
}, - "limit": {
- "amount": 8196.13358510211,
- "currency": "GBP"
}
}, - "id": "3238c51e-3200-4587-9755-8e2c982bd785",
- "industry_loss_warranty": {
- "limit": {
- "amount": 4149.980109448899,
- "currency": "EUR"
}, - "retention": {
- "amount": 7184.701981272629,
- "currency": "EUR"
}, - "warranty": {
- "amount": 1319.593926912358,
- "currency": "EUR"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 9630.048445110984,
- "currency": "USD"
}, - "limit": {
- "amount": 7090.489241040746,
- "currency": "USD"
}
}, - "layer_id": "49eb2036-8269-496a-9690-d9743df509ce",
- "line_of_business": "Energy",
- "notes": "Some very useful note",
- "occurrence_limits": {
- "excess": {
- "amount": 1977.844030117991,
- "currency": "USD"
}, - "limit": {
- "amount": 9307.262391229251,
- "currency": "USD"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 8950.485071945992,
- "currency": "USD"
}, - "limit": {
- "amount": 8515.278815104333,
- "currency": "USD"
}
}, - "peril_coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 6270.053500687613,
- "currency": "USD"
}, - "limit": {
- "amount": 8983.910414434575,
- "currency": "USD"
}
}, - "clash_limits": {
- "excess": {
- "amount": 3234.296951872187,
- "currency": "EUR"
}, - "limit": {
- "amount": 9990.231457056932,
- "currency": "EUR"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 6601.608549107682,
- "currency": "XXX"
}, - "limit": {
- "amount": 8783.419268841444,
- "currency": "XXX"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 5208.710249855483,
- "currency": "USD"
}, - "retention": {
- "amount": 7965.953891143184,
- "currency": "USD"
}, - "warranty": {
- "amount": 2189.237814333662,
- "currency": "USD"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 8893.876802138126,
- "currency": "GBP"
}, - "limit": {
- "amount": 5023.880982187067,
- "currency": "GBP"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 505.347354783214,
- "currency": "EUR"
}, - "limit": {
- "amount": 9490.996792880065,
- "currency": "EUR"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 1766.7540547223,
- "currency": "USD"
}, - "limit": {
- "amount": 5242.662130765327,
- "currency": "USD"
}
}, - "peril_id": "bordereaux"
}
], - "section": {
- "additional_info": "Some additional information",
- "created_at": "2025-02-28T05:03:59Z",
- "exclusions": "Some exclusions information.",
- "line_of_business": "Energy",
- "risk_id": "5192ffac-5a63-477b-afa9-fadaae253c0b",
- "subsections": [
- {
- "created_at": "2025-02-28T05:03:59Z",
- "line_of_business": "Energy",
- "perils": {
- "excluded": [
- "benzene",
- "blade-strike",
- "brush-fire",
- "epidemics"
], - "included": [
- "cabin-safety-events"
]
}, - "premium": {
- "amount": 0,
- "currency": "USD"
}, - "premium_basis": "gnep",
- "risk_id": "5192ffac-5a63-477b-afa9-fadaae253c0b",
- "subline_of_business": "PersonalAccidentMotorDriver",
- "territorial_scope": {
- "excluded": [
- "canada-new-brunswick",
- "canada-newfoundland-and-labrador",
- "south-georgia-and-the-south-sandwich-islands"
], - "included": [ ]
}
}
]
}, - "subline_of_business": "PersonalAccidentMotorDriver",
- "subsection": {
- "created_at": "2025-02-28T05:03:59Z",
- "line_of_business": "Energy",
- "perils": {
- "excluded": [
- "benzene",
- "blade-strike",
- "brush-fire",
- "epidemics"
], - "included": [
- "cabin-safety-events"
]
}, - "premium": {
- "amount": 0,
- "currency": "USD"
}, - "premium_basis": "gnep",
- "risk_id": "5192ffac-5a63-477b-afa9-fadaae253c0b",
- "subline_of_business": "PersonalAccidentMotorDriver",
- "territorial_scope": {
- "excluded": [
- "canada-new-brunswick",
- "canada-newfoundland-and-labrador",
- "south-georgia-and-the-south-sandwich-islands"
], - "included": [ ]
}
}
}
], - "created_at": "1953-09-09T12:52:36Z",
- "custom_premium": {
- "amount": {
- "amount": 987,
- "currency": "GBP"
}, - "description": "Some comprehensive description"
}, - "id": "b77fe251-7de9-4c0d-acdf-992d9eaf33ab",
- "is_archived": true,
- "lloyds_codes": [
- {
- "code": "mk812",
- "value": 11234.456
}, - {
- "code": "a20",
- "value": 11
}
], - "lloyds_lead_reinsurer": {
- "company_id": "a402b602-d5cb-cc2b-351e-2446561ee62d",
- "company_name": "SecureTrust Re",
- "stamp_name": "ALLIANZ RE DUBLIN LTD"
}, - "market_lead_reinsurer": {
- "company_id": "44c6ab49-4260-d399-98f9-4f32593fcf4e",
- "company_name": "BlueBridge Insurance",
- "stamp_name": "ODDYSSEY REINSURANCE CO."
}, - "name": "33 London Market MS",
- "not_taken_up_reason": "Contract details were declined.",
- "order": {
- "basis": "of_whole",
- "cession_basis": "order_cession_basis_net_net",
- "value": 1.15
}, - "product": "quota_share",
- "product_data": {
- "data": {
- "cash_loss_limit": [
- {
- "amount": 0,
- "currency": "USD"
}
], - "ceding_commission": 793.5252825016348,
- "ceding_commission_basis": "ccb_net",
- "cession": 5398.8357448654115,
- "cession_limit": [
- {
- "amount": 123456.78,
- "currency": "XXX"
}
], - "event_limit": [
- {
- "amount": 0,
- "currency": "USD"
}
], - "loss_ratio_cap": {
- "applies_to": "gross_written_premium",
- "value": 0.5299502110071229
}, - "max_cession_any_one_risk": [
- {
- "amount": 0,
- "currency": "USD"
}
], - "max_premium_cession_limit": [
- {
- "amount": 0.03,
- "currency": "EUR"
}
], - "overriding_commission_basis": "net_net",
- "overriding_commission_value": 7458.159691254499,
- "profit_commission": {
- "applies_to": "net_of_brokerage",
- "clause": {
- "period": {
- "type": "years",
- "value": 6
}, - "type": "relationship_account"
}, - "commission": 433.35165632309247,
- "max_commission": 589.0136012921969,
- "min_commission": 43.900642532154116,
- "reinsurer_expense": 9134.724615613923,
- "reinsurer_expense_basis": "gross_of_reinsurer_expenses"
}, - "sliding_scale_commission": [
- {
- "commission": 1000,
- "loss_ratio_from": 0,
- "loss_ratio_to": 0.3
}, - {
- "commission": 10000,
- "loss_ratio_from": 0.3,
- "loss_ratio_to": 1
}
]
}, - "type": "proportional"
}, - "rate": {
- "adjustable_value": 353216.3809895261,
- "base_currency": null,
- "deposit": {
- "amount": 8412.80792845052,
- "currency": "USD"
}, - "deposit_premium_share": 170240.85578652818,
- "min_deposit": {
- "amount": 7312.581296080824,
- "currency": "USD"
}, - "min_premium_share": 80342.3035713321,
- "on_line_value": 342234.8592643437,
- "premiums": [
- {
- "currency": "GBP",
- "deposit_premium": 9876543.21,
- "fx_rate": null,
- "min_premium": 0.01
}, - {
- "currency": "USD",
- "deposit_premium": 9876543.21,
- "fx_rate": null,
- "min_premium": 0.01
}, - {
- "currency": "XXX",
- "deposit_premium": 0.99,
- "fx_rate": null,
- "min_premium": 0.01
}
]
}, - "reinsurance_period": "lod_period",
- "reinsurance_type": "proportional",
- "reinsured_basis": "each_and_every_loss_basis",
- "risk_id": "627614e0-634b-475c-817a-4b099f3d98dc",
- "status": "retracted",
- "subject_income": {
- "data": {
- "amount": 987,
- "currency": "GBP"
}, - "type": "custom_income"
}, - "subject_premium_basis": "nep",
- "target_reinsurance_premium": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "territorial_scope": {
- "excluded": [
- "africa",
- "australasia"
], - "included": [ ]
}
}, - "success": true
}This operation returns all quotes of the deal layer given by layer_id.
| layer_id required | string <uuid> Example: layer_id=13071376-e447-28b2-63f9-373270c84165 The ID of the deal layer for which the quoptes are desired. |
| Authorization required | string Example: Bearer rssihpq.38d63c374dd306e286f9ed6353005147e84c4177 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": [
- {
- "authorizing_entity": "ALLIANZ RE DUBLIN LTD",
- "ceding_commission": 85.07750999413656,
- "expiry": "1912-07-17",
- "id": "ca53be00-c310-4657-8be2-9e1c04d4b141",
- "layer_id": "72f8614e-28f1-4ebb-8384-3bae82bb70c7",
- "line_size": 76.32890551694761,
- "rate": 80.8707797634233,
- "rate_on_line": 72.1617990349861,
- "reinsurance_premium": {
- "amount": 0,
- "currency": "USD"
}, - "reinsurer": {
- "name": "Apex Insurance Group"
}, - "underwriter_reference": "aviation_qt_m01"
}, - {
- "authorizing_entity": "LLOYD'S SYNDICATE 8392",
- "ceding_commission": 53.28358623002385,
- "expiry": "1910-01-09",
- "id": "6f172223-6839-4a1c-ab0d-1e2728554828",
- "layer_id": "3078ac5f-6d85-4afd-a819-7991e0414eea",
- "line_size": 92.55880935318356,
- "rate": 14.158843400587118,
- "rate_on_line": 1.0122668272419033,
- "reinsurance_premium": {
- "amount": 0.03,
- "currency": "EUR"
}, - "reinsurer": {
- "name": "Apex Insurance Group"
}, - "underwriter_reference": "aviation_qt_m01"
}, - {
- "authorizing_entity": "LLOYD'S SYNDICATE 8392",
- "ceding_commission": 92.64895648919264,
- "expiry": "1892-12-03",
- "id": "7f9260b7-9d99-4c56-a566-d9ec7f8ca4c0",
- "layer_id": "607745e4-068f-4982-83c6-9c6bbcb3da1f",
- "line_size": 49.15007665369118,
- "rate": 55.03093117213774,
- "rate_on_line": 49.99326976174198,
- "reinsurance_premium": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "reinsurer": {
- "name": "Apex Insurance Group"
}, - "underwriter_reference": "GE:10-04195XL"
}
], - "success": true
}This operation creates a quote on a deal layer based on the data provided.
| Authorization required | string Example: Bearer rssihpq.38d63c374dd306e286f9ed6353005147e84c4177 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
| ceding_commission | number [ 0 .. 100 ] Ceding commission percentage value. |
| expiry_date | string <date> Quote expiry date. |
| layer_id required | string <uuid> A uuid representing the Supercede-internal ID of the layer for which the quote is provided. |
| line_size | number [ 0 .. 100 ] Line size percentage value. |
| name required | string Quote name. |
object (Money) Reinsurance premium amount. | |
| rate_on_line | number [ 0 .. 100 ] Quote rate-on-line percentage value. |
| rate_on_premium | number [ 0 .. 100 ] Quote rate percentage value. |
| reference | string Internal underwriter quote reference. |
| stamp_name required | string Underwriting company stamp name. |
{- "ceding_commission": 74.79474323866803,
- "expiry_date": "1894-05-16",
- "layer_id": "b1f2eb42-9fea-47d2-818a-a0d1dfc442e5",
- "line_size": 77.32205741758216,
- "name": "Minimum quota",
- "premium": {
- "amount": 0,
- "currency": "USD"
}, - "rate_on_line": 48.03878555173067,
- "rate_on_premium": 81.55335909405159,
- "reference": "GE:10-04195XL",
- "stamp_name": "ODDYSSEY REINSURANCE CO."
}{- "data": {
- "authorizing_entity": "ODDYSSEY REINSURANCE CO.",
- "ceding_commission": 56.512928762649686,
- "expiry": "1871-07-22",
- "id": "36811abc-551f-40ba-9526-2e0b0475ae45",
- "layer_id": "6d80823c-cf90-40de-94f3-5576cc9b79ea",
- "line_size": 11.55894435555661,
- "rate": 18.013238707040593,
- "rate_on_line": 64.47075544292409,
- "reinsurance_premium": {
- "amount": 987,
- "currency": "GBP"
}, - "reinsurer": {
- "name": "SecureTrust Re"
}, - "underwriter_reference": "aviation_qt_m01"
}, - "success": true
}| Authorization required | string Example: Bearer blnjmas.445dddabfd2a9eea92e3531afafacfb49056f4b1 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": null,
- "success": true
}| Authorization required | string Example: Bearer ttmuhwh.7f2baa1bd382bbef5a7c84a09bdae20a72e059a9 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": null,
- "success": true
}This operation returns all lines of the deal layer given by layer_id.
| layer_id required | string <uuid> Example: layer_id=85d99e7b-e723-0c34-5098-c6f2943e9e3d The ID of the deal layer for which the lines are desired. |
| Authorization required | string Example: Bearer bphafsw.7914aabe8b90472579ccb6956a2c72611facbeb4 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": [
- {
- "authorization_percentage": 99,
- "id": "a41c2656-1bbf-b85e-2641-30de398d30dc",
- "layer_id": "ec27245f-559d-8220-2163-a85c2e64b946",
- "signing": {
- "signing_date": "2020-11-15",
- "signing_percentage": 99.99
}, - "stamp_name": "NEXANS RE SA"
}, - {
- "authorization_percentage": 99.99,
- "id": "327a49ab-b31c-2a87-4a3b-32d7df450203",
- "layer_id": "ec27245f-559d-8220-2163-a85c2e64b946",
- "signing": {
- "signing_date": "2019-09-20",
- "signing_percentage": 100
}, - "stamp_name": "ODDYSSEY REINSURANCE CO."
}, - {
- "authorization_percentage": 0,
- "id": "ec27245f-559d-8220-2163-a85c2e64b946",
- "layer_id": "ec27245f-559d-8220-2163-a85c2e64b946",
- "signing": null,
- "stamp_name": null
}
], - "success": true
}This operation allows you to overwrite the market list for the deal given by risk_id.
| risk_id required | string <uuid> Example: risk_id=420137ff-3227-d7ae-bce5-824cfdee2ff5 The ID of the deal for which this market list should apply. |
| Authorization required | string Example: Bearer yhqtkiy.c4fb1ce15dab2e3017c35b12f79c75e9a22fe339 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
| company_id required | string <uuid> An uuid representing the Supercede-internal ID of the company. |
required | Array of objects (Deal layer) |
required | Array of objects (User) |
[- {
- "company_id": "ccd09082-a87a-a8eb-c292-c4edc1ad6536",
- "layers": [
- {
- "layer_id": "81a3d119-5f25-7bba-9a8c-f8910ddb5eb2"
}, - {
- "layer_id": "df7ce617-74b3-1f48-829e-9563d1faf472"
}
], - "users": [
- {
- "user_id": "cee88274-57ac-c9a3-205c-bb5a5bdb2c30"
}, - {
- "user_id": "c17c4133-8c61-7c8a-ccf7-60146770eb44"
}
]
}, - {
- "company_id": "f17e143d-dc46-eec1-3856-acf129622e19",
- "layers": [
- {
- "layer_id": "2b71445d-10e2-7237-9ce4-29f6ca4c8189"
}, - {
- "layer_id": "b689ea33-f46c-deff-2d6e-1942b0340bca"
}
], - "users": [
- {
- "user_id": "dfe73f65-afff-8685-f419-60b71fe1743b"
}, - {
- "user_id": "c0d16c31-6b02-607f-478e-fee285288ad3"
}
]
}, - {
- "company_id": "0af770db-ae41-7839-f8f3-b97d00e7ec6c",
- "layers": [
- {
- "layer_id": "cc9d185f-0987-efc8-ff1b-72ade20a1116"
}, - {
- "layer_id": "5bbc0537-cf50-562d-f6bb-1d77ca8963d1"
}
], - "users": [
- {
- "user_id": "bc385f56-55e8-c6f5-ed2c-9006cc05a0df"
}, - {
- "user_id": "b2239825-7c78-a5c3-ab86-3dc8d3a0592c"
}
]
}
]{- "data": null,
- "success": true
}Returns a list of all comments attached to a deal.
| deal_id required | string <uuid> Example: a1ee9b93-ef34-0d95-7a1c-b224b60cc516 The ID of the deal for which comments are requested. |
| Authorization required | string Example: Bearer issedtu.97e39bdad80737876f46daa098ce108658e0f56b Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": {
- "comments": [
- [
- {
- "data": {
- "company_id": "f56add31-79ca-4cf6-9c24-a0de08f52013",
- "content": "No, that was not what we decided last we met.",
- "layer_ids": [
- "959bda4b-0747-49ff-ba0b-6d436848d615",
- "0136bb78-af5e-43e5-b6a6-cccbe202ef32"
], - "stamps": [
- "LLOYD'S SYNDICATE 8392"
]
}, - "id": "9f5cebca-b9ce-4b65-832d-9c95971e9535",
- "updated_at": "2025-02-15T20:10:35Z"
}, - {
- "data": {
- "company_id": "0513dbcf-3eaf-43dd-b59b-bde62448064b",
- "content": "I wonder if this is really the right way to structure this deal.",
- "layer_ids": [
- "86a41a18-633e-4d03-a73d-1256c529892d"
], - "stamps": [
- "ODDYSSEY REINSURANCE CO."
]
}, - "id": "ab28391e-56e8-4ccd-8059-76b5d56c1b17",
- "updated_at": "2025-02-15T12:00:39Z"
}
]
]
}, - "success": true
}Allows comments to be added to a deal.
| deal_id required | string <uuid> Example: a1ee9b93-ef34-0d95-7a1c-b224b60cc516 The ID of the deal to which comments should be added. |
| Authorization required | string Example: Bearer issedtu.97e39bdad80737876f46daa098ce108658e0f56b Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
required | Array of objects (Comment) |
{- "comments": [
- [
- {
- "company_id": "f56add31-79ca-4cf6-9c24-a0de08f52013",
- "content": "No, that was not what we decided last we met.",
- "layer_ids": [
- "959bda4b-0747-49ff-ba0b-6d436848d615",
- "0136bb78-af5e-43e5-b6a6-cccbe202ef32"
], - "stamps": [
- "LLOYD'S SYNDICATE 8392"
]
}, - {
- "company_id": "f56add31-79ca-4cf6-9c24-a0de08f52013",
- "content": "Yeah, we discussed internally and we still think this is the best structure.",
- "layer_ids": [
- "959bda4b-0747-49ff-ba0b-6d436848d615",
- "0136bb78-af5e-43e5-b6a6-cccbe202ef32"
], - "stamps": [
- "LLOYD'S SYNDICATE 8392",
- "ALLIANZ RE DUBLIN LTD"
]
}
]
]
}{- "data": [ ],
- "success": true
}Allows for submitting new comment data that should replace the existing data.
| deal_id required | string <uuid> Example: 02e004bc-c3eb-6c4e-0112-9c80e6317f62 The ID of the deal on which this comment is made. |
| comment_id required | string <uuid> Example: 340110c5-b23b-2296-aee2-d3be64003308 The ID of the comment to be updated. |
| Authorization required | string Example: Bearer gdgquaf.26c56e79c23e329c0ea023fb1e1c9fb5ed75ab7d Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": [ ],
- "success": true
}Allows for removing a comment from a deal.
| deal_id required | string <uuid> Example: 02e004bc-c3eb-6c4e-0112-9c80e6317f62 The ID of the deal on which this comment is made. |
| comment_id required | string <uuid> Example: 340110c5-b23b-2296-aee2-d3be64003308 The ID of the comment to be deleted. |
| Authorization required | string Example: Bearer gdgquaf.26c56e79c23e329c0ea023fb1e1c9fb5ed75ab7d Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": null,
- "success": true
}This operation returns all available pricing fratures of the deal given by deal_id.
| deal_id required | string <uuid> Example: 8ceb1cb0-e635-a401-e891-bf210afc8112 The ID of the deal to which the pricing features are applied. |
| Authorization required | string Example: Bearer nlueqcd.b8642d1778c6cdbb449cd721542cd9a00773c351 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": {
- "pricing_features": [
- {
- "company": "912fdd66-9d3f-4424-b234-4213311eb2d4",
- "pricing_features": [
- {
- "layer": "73affb14-e995-4d16-9a09-3675ac12ae5c",
- "pricing_features_by_type": {
- "contents": {
- "brokerage": {
- "as_money": [
- {
- "amount": 521,
- "currency": "USD"
}, - {
- "amount": 710,
- "currency": "EUR"
}, - {
- "amount": 987,
- "currency": "GBP"
}
], - "as_percent": {
- "amount": 1,
- "basis": "net_net"
}
}, - "loss_additional_premium": 31.76857251717353,
- "loss_corridor": {
- "cedent_retained": 65.66185474875968,
- "max": {
- "amount": 8854.143800085352,
- "currency": "XXX"
}, - "min": {
- "amount": 5840.867777053565,
- "currency": "XXX"
}
}, - "no_claim_bonus": {
- "applies_to": "net_reinsurance_premium",
- "discount": 12.168642099712823,
- "reinsurers_expense": 25.72884984003404
}, - "profit_commission": {
- "applies_to": "gross_of_brokerage",
- "clause": {
- "period": {
- "type": "years",
- "value": 8
}, - "type": "relationship_account"
}, - "commission": 479.1044726957408,
- "max_commission": 917.701125843802,
- "min_commission": 96.9264343692505,
- "reinsurer_expense": 4394.337316713904,
- "reinsurer_expense_basis": "net_of_reinsurer_expenses"
}, - "rate": {
- "adjustable_value": 350953.71910888754,
- "on_line_value": 278914.01133854163
}, - "reinstatements": [
- {
- "amount": 17.02730364180604,
- "count_limit": 4
}, - {
- "amount": 79.52156786747672,
- "count_limit": 5
}
], - "swing": {
- "brokerage": 17.3622515701372,
- "load": 11.399568325095743,
- "max_rate": 80.97060320308142,
- "min_rate": 46.4847360403929,
- "terms_years": 7,
- "type": "simple"
}, - "target_reinsurance_premium": {
- "amount": 123456.78,
- "currency": "XXX"
}
}, - "tag": "pricing_features_non_prop_api"
}, - "stamp": "NEXANS RE SA"
}, - {
- "layer": "20395007-43b1-4c12-b8a1-4d14876ce7f8",
- "pricing_features_by_type": {
- "contents": {
- "brokerage": {
- "as_money": [
- {
- "amount": 521,
- "currency": "USD"
}, - {
- "amount": 710,
- "currency": "EUR"
}, - {
- "amount": 987,
- "currency": "GBP"
}
], - "as_percent": {
- "amount": 0.01,
- "basis": "net"
}
}, - "loss_additional_premium": 92.443905717545,
- "loss_corridor": {
- "cedent_retained": 31.403900483493818,
- "max": {
- "amount": 5837.906054716799,
- "currency": "USD"
}, - "min": {
- "amount": 4109.510222771511,
- "currency": "USD"
}
}, - "no_claim_bonus": {
- "applies_to": "net_reinsurance_premium",
- "discount": 16.206113175267912,
- "reinsurers_expense": 65.54501666613825
}, - "profit_commission": {
- "applies_to": "net_of_brokerage",
- "clause": {
- "period": {
- "type": "years",
- "value": 2
}, - "type": "relationship_account"
}, - "commission": 785.4703755979436,
- "max_commission": 942.3345501462438,
- "min_commission": 94.38294127775802,
- "reinsurer_expense": 2794.4744331985057,
- "reinsurer_expense_basis": "net_of_reinsurer_expenses"
}, - "rate": {
- "adjustable_value": 390040.10152660176,
- "on_line_value": 997542.8559089636
}, - "reinstatements": [
- {
- "amount": 67.89326307691007,
- "count_limit": 2
}, - {
- "amount": 32.52160393337302,
- "count_limit": 2
}
], - "swing": {
- "brokerage": 62.868076475547106,
- "load": 57.05805010705416,
- "max_rate": 80.09279882210181,
- "min_rate": 48.06667895117856,
- "terms_years": 6,
- "type": "min_plus"
}, - "target_reinsurance_premium": {
- "amount": 987,
- "currency": "GBP"
}
}, - "tag": "pricing_features_non_prop_api"
}, - "stamp": "ALLIANZ RE DUBLIN LTD"
}
]
}, - {
- "company": "9189710f-8770-4688-847a-7c113baed66e",
- "pricing_features": [
- {
- "layer": "73affb14-e995-4d16-9a09-3675ac12ae5c",
- "pricing_features_by_type": {
- "contents": {
- "brokerage": {
- "as_money": [
- {
- "amount": 521,
- "currency": "USD"
}, - {
- "amount": 710,
- "currency": "EUR"
}, - {
- "amount": 987,
- "currency": "GBP"
}
], - "as_percent": {
- "amount": 0.01,
- "basis": "net_net"
}
}, - "loss_additional_premium": 45.54860042705043,
- "loss_corridor": {
- "cedent_retained": 50.591179794006976,
- "max": {
- "amount": 9299.757037319743,
- "currency": "GBP"
}, - "min": {
- "amount": 7167.437203863978,
- "currency": "GBP"
}
}, - "no_claim_bonus": {
- "applies_to": "net_reinsurance_premium",
- "discount": 48.31568906938946,
- "reinsurers_expense": 33.83063562966743
}, - "profit_commission": {
- "applies_to": "net_of_brokerage",
- "clause": {
- "period": {
- "type": "years",
- "value": 1
}, - "type": "relationship_account"
}, - "commission": 154.11829007838463,
- "max_commission": 272.0982858395654,
- "min_commission": 23.662547193099577,
- "reinsurer_expense": 4657.909596206097,
- "reinsurer_expense_basis": "gross_of_reinsurer_expenses"
}, - "rate": {
- "adjustable_value": 136740.01105214065,
- "on_line_value": 36606.92546049379
}, - "reinstatements": [
- {
- "amount": 47.890696441112226,
- "count_limit": 5
}, - {
- "amount": 98.34733471497572,
- "count_limit": 2
}
], - "swing": {
- "brokerage": 30.436491212144713,
- "load": 39.43213055015722,
- "max_rate": 59.583580006377716,
- "min_rate": 13.272636076990091,
- "terms_years": 5,
- "type": "min_plus"
}, - "target_reinsurance_premium": {
- "amount": 987,
- "currency": "GBP"
}
}, - "tag": "pricing_features_non_prop_api"
}, - "stamp": "LLOYD'S SYNDICATE 8392"
}, - {
- "layer": "20395007-43b1-4c12-b8a1-4d14876ce7f8",
- "pricing_features_by_type": {
- "contents": {
- "brokerage": {
- "as_money": [
- {
- "amount": 521,
- "currency": "USD"
}, - {
- "amount": 710,
- "currency": "EUR"
}, - {
- "amount": 987,
- "currency": "GBP"
}
], - "as_percent": {
- "amount": 0.25,
- "basis": "gross"
}
}, - "loss_additional_premium": 30.22321996978636,
- "loss_corridor": {
- "cedent_retained": 95.04490075766732,
- "max": {
- "amount": 8633.276961692636,
- "currency": "GBP"
}, - "min": {
- "amount": 8126.378992048383,
- "currency": "GBP"
}
}, - "no_claim_bonus": {
- "applies_to": "gross_reinsurance_premium",
- "discount": 38.56934159188265,
- "reinsurers_expense": 75.10798706645225
}, - "profit_commission": {
- "applies_to": "net_of_brokerage",
- "clause": {
- "period": {
- "type": "years",
- "value": 2
}, - "type": "relationship_account"
}, - "commission": 70.69604329563283,
- "max_commission": 85.18935363190847,
- "min_commission": 25.598644551845094,
- "reinsurer_expense": 4489.243489105926,
- "reinsurer_expense_basis": "net_of_reinsurer_expenses"
}, - "rate": {
- "adjustable_value": 617024.1513879361,
- "on_line_value": 879908.7877829515
}, - "reinstatements": [
- {
- "amount": 82.67196541905022,
- "count_limit": 2
}, - {
- "amount": 90.52033609340474,
- "count_limit": 1
}
], - "swing": {
- "brokerage": 98.10956359725026,
- "load": 34.01968900000703,
- "max_rate": 32.79574221788881,
- "min_rate": 28.391234667506833,
- "terms_years": 9,
- "type": "min_plus"
}, - "target_reinsurance_premium": {
- "amount": 987,
- "currency": "GBP"
}
}, - "tag": "pricing_features_non_prop_api"
}, - "stamp": "NEXANS RE SA"
}
]
}
]
}, - "success": true
}This operation creates new or updates existing pricing fratures given by company_id, stamp_name and layer_id.
| risk_id required | string <uuid> Example: 4b609cc5-bcea-30cb-7123-41aad6be46ae The ID of the deal to which the pricing features are applied. |
| company_id required | string <uuid> Example: 212e8fe0-a067-2b01-7789-87108bfd96b8 The ID of the company to which the pricing features are applied. |
| stamp_name required | string <non-empty string> .+ Example: Stamp_title_ABC The stamp title to which the pricing features are applied. |
| layer_id required | string <uuid> Example: 8b6e174b-383a-ec58-bada-88a3e3d6e884 The ID of the layer to which the pricing features are applied. |
| Authorization required | string Example: Bearer fzvkojs.1ef83e8a00deca1791891637cf6f3c22108e0f3a Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
required | object (Proportional layer pricing features data) An object carrying pricing features data for the proportional layer. |
| tag required | string This is always |
{- "contents": {
- "brokerage": {
- "as_money": [
- {
- "amount": 521,
- "currency": "USD"
}, - {
- "amount": 710,
- "currency": "EUR"
}, - {
- "amount": 987,
- "currency": "GBP"
}
], - "as_percent": {
- "amount": 1,
- "basis": "net_net"
}
}, - "ceding_commission": {
- "amount": 2373.3189628374403,
- "basis": "ccb_gross"
}, - "overriding_commission": {
- "basis": "net",
- "value": 3403.061941753497
}, - "profit_commission": {
- "applies_to": "gross_of_brokerage",
- "clause": {
- "period": "not_applicable",
- "type": "relationship_account"
}, - "commission": 566.3791455655579,
- "max_commission": 920.8811111142396,
- "min_commission": 79.82997198168454,
- "reinsurer_expense": 8945.270583343348,
- "reinsurer_expense_basis": "net_of_reinsurer_expenses"
}, - "rate": {
- "adjustable_value": 8292.133756918554,
- "on_line_value": 846335.9854553279
}, - "sliding_scale_commission": [
- {
- "commission": 1000,
- "loss_ratio_from": 0,
- "loss_ratio_to": 0.3
}, - {
- "commission": 10000,
- "loss_ratio_from": 0.3,
- "loss_ratio_to": 1
}
], - "target_reinsurance_premium": {
- "amount": 0,
- "currency": "USD"
}, - "loss_additional_premium": 66.85699808625768,
- "loss_corridor": {
- "cedent_retained": 10.514765854399144,
- "max": {
- "amount": 9253.133112714506,
- "currency": "GBP"
}, - "min": {
- "amount": 8976.35756118401,
- "currency": "GBP"
}
}, - "no_claim_bonus": {
- "applies_to": "gross_reinsurance_premium",
- "discount": 67.5636214195659,
- "reinsurers_expense": 76.9349856030332
}, - "reinstatements": [
- {
- "amount": 96.71712211062042,
- "count_limit": 2
}, - {
- "amount": 18.07338698249626,
- "count_limit": 2
}
], - "swing": {
- "brokerage": 85.01969241434941,
- "load": 57.258747976760084,
- "max_rate": 20.85378059178454,
- "min_rate": 4.77555872728368,
- "terms_years": 1,
- "type": "min_plus"
}
}, - "tag": "pricing_features_non_prop_api"
}{- "data": [ ],
- "success": true
}This operation deletes pricing fratures given by company_id, stamp_name and layer_id.
| risk_id required | string <uuid> Example: 4b609cc5-bcea-30cb-7123-41aad6be46ae The ID of the deal from which the pricing features need to be removed. |
| company_id required | string <uuid> Example: 212e8fe0-a067-2b01-7789-87108bfd96b8 The ID of the company from which the pricing features need to be removed. |
| stamp_name required | string <non-empty string> .+ Example: Stamp_title_ABC The stamp title from which the pricing features need to be removed. |
| layer_id required | string <uuid> Example: 8b6e174b-383a-ec58-bada-88a3e3d6e884 The ID of the layer from which the pricing features need to be removed. |
| Authorization required | string Example: Bearer fzvkojs.1ef83e8a00deca1791891637cf6f3c22108e0f3a Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": null,
- "success": true
}Returns a list of all subjectivities attached to a deal.
| deal_id required | string <uuid> Example: 11f9dbb6-e467-e4b5-0d57-21885c862798 The ID of the deal for which subjectivities are requested. |
| Authorization required | string Example: Bearer agiqldr.337fd1ac6d74a5e6061bdf8115b8be8f7243d831 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": {
- "subjectivities": [
- [
- {
- "data": {
- "company_id": "0513dbcf-3eaf-43dd-b59b-bde62448064b",
- "content": "Subject to no known or reported losses prior to inception.",
- "layer_ids": [
- "86a41a18-633e-4d03-a73d-1256c529892d"
], - "stamp": "ODDYSSEY REINSURANCE CO."
}, - "id": "ab28391e-56e8-4ccd-8059-76b5d56c1b17",
- "state": "in_review",
- "updated_at": "2025-02-15T12:00:39Z"
}, - {
- "data": {
- "company_id": "f56add31-79ca-4cf6-9c24-a0de08f52013",
- "content": "The brokerage seems unnecessarily high. It might be a typo.",
- "layer_ids": [
- "959bda4b-0747-49ff-ba0b-6d436848d615",
- "0136bb78-af5e-43e5-b6a6-cccbe202ef32"
], - "stamp": "LLOYD'S SYNDICATE 8392"
}, - "id": "9f5cebca-b9ce-4b65-832d-9c95971e9535",
- "state": "rejected",
- "updated_at": "2025-02-15T20:10:35Z"
}
]
]
}, - "success": true
}Allows subjectivities to be added to a deal.
| deal_id required | string <uuid> Example: 11f9dbb6-e467-e4b5-0d57-21885c862798 The ID of the deal for which subjectivities are requested. |
| Authorization required | string Example: Bearer agiqldr.337fd1ac6d74a5e6061bdf8115b8be8f7243d831 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
required | Array of objects (Subjectivity) |
{- "subjectivities": [
- [
- {
- "company_id": "f56add31-79ca-4cf6-9c24-a0de08f52013",
- "content": "The brokerage seems unnecessarily high. It might be a typo.",
- "layer_ids": [
- "959bda4b-0747-49ff-ba0b-6d436848d615",
- "0136bb78-af5e-43e5-b6a6-cccbe202ef32"
], - "stamp": "LLOYD'S SYNDICATE 8392"
}, - {
- "company_id": "0513dbcf-3eaf-43dd-b59b-bde62448064b",
- "content": "Subject to no known or reported losses prior to inception.",
- "layer_ids": [
- "86a41a18-633e-4d03-a73d-1256c529892d"
], - "stamp": "ODDYSSEY REINSURANCE CO."
}
]
]
}{- "data": [ ],
- "success": true
}Set the content of a subjectivity to something new.
| deal_id required | string <uuid> Example: 555769ba-32d2-0b69-03dd-4586a699a2f7 The ID of the deal to which the subjectivity applies. |
| subjectivity_id required | string <uuid> Example: 803c3c8e-3898-b3fa-2ddf-eabe002f4369 The ID of the subjectivity to be edited. |
| Authorization required | string Example: Bearer ywyyogd.e8621647ef85b58d1c61e32a3d2007fad0fb9410 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
| content required | string The content that should replace the current content of this subjectivity. |
{- "content": "Subject to no known or reported losses prior to inception."
}{- "data": [ ],
- "success": true
}Transitions a pending subjectivity into the accepted state.
| deal_id required | string <uuid> Example: f949b99b-0a96-9850-e827-a8948662af2f The ID of the deal to which the subjectivity applies. |
| subjectivity_id required | string <uuid> Example: 22510c61-6045-8392-37b5-5f4a7b980f27 The ID of the subjectivity to be accepted. |
| Authorization required | string Example: Bearer scrsrsa.ab0e1a0d6652c77dbc87466c4b7ea83f4ef65c86 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": [ ],
- "success": true
}Transitions a pending subjectivity into the rejected state.
| deal_id required | string <uuid> Example: e690f722-3e04-2ce4-e914-9d18abfa376d The ID of the deal to which the subjectivity applies. |
| subjectivity_id required | string <uuid> Example: ee7d5a2d-72b9-aa96-45f4-fc1ac8a0ab4b The ID of the subjectivity to be rejected. |
| Authorization required | string Example: Bearer kbjazoc.2b2577aab6e108120c0706cabb2b7ce267b800c5 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": [ ],
- "success": true
}Transitions a pending subjectivity into the retracted state.
| deal_id required | string <uuid> Example: e3b58951-4661-42ce-f7e0-e434e7b7e578 The ID of the deal to which the subjectivity applies. |
| subjectivity_id required | string <uuid> Example: 8253533b-5e26-f09b-5b24-02cfeb7d8111 The ID of the subjectivity to be retracted. |
| Authorization required | string Example: Bearer doaadgo.f37f146d46fd6cae99fc90810d32e15ea5688eef Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": [ ],
- "success": true
}Call this endpoint with valid JSON to see if the API responds back with a non-failure status code.
| Authorization required | string Example: Bearer jhouezy.1e34ce8840c79f77011975d725d53da53ff5a1e3 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": { },
- "success": true
}