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 ynljbkw.c58bea7b7a40f7de592120dbdfc59db02de269fd Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": [
- {
- "id": "689291b5-c43e-4cb5-c7b5-a9715ee0c998",
- "name": "Zenith Re"
}, - {
- "id": "a402b602-d5cb-cc2b-351e-2446561ee62d",
- "name": "SecureTrust Re"
}
], - "success": true
}This operation shows all geographic regions as they are defined on the platform.
| Authorization required | string Example: Bearer lnkmoju.14847319cee93a900cfe459e675f400f05baaf3b Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
| Supercede-Version required | string Example: 2020-10-01 A version indicator required on some endpoints for disambiguation. The value should always be 2020-10-01 in those cases. |
{- "data": [
- {
- "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 rmitrli.f6012871cd6ffa6dfc722d0e080bc287e7213986 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": [
- {
- "id": "Casualty",
- "name": "Casualty or liability"
}, - {
- "id": "PoliticalRisks",
- "name": "Political risks"
}
], - "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 dhmgyss.393ec98f37c60a9d79ed1904d620d015e2a77285 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": [
- {
- "acord_code": "395",
- "acord_long_code": "individual_accident_and_health_personal_accident",
- "code": "IndividualAccidentAndHealthPersonalAccident",
- "custom_name": "Personal accident and health",
- "group": "Personal accident and health",
- "id": "IndividualAccidentAndHealthPersonalAccident",
- "line_of_business": "AccidentAndHealth",
- "name": "Individual accident and health - personal accident"
}, - {
- "acord_code": "174",
- "acord_long_code": "product_guarantee_recall",
- "code": "ProductGuaranteeRecall",
- "custom_name": null,
- "group": "Product liability",
- "id": "ProductGuaranteeRecall",
- "line_of_business": "UmbrellaLiability",
- "name": "Product guarantee – recall"
}
], - "success": true
}This operation shows all perils as they are defined on the platform.
| Authorization required | string Example: Bearer aoioruc.8a8f3623dc852d79b3ef0ba3677c4268e7a31ac9 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": [
- "black-lung",
- "bordereaux",
- "cabin-safety-events"
], - "success": true
}This operation shows all territories which can be used in deal definitions.
| Authorization required | string Example: Bearer emxoeee.7ff6daeb884a8386b36467beafa220babf19cf37 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": [
- "canada-north",
- "canada-east",
- "canada-alberta"
], - "success": true
}This operation returns the name of the company with the given company_id.
| company_id required | string <uuid> Example: 53078f2c-251a-cccd-5769-6b44a9c47f1f The ID of the company for which the name is desired. |
| Authorization required | string Example: Bearer aphazcz.a7fbdc6fbaa28ed71163b3c8f32b2477ed5af2e4 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": {
- "id": "d0fd8dff-080d-d81f-074a-f402d6a09937",
- "name": "Quartz Assurance Partners"
}, - "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 llrrqfy.862aa0960df87e43308b97b09ffcee7beee4bdea Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": {
- "is_lloyds": false,
- "lors": null,
- "name": "ODDYSSEY REINSURANCE CO.",
- "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: 7bac19f5-2801-3e76-a634-216d8cfc4ab9 The ID of the user for which information is desired. |
| Authorization required | string Example: Bearer dhghupf.ee6c9989cd0af6825c1cf6dfce42cfd7abb68d21 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": {
- "company_id": "81051fd2-4197-3ab8-1bc0-b366049e0263",
- "email": "umar@globalcover.re",
- "id": "a41c2656-1bbf-b85e-2641-30de398d30dc"
}, - "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 xjdfoqv.b72f80e9d99860efa01160e0dd6b5e298be0b015 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=archived |
| cover_note_status | string (Cover note status) Enum: "submitted" "pending" Example: cover_note_status=pending |
| is_not_taken_up | boolean (Deal hasn't been taken up) Example: is_not_taken_up=false |
| Authorization required | string Example: Bearer nfjweem.045a92b365e33a087df63e78182927acbc8a8723 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
| Supercede-Version required | string Example: 2020-10-01 A version indicator required on some endpoints for disambiguation. The value should always be 2020-10-01 in those cases. |
{- "data": [
- {
- "bound_at": "2023-12-08T00:00:00Z",
- "broker": "28938f9e-0142-46c0-b563-df5bf457fe4f",
- "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": "2f3e4d5c-6b7a-8f9e-1d2c-3b4a5e6d7f8c",
- "email": "rpatel@globalsafeguard.com",
- "user_id": "3c8f7e6d-5b4a-9c2e-1d8f-7e6d5c4b3a2f",
- "user_name": "Rajiv Patel"
}
], - "class_of_business": "facultative",
- "clients": [
- "44c6ab49-4260-d399-98f9-4f32593fcf4e",
- "689291b5-c43e-4cb5-c7b5-a9715ee0c998",
- "81051fd2-4197-3ab8-1bc0-b366049e0263"
], - "contract_reference": null,
- "cover_note_status": "submitted",
- "created_at": "2025-02-21T06:30:32Z",
- "created_by": "988d80c5-0b18-44c1-a6ba-3516d2d7db3c",
- "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": "56c640a8-afd0-4cfb-9223-a9a33d102be0",
- "duplicate_risks": [
- "efb1b14d-30c1-443a-8c37-8930b5769ac1",
- "0461d959-3d2a-4c80-8111-76194ff6e85e",
- "aa3b07ff-be73-4a65-879f-32f20ae44967"
]
}, - "expiration": {
- "data": "2026-05-31T00:00:00Z",
- "type": "bounded"
}, - "id": "75721410-09c9-4839-b2dc-c5dc7fac692d",
- "inception": "2024-01-01T00:00:00Z",
- "marketplace_state": "in_marketplace",
- "not_taken_up_reason": "Contract details were declined.",
- "premium_income": {
- "data": {
- "basis": "nep",
- "value": {
- "amount": 9203423094,
- "currency": "JPY"
}
}, - "type": "premium"
}, - "program_level_features": [
- {
- "deductible": {
- "amount": 498023,
- "currency": "JPY"
}, - "limit": {
- "amount": 234905234,
- "currency": "JPY"
}
}, - {
- "deductible": {
- "amount": 498023,
- "currency": "JPY"
}, - "limit": {
- "amount": 234905234,
- "currency": "JPY"
}
}
], - "program_name": "Specialty Lines Quota",
- "risk_options": [
- {
- "created_at": "2025-01-27T08:08:22Z",
- "name": "Option 1",
- "option_id": "874a0c83-18d7-426b-a6e2-cba7191f241a",
- "status": "OptionRetracted"
}, - {
- "created_at": "2025-02-28T05:03:59Z",
- "name": "Alternative structure",
- "option_id": "647d2858-9692-4133-a6f6-deb5db7f61ff",
- "status": "OptionQuoting"
}
], - "sections": [
- {
- "additional_info": null,
- "created_at": "2025-03-02T12:01:34Z",
- "exclusions": "Politial risks: bribery and anti-trust.",
- "line_of_business": "Life",
- "risk_id": "8059b770-1625-40af-998a-ee89d843f5fd",
- "subsections": [
- {
- "created_at": "2025-03-02T12:01:34Z",
- "line_of_business": "Life",
- "perils": {
- "excluded": [
- "agent-orange",
- "blade-strike",
- "bordereaux",
- "breast-implant"
], - "included": [
- "benzene"
]
}, - "premium": {
- "amount": 987,
- "currency": "GBP"
}, - "premium_basis": "afp",
- "risk_id": "633e374a-d6cb-4048-b9df-ae8f97dc2e7c",
- "subline_of_business": "AgricultureFishfarm",
- "territorial_scope": {
- "excluded": [
- "asia",
- "canada-new-brunswick"
], - "included": [
- "africa",
- "canada-east"
]
}
}
]
}, - {
- "additional_info": "Marine & Nuclear",
- "created_at": "2025-02-28T05:03:59Z",
- "exclusions": null,
- "line_of_business": "Motor",
- "risk_id": "1fd11e22-ae0a-43e4-8ef5-76b474258e36",
- "subsections": [
- {
- "created_at": "2025-02-28T05:03:59Z",
- "line_of_business": "Motor",
- "perils": {
- "excluded": [
- "benzene",
- "brain-damage",
- "cabin-safety-events",
- "epidemics"
], - "included": [ ]
}, - "premium": {
- "amount": 0.03,
- "currency": "EUR"
}, - "premium_basis": "gnep",
- "risk_id": "2acfce28-9ba8-4f3a-b3a9-e50a6c7bb78d",
- "subline_of_business": "GroupAccidentAndHealthAirTravel",
- "territorial_scope": {
- "excluded": [
- "canada-newfoundland-and-labrador"
], - "included": [
- "africa",
- "australasia",
- "cabo-verde"
]
}
}
]
}, - {
- "additional_info": "This is the second version of this section.",
- "created_at": "2025-01-27T08:08:22Z",
- "exclusions": "The cedent's per risk XL business.",
- "line_of_business": "Casualty",
- "risk_id": "e259b7bf-0ba9-4310-beff-1de8a006fe3a",
- "subsections": [
- {
- "created_at": "2025-01-27T08:08:22Z",
- "line_of_business": "Casualty",
- "perils": {
- "excluded": [ ],
- "included": [
- "black-lung",
- "blade-strike"
]
}, - "premium": {
- "amount": 0.03,
- "currency": "EUR"
}, - "premium_basis": "nwp",
- "risk_id": "9647c255-9304-4803-a3c2-1842d0c82309",
- "subline_of_business": "LiquidatedDamages",
- "territorial_scope": {
- "excluded": [ ],
- "included": [
- "usa-new-york"
]
}
}
]
}
], - "status": "fot",
- "territorial_scope": {
- "excluded": [ ],
- "included": [
- "cabo-verde",
- "canada-east"
]
}
}, - {
- "bound_at": "2023-12-08T00:00:00Z",
- "broker": "5d837abd-729e-4f78-ad29-bc386e40e88e",
- "broker_contacts": [
- {
- "company_id": "959bda4b-0747-49ff-ba0b-6d436848d615",
- "email": "lukas.baumgart@horizonprotect.com",
- "user_id": "07ee5d65-c038-46dd-83a3-4282bee617fd",
- "user_name": "Lukas Baumgartner"
}
], - "cedent_contacts": [
- {
- "company_id": "67c8b24b-fdb4-465f-b0ce-4eeb388081e0",
- "email": "mchen@pacificshield.com.sg",
- "user_id": "fcbf2e75-759e-45c8-a344-44cdc077362a",
- "user_name": "Mei Lin Chen"
}, - {
- "company_id": "86a41a18-633e-4d03-a73d-1256c529892d",
- "email": "h.mueller@continentalrisk.de",
- "user_id": "2b3c4d5e-6f7a-8b9c-0d1e-2f3a4b5c6d7e",
- "user_name": "Hans Mueller"
}
], - "class_of_business": "treaty",
- "clients": [
- "a2e8f968-82d2-86e0-b72a-3800e4c40bb5"
], - "contract_reference": "PSC-890-V3-4567",
- "cover_note_status": "submitted",
- "created_at": "2025-02-21T06:30:32Z",
- "created_by": "a1122def-cf97-4974-9945-13d71dbeae8d",
- "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": "de7789ac-b3ae-4d69-86a4-f9b0950bd960",
- "duplicate_risks": [
- "bb723477-379f-46cf-be14-f86b6c20e800",
- "2e07201c-15ec-496d-bcb3-0f2f1e6d3fa7",
- "1473069a-0f7b-43d3-a38c-2fd7c38d96b4"
]
}, - "expiration": {
- "type": "continuous"
}, - "id": "b8998e8f-5e72-41f1-bfd7-11076a24842b",
- "inception": "2024-01-01T00:00:00Z",
- "marketplace_state": "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": "London Market Quota Share",
- "risk_options": [
- {
- "created_at": "2025-01-27T08:08:22Z",
- "name": "Shield Ins ILW - US $25bn",
- "option_id": "db7f54e0-acd7-49b2-92e4-5fc4fa69a098",
- "status": "OptionQuoting"
}, - {
- "created_at": "2025-03-02T12:01:34Z",
- "name": "Shield Ins ILW - US $25bn",
- "option_id": "a36b059b-946f-4e1d-9d27-97880ffd7840",
- "status": "OptionQuoting"
}
], - "sections": [
- {
- "additional_info": null,
- "created_at": "2025-03-02T12:01:34Z",
- "exclusions": null,
- "line_of_business": "PoliticalRisks",
- "risk_id": "5b36a946-2053-4c1a-8890-c316249765a1",
- "subsections": [
- {
- "created_at": "2025-03-02T12:01:34Z",
- "line_of_business": "PoliticalRisks",
- "perils": {
- "excluded": [ ],
- "included": [
- "brain-damage",
- "cabin-safety-events"
]
}, - "premium": {
- "amount": 0,
- "currency": "USD"
}, - "premium_basis": "gnepi",
- "risk_id": "2390647d-d2eb-436b-aee5-cba75e05e08e",
- "subline_of_business": "PersonalAccidentMotorDriver",
- "territorial_scope": {
- "excluded": [ ],
- "included": [
- "canada-east"
]
}
}
]
}, - {
- "additional_info": null,
- "created_at": "2025-03-02T12:01:34Z",
- "exclusions": "The cedent's per risk XL business.",
- "line_of_business": "Credit",
- "risk_id": "375a4cfc-f28e-49cb-a4d5-b2e3be4bad9b",
- "subsections": [
- {
- "created_at": "2025-03-02T12:01:34Z",
- "line_of_business": "Credit",
- "perils": {
- "excluded": [ ],
- "included": [
- "black-lung"
]
}, - "premium": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "premium_basis": "nwp",
- "risk_id": "6883f0b4-a1d1-44d2-ba2a-c8cd749e4082",
- "subline_of_business": "MarineOceanHull",
- "territorial_scope": {
- "excluded": [ ],
- "included": [
- "australasia",
- "benelux",
- "canada-north"
]
}
}
]
}, - {
- "additional_info": "This is the second version of this section.",
- "created_at": "2025-01-27T08:08:22Z",
- "exclusions": "Marine only for North Sea traffic.",
- "line_of_business": "Energy",
- "risk_id": "b33cf81e-ae03-4ff4-a361-fa8cf708521c",
- "subsections": [
- {
- "created_at": "2025-01-27T08:08:22Z",
- "line_of_business": "Energy",
- "perils": {
- "excluded": [
- "black-lung",
- "business-interruption"
], - "included": [
- "agent-orange",
- "tempest"
]
}, - "premium": {
- "amount": 0.03,
- "currency": "EUR"
}, - "premium_basis": "nwp",
- "risk_id": "51e7763f-66a7-49b4-84ab-7453379db644",
- "subline_of_business": "LiquidatedDamages",
- "territorial_scope": {
- "excluded": [
- "benelux",
- "canada-east",
- "south-georgia-and-the-south-sandwich-islands"
], - "included": [
- "asia",
- "canada-newfoundland-and-labrador"
]
}
}
]
}
], - "status": "fot",
- "territorial_scope": {
- "excluded": [
- "canada-newfoundland-and-labrador"
], - "included": [
- "asia"
]
}
}, - {
- "bound_at": "2023-12-08T00:00:00Z",
- "broker": "bec1071b-c088-4ce3-b833-0faaa0cf431b",
- "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": "959bda4b-0747-49ff-ba0b-6d436848d615",
- "email": "jwilson@atlanticassurance.com",
- "user_id": "3c31d966-ab58-45c9-bd9e-0e3c6df68ec8",
- "user_name": "James Wilson"
}, - {
- "company_id": "6d9e8f7a-5c4b-3e2d-1a9f-8b7c6d5e4f3a",
- "email": "sophie.laurent@alpinesecure.ch",
- "user_id": "7a23b9c4-8e1d-4f6a-9b35-18c7def9a2d5",
- "user_name": "Sophie Laurent"
}
], - "class_of_business": "retrocession",
- "clients": [
- "0f315430-660c-d475-58d2-e8803f7b13f2"
], - "contract_reference": "LGX/2023/7834-01",
- "cover_note_status": "submitted",
- "created_at": "2025-02-21T06:30:32Z",
- "created_by": "78bd26a9-5c3b-4a2e-b6f7-2fa4f43406a0",
- "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": "b6c9da91-451b-4946-a7dd-44e4bc0ff855",
- "duplicate_risks": [
- "4bc74b4a-27fa-4a86-9146-e50b3c4cdc17",
- "6204e9ff-c7c7-4106-a7b3-efc22a8897f1",
- "132dd8fe-9008-49aa-8522-fdc53f5964a2"
]
}, - "expiration": {
- "type": "continuous"
}, - "id": "6055287d-45d0-4863-acca-3402a3d03754",
- "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": 34944,
- "currency": "USD"
}, - "limit": {
- "amount": 9033423,
- "currency": "USD"
}
}
], - "program_name": "Property Cat",
- "risk_options": [
- {
- "created_at": "2025-03-02T12:01:34Z",
- "name": "$30m xs $25m",
- "option_id": "68f91e34-4e60-40f6-804c-edf7f5566db6",
- "status": "OptionRetracted"
}, - {
- "created_at": "2025-03-02T12:01:34Z",
- "name": "Option 1",
- "option_id": "8f0d2ddf-0181-4905-8127-3619036f203e",
- "status": "OpitonArchived"
}
], - "sections": [
- {
- "additional_info": null,
- "created_at": "2025-02-28T05:03:59Z",
- "exclusions": null,
- "line_of_business": "Cyber",
- "risk_id": "8f6d33f4-d8b0-4acd-926e-f6643964424b",
- "subsections": [
- {
- "created_at": "2025-02-28T05:03:59Z",
- "line_of_business": "Cyber",
- "perils": {
- "excluded": [ ],
- "included": [
- "bordereaux"
]
}, - "premium": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "premium_basis": "gwp",
- "risk_id": "0a065272-7ac6-4d98-8996-e16453fbf122",
- "subline_of_business": "EquityRelease",
- "territorial_scope": {
- "excluded": [
- "canada-east",
- "canada-newfoundland-and-labrador"
], - "included": [ ]
}
}
]
}, - {
- "additional_info": "This is the second version of this section.",
- "created_at": "2025-01-27T08:08:22Z",
- "exclusions": null,
- "line_of_business": "Life",
- "risk_id": "1a1bd77a-d9aa-4c6c-8656-1680edc8afa4",
- "subsections": [
- {
- "created_at": "2025-01-27T08:08:22Z",
- "line_of_business": "Life",
- "perils": {
- "excluded": [ ],
- "included": [ ]
}, - "premium": {
- "amount": 0,
- "currency": "USD"
}, - "premium_basis": "gnep",
- "risk_id": "21ed51af-fa22-407a-8943-00b7c49c9070",
- "subline_of_business": "GroupAccidentAndHealthAirTravel",
- "territorial_scope": {
- "excluded": [
- "canada-east",
- "canada-north"
], - "included": [
- "south-georgia-and-the-south-sandwich-islands",
- "usa-nevada"
]
}
}
]
}, - {
- "additional_info": null,
- "created_at": "2025-01-27T08:08:22Z",
- "exclusions": null,
- "line_of_business": "AccidentAndHealth",
- "risk_id": "2f93342c-7864-411b-a7dc-c9634990820c",
- "subsections": [
- {
- "created_at": "2025-01-27T08:08:22Z",
- "line_of_business": "AccidentAndHealth",
- "perils": {
- "excluded": [
- "brain-damage",
- "breast-implant",
- "business-interruption"
], - "included": [
- "black-lung"
]
}, - "premium": {
- "amount": 987,
- "currency": "GBP"
}, - "premium_basis": "gep",
- "risk_id": "5b3f3838-924e-4912-ac08-78cfc7eb09e3",
- "subline_of_business": "SurgicalCash",
- "territorial_scope": {
- "excluded": [
- "asia",
- "canada-east",
- "canada-newfoundland-and-labrador",
- "usa-new-york"
], - "included": [
- "bonaire-sint-eustatius-and-saba"
]
}
}
]
}
], - "status": "draft",
- "territorial_scope": null
}
], - "success": true
}Create a new draft deal.
| Authorization required | string Example: Bearer nfjweem.045a92b365e33a087df63e78182927acbc8a8723 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
| Supercede-Version required | string Example: 2020-10-01 A version indicator required on some endpoints for disambiguation. The value should always be 2020-10-01 in those cases. |
| 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": [
- "Apex Insurance Group",
- "Quartz Assurance Partners",
- "Prism Risk Ltd."
], - "contract_reference": "FTR-9900-23/C",
- "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": "2026-12-31T00:00:00Z",
- "type": "bounded"
}, - "inception": "2025-01-01T00:00:00Z",
- "original_insured": null,
- "premium_income": {
- "data": {
- "amount": 9032434,
- "currency": "USD"
}, - "type": "total_insured"
}, - "program_level_features": [
- {
- "deductible": {
- "amount": 498023,
- "currency": "JPY"
}, - "limit": {
- "amount": 234905234,
- "currency": "JPY"
}
}, - {
- "deductible": {
- "amount": 498023,
- "currency": "JPY"
}, - "limit": {
- "amount": 234905234,
- "currency": "JPY"
}
}
], - "program_name": "London Market Quota Share",
- "sections": [
- {
- "additional_info": "This is the second version of this section.",
- "exclusions": null,
- "line_of_business": "Cyber",
- "subsections": [
- {
- "perils": {
- "excluded": [
- "black-lung",
- "tempest"
], - "included": [ ]
}, - "premium": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "premium_basis": "gep",
- "subline_of_business": "RainPluvius",
- "territorial_scope": {
- "excluded": [
- "benelux",
- "canada-north"
], - "included": [ ]
}
}
]
}, - {
- "additional_info": "Offshore construction",
- "exclusions": null,
- "line_of_business": "Life",
- "subsections": [
- {
- "perils": {
- "excluded": [
- "black-lung",
- "sinking"
], - "included": [ ]
}, - "premium": {
- "amount": 0,
- "currency": "USD"
}, - "premium_basis": "afp",
- "subline_of_business": "LiquidatedDamages",
- "territorial_scope": {
- "excluded": [
- "south-georgia-and-the-south-sandwich-islands",
- "usa-new-york"
], - "included": [
- "africa",
- "canada-new-brunswick"
]
}
}
]
}, - {
- "additional_info": null,
- "exclusions": null,
- "line_of_business": "Marine",
- "subsections": [
- {
- "perils": {
- "excluded": [
- "agent-orange",
- "brush-fire",
- "business-interruption"
], - "included": [
- "brain-damage",
- "cabin-safety-events",
- "epidemics"
]
}, - "premium": {
- "amount": 987,
- "currency": "GBP"
}, - "premium_basis": "nep",
- "subline_of_business": "PersonalAccidentMotorDriver",
- "territorial_scope": {
- "excluded": [
- "africa",
- "asia",
- "canada-newfoundland-and-labrador"
], - "included": [
- "australasia",
- "cabo-verde"
]
}
}
]
}
], - "territorial_scope": {
- "excluded": [ ],
- "included": [
- "australasia",
- "canada-north"
]
}
}{- "data": {
- "bound_at": "2023-11-29T00:00:00Z",
- "broker": "27056c34-0f1a-46ff-a86d-16bc150a0a77",
- "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": "959bda4b-0747-49ff-ba0b-6d436848d615",
- "email": "jwilson@atlanticassurance.com",
- "user_id": "3c31d966-ab58-45c9-bd9e-0e3c6df68ec8",
- "user_name": "James Wilson"
}, - {
- "company_id": "959bda4b-0747-49ff-ba0b-6d436848d615",
- "email": "jwilson@atlanticassurance.com",
- "user_id": "3c31d966-ab58-45c9-bd9e-0e3c6df68ec8",
- "user_name": "James Wilson"
}
], - "class_of_business": "retrocession",
- "clients": [
- "d0fd8dff-080d-d81f-074a-f402d6a09937"
], - "contract_reference": null,
- "cover_note_status": "submitted",
- "created_at": "2025-03-12T10:57:35Z",
- "created_by": "11b10603-ebce-41e0-a439-47424880b168",
- "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": "5814227a-a2bd-4190-8c99-eb6cc797dcae",
- "duplicate_risks": [
- "13f9411a-6503-4c51-aca3-5bbe9d91c3b0",
- "50eb6ca1-6ad6-46d7-98f8-4d9d7bed3101",
- "d22f842b-7242-4e20-9d61-7d54b2d2b0bb"
]
}, - "expiration": {
- "type": "continuous"
}, - "id": "ca7f8981-abc8-452d-9805-84fd89d8a538",
- "inception": "2024-01-01T00:00:00Z",
- "marketplace_state": "in_marketplace",
- "not_taken_up_reason": "Contract details were declined.",
- "premium_income": {
- "data": {
- "amount": 9032434,
- "currency": "USD"
}, - "type": "total_insured"
}, - "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": "London Market Quota Share",
- "risk_options": [
- {
- "created_at": "2025-02-28T05:03:59Z",
- "name": "Option 1",
- "option_id": "db1547b8-9234-4654-afad-ce2091031940",
- "status": "OptionQuoting"
}, - {
- "created_at": "2025-02-28T05:03:59Z",
- "name": "Shield Ins ILW - US $25bn",
- "option_id": "0f2b3b74-65af-462b-b7f3-289c285210bf",
- "status": "OptionQuoting"
}
], - "sections": [
- {
- "additional_info": "Offshore construction",
- "created_at": "2025-03-02T12:01:34Z",
- "exclusions": "Political risks.",
- "line_of_business": "PoliticalRisks",
- "risk_id": "2f6788ce-205b-4334-993e-0a9cdc68bcd6",
- "subsections": [
- {
- "created_at": "2025-03-02T12:01:34Z",
- "line_of_business": "PoliticalRisks",
- "perils": {
- "excluded": [
- "bordereaux",
- "sinking",
- "tempest"
], - "included": [
- "cabin-safety-events"
]
}, - "premium": {
- "amount": 987,
- "currency": "GBP"
}, - "premium_basis": "gnepi",
- "risk_id": "114e05aa-ed21-4782-b2e9-e791d39d9e7a",
- "subline_of_business": "AgricultureFishfarm",
- "territorial_scope": {
- "excluded": [
- "asia",
- "canada-alberta"
], - "included": [
- "benelux",
- "south-georgia-and-the-south-sandwich-islands"
]
}
}
]
}, - {
- "additional_info": "Marine & Nuclear",
- "created_at": "2025-03-02T12:01:34Z",
- "exclusions": null,
- "line_of_business": "Energy",
- "risk_id": "c6668fae-0b8b-45f2-9ca7-50d00ee134b4",
- "subsections": [
- {
- "created_at": "2025-03-02T12:01:34Z",
- "line_of_business": "Energy",
- "perils": {
- "excluded": [
- "agent-orange",
- "cabin-safety-events",
- "tempest"
], - "included": [
- "sinking"
]
}, - "premium": {
- "amount": 987,
- "currency": "GBP"
}, - "premium_basis": "gnep",
- "risk_id": "1a1c869e-90cb-4167-bb5f-f8baf8b31d38",
- "subline_of_business": "EquityRelease",
- "territorial_scope": {
- "excluded": [
- "canada-east",
- "usa-nevada",
- "usa-new-york"
], - "included": [
- "cabo-verde"
]
}
}
]
}, - {
- "additional_info": null,
- "created_at": "2025-03-02T12:01:34Z",
- "exclusions": "The cedent's per risk XL business.",
- "line_of_business": "Cyber",
- "risk_id": "819ee754-3313-411f-84ef-68c1c6dec112",
- "subsections": [
- {
- "created_at": "2025-03-02T12:01:34Z",
- "line_of_business": "Cyber",
- "perils": {
- "excluded": [ ],
- "included": [
- "business-interruption"
]
}, - "premium": {
- "amount": 0,
- "currency": "USD"
}, - "premium_basis": "gwp",
- "risk_id": "62fb13d3-e87b-45a0-a080-a94cb474ca4d",
- "subline_of_business": "SicknessLossOfIncomeLongTerm",
- "territorial_scope": {
- "excluded": [
- "australasia"
], - "included": [
- "canada-newfoundland-and-labrador"
]
}
}
]
}
], - "status": "quoting",
- "territorial_scope": {
- "excluded": [ ],
- "included": [
- "canada-new-brunswick"
]
}
}, - "success": true
}Get information about a deal.
| deal_id required | string <uuid> Example: 9ca0d79a-089a-d879-0cdd-f8031d776abc The ID of the deal to get information from |
| Authorization required | string Example: Bearer ayiqaue.a381f1069202083d53033085e60eb085af4d0c07 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
| Supercede-Version required | string Example: 2020-10-01 A version indicator required on some endpoints for disambiguation. The value should always be 2020-10-01 in those cases. |
{- "data": {
- "bound_at": "2023-11-29T00:00:00Z",
- "broker": "2a6665d3-4aca-4634-8b75-6f46175dbd99",
- "broker_contacts": [
- {
- "company_id": "7f8e9d0c-1b2a-3d4c-5e6f-7a8b9c0d1e2f",
- "email": "aokafor@saharaprotect.ng",
- "user_id": "5f6e7d8c-9b0a-1c2d-3e4f-5a6b7c8d9e0f",
- "user_name": "Amara Okafor"
}
], - "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": "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",
- "689291b5-c43e-4cb5-c7b5-a9715ee0c998"
], - "contract_reference": "PSC-890-V3-4567",
- "cover_note_status": "pending",
- "created_at": "2025-03-12T10:57:35Z",
- "created_by": "1409e790-b80f-404b-83cc-81ab01bea2cb",
- "description": "We invite participation in our Pacific typhoon excess program with a 15% brokerage split between MarshMac (50%) and Willis (50%), featuring a maximum recovery limit of $120m.",
- "duplicates": null,
- "expiration": {
- "data": "2026-12-31T00:00:00Z",
- "type": "bounded"
}, - "id": "bb545ade-d6cd-47f5-af9f-c469bda1177f",
- "inception": "2024-01-01T00:00:00Z",
- "marketplace_state": "not_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": 498023,
- "currency": "JPY"
}, - "limit": {
- "amount": 234905234,
- "currency": "JPY"
}
}, - {
- "deductible": {
- "amount": 34944,
- "currency": "USD"
}, - "limit": {
- "amount": 9033423,
- "currency": "USD"
}
}
], - "program_name": "Property Cat",
- "risk_options": [
- {
- "created_at": "2025-01-27T08:08:22Z",
- "name": "$30m xs $25m",
- "option_id": "22954067-06a1-4f02-b972-0cf5d2399ce1",
- "status": "OptionInMarket"
}, - {
- "created_at": "2025-03-02T12:01:34Z",
- "name": "Alternative structure",
- "option_id": "6ace1698-143e-44e4-a800-46988cc6e6ac",
- "status": "OpitonArchived"
}
], - "sections": [
- {
- "additional_info": "Offshore construction",
- "created_at": "2025-03-02T12:01:34Z",
- "exclusions": "Marine only for North Sea traffic.",
- "line_of_business": "PoliticalRisks",
- "risk_id": "40d0cacf-c83f-4217-bc17-16e4726eecc9",
- "subsections": [
- {
- "created_at": "2025-03-02T12:01:34Z",
- "line_of_business": "PoliticalRisks",
- "perils": {
- "excluded": [
- "benzene",
- "black-lung",
- "bordereaux",
- "business-interruption",
- "epidemics"
], - "included": [
- "breast-implant"
]
}, - "premium": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "premium_basis": "gnwp",
- "risk_id": "824c56b6-3237-4df3-b5dc-fee6da369736",
- "subline_of_business": "EquityRelease",
- "territorial_scope": {
- "excluded": [
- "canada-newfoundland-and-labrador"
], - "included": [
- "benelux",
- "canada-new-brunswick"
]
}
}
]
}, - {
- "additional_info": "Offshore construction",
- "created_at": "2025-02-28T05:03:59Z",
- "exclusions": null,
- "line_of_business": "Energy",
- "risk_id": "993174e4-ee2f-4f6e-87fd-f93ba84fa751",
- "subsections": [
- {
- "created_at": "2025-02-28T05:03:59Z",
- "line_of_business": "Energy",
- "perils": {
- "excluded": [
- "black-lung",
- "business-interruption",
- "cabin-safety-events"
], - "included": [
- "brain-damage",
- "breast-implant"
]
}, - "premium": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "premium_basis": "nep",
- "risk_id": "7949d20d-b543-42b3-9bae-943aa0b1e8d7",
- "subline_of_business": "CancellationAndAbandonment",
- "territorial_scope": {
- "excluded": [
- "africa",
- "canada-newfoundland-and-labrador",
- "canada-north",
- "south-georgia-and-the-south-sandwich-islands",
- "usa-new-york"
], - "included": [
- "canada-east",
- "canada-new-brunswick"
]
}
}
]
}, - {
- "additional_info": "Offshore construction",
- "created_at": "2025-01-27T08:08:22Z",
- "exclusions": "The cedent's per risk XL business.",
- "line_of_business": "Marine",
- "risk_id": "2050ab72-03cc-496c-aec4-fefcada1a6f5",
- "subsections": [
- {
- "created_at": "2025-01-27T08:08:22Z",
- "line_of_business": "Marine",
- "perils": {
- "excluded": [
- "sinking"
], - "included": [
- "breast-implant"
]
}, - "premium": {
- "amount": 0.03,
- "currency": "EUR"
}, - "premium_basis": "gnwp",
- "risk_id": "9ef32eb5-e581-4493-99b7-02e57dc5301a",
- "subline_of_business": "LiquidatedDamages",
- "territorial_scope": {
- "excluded": [
- "usa-new-york"
], - "included": [ ]
}
}
]
}
], - "status": "draft",
- "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: c24cf99a-d655-d0f6-345e-7ef0fbce5a18 The ID of the deal to get the last changed timestamp for. |
| Authorization required | string Example: Bearer zlfbskj.f9fef77a1d4822bce923369d396ea46dec8a7b9e 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: dcde17da-7c88-ec71-1f99-8a537222e3a3 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 rzbvbtf.1bb46b2ea9cfb6f06fdfc0762cf000a4c6e4a0ac 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"
}, - {
- "company_name": "GlobalCover Re",
- "event": "Markets Updated",
- "flow": "Market List",
- "new": {
- "audit_trail_id": 23559,
- "company_id": "99512eca-9ee0-4e53-a4b9-fb2aab2db4d8",
- "risk_id": "b8341f88-41ca-4c51-9acc-41a293d0fb37",
- "user_id": "0abc4f7a-fb73-48cf-a517-bf4038e114cb"
}, - "old": {
- "company_id": "a402b602-d5cb-4c2b-351e-2446561ee62d",
- "risk_id": "b8341f88-41ca-4c51-9acc-41a293d0fb37",
- "user_id": "122d6567-eaca-4ea1-1fe5-7b3cdda0b136"
}, - "page": "",
- "time": "2020-01-31 20:10:35 UTC",
- "user_name": "Oscar Jensen"
}
], - "success": true
}| deal_id required | string <uuid> Example: f2ebb9ad-8e3d-3d18-fb63-397acbd5331c The ID of the deal to which the pricing features are applied. |
| Authorization required | string Example: Bearer lahtbrl.adf5ebe00a7d9a45e4906a457eb12fbe41a768c3 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
| Supercede-Version required | string Example: 2020-10-01 A version indicator required on some endpoints for disambiguation. The value should always be 2020-10-01 in those cases. |
{- "data": {
- "brokerage_splits": [
- {
- "brokerage_split_shares": [
- {
- "company_id": "c6d192ae-9c4b-4324-88c8-afffef544853",
- "percentage": 12.123456
}, - {
- "company_id": "cb4ecdb5-e63c-43cc-bb4c-0b9d118162c3",
- "percentage": 0
}
], - "risk_id": "70823024-3490-44f7-9d62-e22c09137cec"
}, - {
- "brokerage_split_shares": [
- {
- "company_id": "742f6e66-5714-4de5-9850-350508b729ec",
- "percentage": 5
}, - {
- "company_id": "211d6313-f27c-4814-8e19-b1aa86b517e4",
- "percentage": 5
}
], - "risk_id": "70d7e6c3-b4ce-48d3-ad74-6803724e47f5"
}
], - "layer_cash_loss_limit": [
- {
- "cash_loss_limit": [
- {
- "amount": 212.5,
- "currency": "USD"
}, - {
- "amount": 130000.48,
- "currency": "EUR"
}
], - "layer_id": "4008d11c-65c0-471c-952e-48691b5c0a95",
- "period": 7
}, - {
- "cash_loss_limit": [
- {
- "amount": 130000.48,
- "currency": "USD"
}, - {
- "amount": 130000.48,
- "currency": "EUR"
}
], - "layer_id": "8e2d188b-6b2c-446c-8c46-8d510a0ebab6",
- "period": 6
}
], - "layer_cedent_participations": [
- {
- "cedent_participations": [
- {
- "company_id": "44cd1942-33a6-4b6a-b3de-b1084bd65248",
- "participation_percentage": 0.000001,
- "year_of_account": 1994
}, - {
- "company_id": "aa60e100-9544-44a0-8d01-e17e236ee41f",
- "participation_percentage": 0.000001,
- "year_of_account": 1997
}
], - "layer_id": "f4e5b6fb-b92a-4730-b278-17514d0ecad5"
}, - {
- "cedent_participations": [
- {
- "company_id": "2b573ade-61b2-40d7-bf9c-e77f8fc8d99c",
- "participation_percentage": 0.000001,
- "year_of_account": 2006
}, - {
- "company_id": "adea536f-6a33-402e-8f34-846da7787db4",
- "participation_percentage": 0,
- "year_of_account": 1994
}
], - "layer_id": "f06719ca-c2ae-4f0c-ae73-57c39044c188"
}
], - "layer_internal_expenses": [
- {
- "internal_expenses": {
- "basis": "internal_expenses_basis_gross",
- "percentage": 0.000001
}, - "layer_id": "e1bb90ae-5243-4cee-baa8-3fc9636759ca"
}, - {
- "internal_expenses": {
- "basis": "internal_expenses_basis_gross",
- "percentage": 12.123456
}, - "layer_id": "58070e0f-b3c6-4e97-ba24-1070ad597834"
}
], - "layer_internal_references": [
- {
- "internal_reference": "ACMC04917SF-REF",
- "layer_id": "7f290370-0729-40e5-803d-56b938f9512a"
}, - {
- "internal_reference": "REF:AVIQ503FMT",
- "layer_id": "b3a3f04b-d829-4f65-bc6c-5e2ebe554141"
}
], - "layer_max_recoverables": [
- {
- "layer_id": "9401eaa9-aa76-4ffb-b6cb-7f83f9b1d70e",
- "max_recoverable": {
- "amount": 0,
- "currency": "USD"
}
}, - {
- "layer_id": "d4511442-050b-4bcc-ab66-99a6c164e8f7",
- "max_recoverable": {
- "amount": 123456.78,
- "currency": "XXX"
}
}
], - "layer_original_acquisition_costs": [
- {
- "layer_id": "1e38ed6d-f3e1-46e6-a3e9-92568b92980b",
- "original_acquisition_costs": {
- "percentage": 0.000001
}
}, - {
- "layer_id": "df9c8003-c163-4f82-a8e1-7a23d4dd79e5",
- "original_acquisition_costs": {
- "percentage": 100
}
}
], - "layer_reporting_requirements": [
- {
- "proportional": {
- "account_frequency": "half-yearly",
- "accounts_due_within_days": 54,
- "layer_id": "65204cd5-fad8-403d-b31e-24a0fbf9eaa6",
- "period_of_credit_days": 112
}
}, - {
- "non-proportional": {
- "adjustment_frequency": "annually",
- "final_adjustment_date": "2020-07-18",
- "first_adjustment_date": "2020-02-15",
- "layer_id": "6fa00404-3df4-49c2-8207-80569fabcba1",
- "period_of_credit_days": 9993
}
}
], - "market_info": [
- {
- "brokerage_rebate": 0,
- "collateral_sum": 0.000001,
- "collateral_type": "third_party_surety_collateral",
- "premium_recipient": "broker",
- "stamp": "NEXANS RE SA"
}, - {
- "brokerage_rebate": 100,
- "collateral_sum": 5,
- "collateral_type": "trust_arrangement_collateral",
- "premium_recipient": "broker",
- "stamp": "NEXANS RE SA"
}
], - "premium_payment_schedule": [
- {
- "date": "2020-05-11",
- "premium_allocation": 12.123456
}, - {
- "date": "2020-08-09",
- "premium_allocation": 12.123456
}
], - "premium_payment_warranty": 123
}, - "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: f2ebb9ad-8e3d-3d18-fb63-397acbd5331c The ID of the deal to which the pricing features are applied. |
| Authorization required | string Example: Bearer lahtbrl.adf5ebe00a7d9a45e4906a457eb12fbe41a768c3 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
| Supercede-Version required | string Example: 2020-10-01 A version indicator required on some endpoints for disambiguation. The value should always be 2020-10-01 in those cases. |
{- "data": [ ],
- "success": true
}List the documents you have access to.
| Authorization required | string Example: Bearer fivooeg.2a6a5c060f3414ccff87d4243fd95c409b6e5c0f Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": [
- {
- "description": "Final cover note",
- "file_size": 13264,
- "format": "xls",
- "name": "London Market Quota Share - Cover Note",
- "type": "cover-note",
- "uploaded_time": null
}, - {
- "description": "Latest pricing results",
- "file_size": 13264,
- "format": "docx",
- "name": "Marine Motor XL - Modelling",
- "type": "modelling",
- "uploaded_time": null
}, - {
- "description": "Latest pricing results",
- "file_size": 13264,
- "format": "zip",
- "name": "Marine Motor XL - Modelling",
- "type": "modelling",
- "uploaded_time": "2025-02-15T12:00:39Z"
}
], - "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=40ce5a3c-5034-30e0-d167-b7a6cde9a1b2 Returns only layers for the deal with the specified ID. |
| status | string Enum: "archived" "locked" "draft" "quoting" "retracted" "fot" "in_market" "bound" Example: status=archived 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 kdosbeh.6da41477acd909d6c0c89ebf3c08c25798791784 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
| Supercede-Version required | string Example: 2020-10-01 A version indicator required on some endpoints for disambiguation. The value should always be 2020-10-01 in those cases. |
| Range | string Example: id 0c5c23a4-d5dc-40df-a8ad-fe96df9ef0dd;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_gross",
- "value": 83813.75066445179
}, - "contract_brokerage_amount": {
- "amount": 0.03,
- "currency": "EUR"
}, - "contract_reference": "CV75RSB0824",
- "coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 6937.556324813879,
- "currency": "USD"
}, - "limit": {
- "amount": 3624.696342440122,
- "currency": "USD"
}
}, - "clash_limits": {
- "excess": {
- "amount": 5484.001790626655,
- "currency": "EUR"
}, - "limit": {
- "amount": 3690.762497015673,
- "currency": "EUR"
}
}, - "id": "4685a117-6de8-4389-bfe7-b55446c31966",
- "industry_loss_warranty": {
- "limit": {
- "amount": 1169.455605622094,
- "currency": "GBP"
}, - "retention": {
- "amount": 2753.021390651163,
- "currency": "GBP"
}, - "warranty": {
- "amount": 7418.889185265889,
- "currency": "GBP"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 2853.153893234982,
- "currency": "USD"
}, - "limit": {
- "amount": 2731.593335025069,
- "currency": "USD"
}
}, - "layer_id": "9d2a2392-21a8-4415-a325-174da5da4ef3",
- "line_of_business": "AccidentAndHealth",
- "notes": "Some very useful note",
- "occurrence_limits": {
- "excess": {
- "amount": 787.642285588931,
- "currency": "GBP"
}, - "limit": {
- "amount": 3545.451393305175,
- "currency": "GBP"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 7920.278685133468,
- "currency": "USD"
}, - "limit": {
- "amount": 9413.997820633085,
- "currency": "USD"
}
}, - "peril_coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 6655.077865625256,
- "currency": "EUR"
}, - "limit": {
- "amount": 3751.212377764964,
- "currency": "EUR"
}
}, - "clash_limits": {
- "excess": {
- "amount": 7787.925625333739,
- "currency": "EUR"
}, - "limit": {
- "amount": 9965.381915886297,
- "currency": "EUR"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 332.951146543425,
- "currency": "EUR"
}, - "limit": {
- "amount": 1900.823327486899,
- "currency": "EUR"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 1531.245228460223,
- "currency": "USD"
}, - "retention": {
- "amount": 7523.133686964017,
- "currency": "USD"
}, - "warranty": {
- "amount": 172.691187106833,
- "currency": "USD"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 6916.237924029063,
- "currency": "EUR"
}, - "limit": {
- "amount": 8233.501771149628,
- "currency": "EUR"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 6922.23880547628,
- "currency": "USD"
}, - "limit": {
- "amount": 9893.878780614088,
- "currency": "USD"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 1009.004522923557,
- "currency": "GBP"
}, - "limit": {
- "amount": 3833.086547694206,
- "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": "1c6b79fa-6bdd-4d9a-a5ab-6c9b737de440",
- "subsections": [
- {
- "created_at": "2025-02-28T05:03:59Z",
- "line_of_business": "AccidentAndHealth",
- "perils": {
- "excluded": [
- "breast-implant",
- "business-interruption",
- "tempest"
], - "included": [ ]
}, - "premium": {
- "amount": 0.03,
- "currency": "EUR"
}, - "premium_basis": "gnwp",
- "risk_id": "1c6b79fa-6bdd-4d9a-a5ab-6c9b737de440",
- "subline_of_business": "CancellationAndAbandonment",
- "territorial_scope": {
- "excluded": [
- "canada-new-brunswick"
], - "included": [
- "south-georgia-and-the-south-sandwich-islands"
]
}
}
]
}, - "subline_of_business": "CancellationAndAbandonment",
- "subsection": {
- "created_at": "2025-02-28T05:03:59Z",
- "line_of_business": "AccidentAndHealth",
- "perils": {
- "excluded": [
- "breast-implant",
- "business-interruption",
- "tempest"
], - "included": [ ]
}, - "premium": {
- "amount": 0.03,
- "currency": "EUR"
}, - "premium_basis": "gnwp",
- "risk_id": "1c6b79fa-6bdd-4d9a-a5ab-6c9b737de440",
- "subline_of_business": "CancellationAndAbandonment",
- "territorial_scope": {
- "excluded": [
- "canada-new-brunswick"
], - "included": [
- "south-georgia-and-the-south-sandwich-islands"
]
}
}
}, - {
- "catastrophe_limits": {
- "excess": {
- "amount": 7747.750692028554,
- "currency": "GBP"
}, - "limit": {
- "amount": 6821.37208172508,
- "currency": "GBP"
}
}, - "clash_limits": {
- "excess": {
- "amount": 565.493117475604,
- "currency": "GBP"
}, - "limit": {
- "amount": 9917.247048328854,
- "currency": "GBP"
}
}, - "id": "fccc3017-1e96-4b3c-af6d-4644d3081a7b",
- "industry_loss_warranty": {
- "limit": {
- "amount": 2174.361336745061,
- "currency": "EUR"
}, - "retention": {
- "amount": 8664.345012239755,
- "currency": "EUR"
}, - "warranty": {
- "amount": 5458.3867255819,
- "currency": "EUR"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 9796.04155236201,
- "currency": "XXX"
}, - "limit": {
- "amount": 5043.795208885272,
- "currency": "XXX"
}
}, - "layer_id": "a99807e8-650d-49c6-8744-faf085e7cb61",
- "line_of_business": "Marine",
- "notes": "Some very useful note",
- "occurrence_limits": {
- "excess": {
- "amount": 4227.280948547742,
- "currency": "EUR"
}, - "limit": {
- "amount": 9430.109438138456,
- "currency": "EUR"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 8550.907017169306,
- "currency": "USD"
}, - "limit": {
- "amount": 7572.970526693128,
- "currency": "USD"
}
}, - "peril_coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 3722.57724445351,
- "currency": "XXX"
}, - "limit": {
- "amount": 6067.360131852015,
- "currency": "XXX"
}
}, - "clash_limits": {
- "excess": {
- "amount": 4461.259464928763,
- "currency": "USD"
}, - "limit": {
- "amount": 7446.406341351523,
- "currency": "USD"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 7892.650243323022,
- "currency": "XXX"
}, - "limit": {
- "amount": 2265.67489916873,
- "currency": "XXX"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 8977.92245822723,
- "currency": "USD"
}, - "retention": {
- "amount": 2523.56992763411,
- "currency": "USD"
}, - "warranty": {
- "amount": 8744.18915840947,
- "currency": "USD"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 7327.988167792571,
- "currency": "GBP"
}, - "limit": {
- "amount": 9084.137802912259,
- "currency": "GBP"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 3328.014453628069,
- "currency": "USD"
}, - "limit": {
- "amount": 6966.604330813229,
- "currency": "USD"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 3773.546634815329,
- "currency": "USD"
}, - "limit": {
- "amount": 5771.001815296999,
- "currency": "USD"
}
}, - "peril_id": "cabin-safety-events"
}
], - "section": {
- "additional_info": "Some additional information",
- "created_at": "2025-02-28T05:03:59Z",
- "exclusions": "Some exclusions information.",
- "line_of_business": "Marine",
- "risk_id": "c5d9eed2-8ddf-40b2-8754-3831e681710b",
- "subsections": [
- {
- "created_at": "2025-02-28T05:03:59Z",
- "line_of_business": "Marine",
- "perils": {
- "excluded": [
- "bordereaux",
- "epidemics"
], - "included": [
- "agent-orange",
- "brain-damage",
- "cabin-safety-events"
]
}, - "premium": {
- "amount": 0,
- "currency": "USD"
}, - "premium_basis": "gwp",
- "risk_id": "c5d9eed2-8ddf-40b2-8754-3831e681710b",
- "subline_of_business": "SurgicalCash",
- "territorial_scope": {
- "excluded": [ ],
- "included": [ ]
}
}
]
}, - "subline_of_business": "SurgicalCash",
- "subsection": {
- "created_at": "2025-02-28T05:03:59Z",
- "line_of_business": "Marine",
- "perils": {
- "excluded": [
- "bordereaux",
- "epidemics"
], - "included": [
- "agent-orange",
- "brain-damage",
- "cabin-safety-events"
]
}, - "premium": {
- "amount": 0,
- "currency": "USD"
}, - "premium_basis": "gwp",
- "risk_id": "c5d9eed2-8ddf-40b2-8754-3831e681710b",
- "subline_of_business": "SurgicalCash",
- "territorial_scope": {
- "excluded": [ ],
- "included": [ ]
}
}
}
], - "created_at": "1906-09-08T08:20:32Z",
- "custom_premium": {
- "amount": {
- "amount": 0,
- "currency": "USD"
}, - "description": "Some comprehensive description"
}, - "id": "df95d301-e14d-480e-86c9-07f23f676c4c",
- "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": "LLOYD'S SYNDICATE 8392"
}, - "market_lead_reinsurer": {
- "company_id": "d0fd8dff-080d-d81f-074a-f402d6a09937",
- "company_name": "Quartz Assurance Partners",
- "stamp_name": "LLOYD'S SYNDICATE 8392"
}, - "name": "33 London Market MS",
- "order": {
- "basis": "of_cession",
- "cession_basis": "order_cession_basis_net",
- "value": 0.01
}, - "product": "clash_excess_of_loss",
- "product_data": {
- "data": {
- "agg_limits": [
- {
- "excess": {
- "amount": 3268.536312501195,
- "currency": "GBP"
}, - "limit": {
- "amount": 3323.576738937708,
- "currency": "GBP"
}
}
], - "agg_percent_limits": {
- "percent_excess": 71.77850836253829,
- "percent_limit": 41.64654394673012
}, - "catastrophe_agg_limits": [
- {
- "excess": {
- "amount": 6204.267188292259,
- "currency": "GBP"
}, - "limit": {
- "amount": 9539.332637225201,
- "currency": "GBP"
}
}
], - "claim_bonus": {
- "applies_to": "net_reinsurance_premium",
- "discount": 2.9036715115324907,
- "reinsurers_expense": 24.302154505959738
}, - "clash_agg_limits": [
- {
- "excess": {
- "amount": 9687.653062482257,
- "currency": "GBP"
}, - "limit": {
- "amount": 5189.17513962551,
- "currency": "GBP"
}
}
], - "facultative_limits": [
- {
- "excess": {
- "amount": 9206.925817994586,
- "currency": "EUR"
}, - "limit": {
- "amount": 4046.337105326631,
- "currency": "EUR"
}
}
], - "loss_additional_premium": 2926.5269041353763,
- "loss_corridor": {
- "cedent_retained": 97.89229839826791,
- "max": {
- "amount": 8162.253135659666,
- "currency": "GBP"
}, - "min": {
- "amount": 3073.90467155159,
- "currency": "GBP"
}
}, - "loss_warranties": [
- {
- "limit": {
- "amount": 7353.577667832511,
- "currency": "GBP"
}, - "retention": {
- "amount": 1301.489277542075,
- "currency": "GBP"
}, - "warranty": {
- "amount": 2325.180080555305,
- "currency": "GBP"
}
}
], - "occurrence_agg_limits": [
- {
- "excess": {
- "amount": 4743.699674890669,
- "currency": "GBP"
}, - "limit": {
- "amount": 698.092459581915,
- "currency": "GBP"
}
}
], - "occurrence_agg_percent_limits": {
- "percent_excess": 13.494303978237843,
- "percent_limit": 7.762968041108431
}, - "per_risk_limits": [
- {
- "excess": {
- "amount": 4644.976061449156,
- "currency": "EUR"
}, - "limit": {
- "amount": 3037.206294022361,
- "currency": "EUR"
}
}
], - "per_risk_percent_limits": {
- "percent_excess": 36.05922942649167,
- "percent_limit": 96.40762334996977
}, - "profit_commission": {
- "applies_to": "net_of_brokerage",
- "clause": {
- "period": "until_extinction",
- "type": "deficit_carried_forward"
}, - "commission": 102.13228999092172,
- "max_commission": 123.70274062180401,
- "min_commission": 13.125963189092884,
- "reinsurer_expense": 5548.9876327445245,
- "reinsurer_expense_basis": "net_of_reinsurer_expenses"
}, - "reinstatements": [
- {
- "max_recoverable_post_reinstatement": {
- "amount": 987,
- "currency": "GBP"
}, - "percent": 15.334805677795945,
- "type": "unlimited"
}
], - "swing": {
- "brokerage": 7.108414859788481,
- "load": 77.0761876012717,
- "max_rate": 67.49870252633391,
- "min_rate": 3.5789194797050063,
- "terms_years": 3,
- "type": "min_plus"
}
}, - "type": "non_proportional"
}, - "rate": {
- "adjustable_value": 882820.193941699,
- "base_currency": "EUR",
- "deposit": {
- "amount": 520.885420219667,
- "currency": "USD"
}, - "deposit_premium_share": 284280.1997359803,
- "min_deposit": {
- "amount": 2537.808045652289,
- "currency": "USD"
}, - "min_premium_share": 948590.4070953223,
- "on_line_value": 902974.235171071,
- "premiums": [
- {
- "currency": "EUR",
- "deposit_premium": 0.99,
- "fx_rate": 1,
- "min_premium": 123456.78
}, - {
- "currency": "GBP",
- "deposit_premium": 9876543.21,
- "fx_rate": 12.64,
- "min_premium": 0.01
}, - {
- "currency": "USD",
- "deposit_premium": 9876543.21,
- "fx_rate": 1.01,
- "min_premium": 123456.78
}
]
}, - "reinsurance_period": "lod_period",
- "reinsurance_type": "non_proportional",
- "reinsured_basis": "any_one_event_basis",
- "risk_id": "c77f026e-0c51-4d07-a5c9-f48c823500ee",
- "status": "locked",
- "subject_income": {
- "data": {
- "amount": 0.03,
- "currency": "EUR"
}, - "type": "custom_income"
}, - "subject_premium_basis": "gep",
- "target_reinsurance_premium": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "territorial_scope": {
- "excluded": [
- "canada-newfoundland-and-labrador"
], - "included": [
- "bonaire-sint-eustatius-and-saba",
- "canada-north"
]
}
}, - {
- "brokerage": {
- "basis": "brokerage_basis_gross",
- "value": 53322.90050494949
}, - "contract_brokerage_amount": {
- "amount": 0,
- "currency": "USD"
}, - "contract_reference": "S2RGK-16J86",
- "coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 9916.11435639705,
- "currency": "USD"
}, - "limit": {
- "amount": 7501.79292853375,
- "currency": "USD"
}
}, - "clash_limits": {
- "excess": {
- "amount": 5995.382709232823,
- "currency": "GBP"
}, - "limit": {
- "amount": 7068.436022391769,
- "currency": "GBP"
}
}, - "id": "f45a7f4a-e76a-46ac-9bf9-d160402aba2c",
- "industry_loss_warranty": {
- "limit": {
- "amount": 261.133658802232,
- "currency": "EUR"
}, - "retention": {
- "amount": 9428.403031042935,
- "currency": "EUR"
}, - "warranty": {
- "amount": 7728.660964449719,
- "currency": "EUR"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 2461.258139790683,
- "currency": "GBP"
}, - "limit": {
- "amount": 1948.148691671669,
- "currency": "GBP"
}
}, - "layer_id": "3fbd43d2-694b-4140-a6a0-593180395748",
- "line_of_business": "Life",
- "notes": "Some very useful note",
- "occurrence_limits": {
- "excess": {
- "amount": 7248.926317498698,
- "currency": "EUR"
}, - "limit": {
- "amount": 7482.004925752939,
- "currency": "EUR"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 3372.417475657943,
- "currency": "XXX"
}, - "limit": {
- "amount": 1316.217953604392,
- "currency": "XXX"
}
}, - "peril_coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 8858.437351977676,
- "currency": "GBP"
}, - "limit": {
- "amount": 6337.641282200022,
- "currency": "GBP"
}
}, - "clash_limits": {
- "excess": {
- "amount": 7797.811386122155,
- "currency": "XXX"
}, - "limit": {
- "amount": 6708.176978119614,
- "currency": "XXX"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 9827.552932431248,
- "currency": "XXX"
}, - "limit": {
- "amount": 9748.259390919335,
- "currency": "XXX"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 9207.900631611668,
- "currency": "GBP"
}, - "retention": {
- "amount": 3873.144976025545,
- "currency": "GBP"
}, - "warranty": {
- "amount": 6204.218232459771,
- "currency": "GBP"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 7160.189790934303,
- "currency": "GBP"
}, - "limit": {
- "amount": 9813.162824660725,
- "currency": "GBP"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 1033.550612259372,
- "currency": "XXX"
}, - "limit": {
- "amount": 8476.733682398852,
- "currency": "XXX"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 1692.344883851749,
- "currency": "GBP"
}, - "limit": {
- "amount": 7753.536804219678,
- "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": "Life",
- "risk_id": "8abbca2a-5e8d-496a-abcf-6678510468ac",
- "subsections": [
- {
- "created_at": "2025-02-28T05:03:59Z",
- "line_of_business": "Life",
- "perils": {
- "excluded": [
- "benzene",
- "brush-fire"
], - "included": [
- "business-interruption",
- "cabin-safety-events"
]
}, - "premium": {
- "amount": 0,
- "currency": "USD"
}, - "premium_basis": "nwp",
- "risk_id": "8abbca2a-5e8d-496a-abcf-6678510468ac",
- "subline_of_business": "LiquidatedDamages",
- "territorial_scope": {
- "excluded": [
- "usa-new-york"
], - "included": [
- "canada-new-brunswick"
]
}
}
]
}, - "subline_of_business": "LiquidatedDamages",
- "subsection": {
- "created_at": "2025-02-28T05:03:59Z",
- "line_of_business": "Life",
- "perils": {
- "excluded": [
- "benzene",
- "brush-fire"
], - "included": [
- "business-interruption",
- "cabin-safety-events"
]
}, - "premium": {
- "amount": 0,
- "currency": "USD"
}, - "premium_basis": "nwp",
- "risk_id": "8abbca2a-5e8d-496a-abcf-6678510468ac",
- "subline_of_business": "LiquidatedDamages",
- "territorial_scope": {
- "excluded": [
- "usa-new-york"
], - "included": [
- "canada-new-brunswick"
]
}
}
}, - {
- "catastrophe_limits": {
- "excess": {
- "amount": 2464.086363574514,
- "currency": "EUR"
}, - "limit": {
- "amount": 825.581845166556,
- "currency": "EUR"
}
}, - "clash_limits": {
- "excess": {
- "amount": 1036.16194032901,
- "currency": "EUR"
}, - "limit": {
- "amount": 1438.411934971229,
- "currency": "EUR"
}
}, - "id": "26075bce-4c4c-4eaf-970c-2e56085114df",
- "industry_loss_warranty": {
- "limit": {
- "amount": 2328.42460235751,
- "currency": "USD"
}, - "retention": {
- "amount": 2673.632320489169,
- "currency": "USD"
}, - "warranty": {
- "amount": 5924.294153188079,
- "currency": "USD"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 9891.250249846637,
- "currency": "GBP"
}, - "limit": {
- "amount": 644.62802407055,
- "currency": "GBP"
}
}, - "layer_id": "59bb17e3-365d-4477-b38c-03a55e2533f7",
- "line_of_business": "AccidentAndHealth",
- "notes": "Some very useful note",
- "occurrence_limits": {
- "excess": {
- "amount": 9522.289386572027,
- "currency": "EUR"
}, - "limit": {
- "amount": 688.187521972846,
- "currency": "EUR"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 9102.959171371578,
- "currency": "XXX"
}, - "limit": {
- "amount": 7780.038458004461,
- "currency": "XXX"
}
}, - "peril_coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 4031.63005928258,
- "currency": "USD"
}, - "limit": {
- "amount": 3565.617032889381,
- "currency": "USD"
}
}, - "clash_limits": {
- "excess": {
- "amount": 4936.745308305713,
- "currency": "USD"
}, - "limit": {
- "amount": 6920.865997147624,
- "currency": "USD"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 2788.303612415908,
- "currency": "GBP"
}, - "limit": {
- "amount": 9199.489736390782,
- "currency": "GBP"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 8673.06456239992,
- "currency": "EUR"
}, - "retention": {
- "amount": 3828.060878322073,
- "currency": "EUR"
}, - "warranty": {
- "amount": 6833.504164736465,
- "currency": "EUR"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 9418.98399532564,
- "currency": "GBP"
}, - "limit": {
- "amount": 5835.196778626856,
- "currency": "GBP"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 4832.407530235244,
- "currency": "XXX"
}, - "limit": {
- "amount": 2534.890205541527,
- "currency": "XXX"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 3925.160319718091,
- "currency": "USD"
}, - "limit": {
- "amount": 3957.881045515711,
- "currency": "USD"
}
}, - "peril_id": "benzene"
}
], - "section": {
- "additional_info": "Some additional information",
- "created_at": "2025-02-28T05:03:59Z",
- "exclusions": "Some exclusions information.",
- "line_of_business": "AccidentAndHealth",
- "risk_id": "87df8f87-b8cf-4f97-9ef1-d617c57e1e63",
- "subsections": [
- {
- "created_at": "2025-02-28T05:03:59Z",
- "line_of_business": "AccidentAndHealth",
- "perils": {
- "excluded": [
- "benzene",
- "blade-strike"
], - "included": [
- "bordereaux",
- "tempest"
]
}, - "premium": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "premium_basis": "nep",
- "risk_id": "87df8f87-b8cf-4f97-9ef1-d617c57e1e63",
- "subline_of_business": "SurgicalCash",
- "territorial_scope": {
- "excluded": [
- "benelux",
- "usa-new-york"
], - "included": [
- "canada-new-brunswick",
- "south-georgia-and-the-south-sandwich-islands"
]
}
}
]
}, - "subline_of_business": "SurgicalCash",
- "subsection": {
- "created_at": "2025-02-28T05:03:59Z",
- "line_of_business": "AccidentAndHealth",
- "perils": {
- "excluded": [
- "benzene",
- "blade-strike"
], - "included": [
- "bordereaux",
- "tempest"
]
}, - "premium": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "premium_basis": "nep",
- "risk_id": "87df8f87-b8cf-4f97-9ef1-d617c57e1e63",
- "subline_of_business": "SurgicalCash",
- "territorial_scope": {
- "excluded": [
- "benelux",
- "usa-new-york"
], - "included": [
- "canada-new-brunswick",
- "south-georgia-and-the-south-sandwich-islands"
]
}
}
}
], - "created_at": "1945-11-18T17:52:21Z",
- "custom_premium": {
- "amount": {
- "amount": 987,
- "currency": "GBP"
}, - "description": "Some comprehensive description"
}, - "id": "cd668802-7c1d-41fe-bab0-0e2387d6be5a",
- "lloyds_codes": [
- {
- "code": "mk812",
- "value": 11234.456
}, - {
- "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": "0f315430-660c-d475-58d2-e8803f7b13f2",
- "company_name": "Fortis Coverage",
- "stamp_name": "ALLIANZ RE DUBLIN LTD"
}, - "name": "Layer 1: Section A: Umbrella",
- "order": {
- "basis": "of_whole",
- "cession_basis": "order_cession_basis_net_net",
- "value": 1.15
}, - "product": "surplus",
- "product_data": {
- "data": {
- "cash_loss_limit": [
- {
- "amount": 987,
- "currency": "GBP"
}
], - "ceding_commission": 5015.006133875914,
- "ceding_commission_basis": "ccb_net_net",
- "cession": 6264.361727482872,
- "cession_limit": [
- {
- "amount": 0.03,
- "currency": "EUR"
}
], - "event_limit": [
- {
- "amount": 0.03,
- "currency": "EUR"
}
], - "loss_ratio_cap": {
- "applies_to": "net_net_written_premium",
- "value": 0.5870556438806096
}, - "max_cession_any_one_risk": [
- {
- "amount": 0,
- "currency": "USD"
}
], - "max_premium_cession_limit": [
- {
- "amount": 987,
- "currency": "GBP"
}
], - "overriding_commission_basis": "gross",
- "overriding_commission_value": 6731.3863559790225,
- "profit_commission": {
- "applies_to": "net_of_brokerage",
- "clause": {
- "period": {
- "type": "years",
- "value": 9
}, - "type": "relationship_account"
}, - "commission": 419.5092612151111,
- "max_commission": 432.65027666493836,
- "min_commission": 48.70194118920197,
- "reinsurer_expense": 7964.67946038624,
- "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": 618941.5611380539,
- "base_currency": null,
- "deposit": {
- "amount": 4501.583803154963,
- "currency": "USD"
}, - "deposit_premium_share": 948808.7668117246,
- "min_deposit": {
- "amount": 2633.98346975908,
- "currency": "USD"
}, - "min_premium_share": 88505.35714317237,
- "on_line_value": 912119.5554554786,
- "premiums": [
- {
- "currency": "EUR",
- "deposit_premium": 0.99,
- "fx_rate": null,
- "min_premium": 0.01
}, - {
- "currency": "GBP",
- "deposit_premium": 9876543.21,
- "fx_rate": null,
- "min_premium": 123456.78
}, - {
- "currency": "XXX",
- "deposit_premium": 0.99,
- "fx_rate": null,
- "min_premium": 0.01
}
]
}, - "reinsurance_period": "rad_period",
- "reinsurance_type": "proportional",
- "reinsured_basis": "each_and_every_loss_basis",
- "risk_id": "eed138ad-4fbf-46f8-9f43-754635fa3219",
- "status": "active",
- "subject_income": {
- "type": "income_from_risk"
}, - "subject_premium_basis": "gnepi",
- "target_reinsurance_premium": {
- "amount": 0.03,
- "currency": "EUR"
}, - "territorial_scope": {
- "excluded": [
- "australasia",
- "bonaire-sint-eustatius-and-saba"
], - "included": [
- "canada-north",
- "usa-new-york"
]
}
}, - {
- "brokerage": {
- "basis": "brokerage_basis_net",
- "value": 88538.75233754334
}, - "contract_brokerage_amount": {
- "amount": 0,
- "currency": "USD"
}, - "contract_reference": "CV75RSB0824",
- "coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 8193.978189578833,
- "currency": "EUR"
}, - "limit": {
- "amount": 69.328671967311,
- "currency": "EUR"
}
}, - "clash_limits": {
- "excess": {
- "amount": 3009.122501144639,
- "currency": "USD"
}, - "limit": {
- "amount": 4437.654893591419,
- "currency": "USD"
}
}, - "id": "a4be936b-4aa2-4f9e-ac9c-8d6f3f90cb98",
- "industry_loss_warranty": {
- "limit": {
- "amount": 2558.63815418592,
- "currency": "EUR"
}, - "retention": {
- "amount": 583.656090041817,
- "currency": "EUR"
}, - "warranty": {
- "amount": 7933.515632630315,
- "currency": "EUR"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 3152.464268625739,
- "currency": "USD"
}, - "limit": {
- "amount": 9137.556359762782,
- "currency": "USD"
}
}, - "layer_id": "3125c328-6ba6-465b-b697-1e87c0755e39",
- "line_of_business": "Energy",
- "notes": "Some very useful note",
- "occurrence_limits": {
- "excess": {
- "amount": 7444.093509718745,
- "currency": "EUR"
}, - "limit": {
- "amount": 6634.792432006645,
- "currency": "EUR"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 9655.82300728967,
- "currency": "GBP"
}, - "limit": {
- "amount": 4441.141975853626,
- "currency": "GBP"
}
}, - "peril_coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 1555.297331409622,
- "currency": "EUR"
}, - "limit": {
- "amount": 5462.70677357875,
- "currency": "EUR"
}
}, - "clash_limits": {
- "excess": {
- "amount": 7929.322789814509,
- "currency": "EUR"
}, - "limit": {
- "amount": 4447.629636345982,
- "currency": "EUR"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 678.9795326678,
- "currency": "GBP"
}, - "limit": {
- "amount": 8292.468544900814,
- "currency": "GBP"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 3039.259871312415,
- "currency": "XXX"
}, - "retention": {
- "amount": 9947.61140224136,
- "currency": "XXX"
}, - "warranty": {
- "amount": 8882.683367342624,
- "currency": "XXX"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 8069.121625413303,
- "currency": "EUR"
}, - "limit": {
- "amount": 5599.153432948784,
- "currency": "EUR"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 2829.617934275899,
- "currency": "EUR"
}, - "limit": {
- "amount": 1165.533104906716,
- "currency": "EUR"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 3084.286356361056,
- "currency": "XXX"
}, - "limit": {
- "amount": 2878.071807871397,
- "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": "Energy",
- "risk_id": "b04ab20e-aa6a-458b-862d-2b53e6252cf3",
- "subsections": [
- {
- "created_at": "2025-03-02T12:01:34Z",
- "line_of_business": "Energy",
- "perils": {
- "excluded": [
- "brain-damage",
- "business-interruption",
- "cabin-safety-events"
], - "included": [
- "agent-orange",
- "benzene"
]
}, - "premium": {
- "amount": 0,
- "currency": "USD"
}, - "premium_basis": "gnwp",
- "risk_id": "b04ab20e-aa6a-458b-862d-2b53e6252cf3",
- "subline_of_business": "SurgicalCash",
- "territorial_scope": {
- "excluded": [
- "africa",
- "cabo-verde"
], - "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": "Energy",
- "perils": {
- "excluded": [
- "brain-damage",
- "business-interruption",
- "cabin-safety-events"
], - "included": [
- "agent-orange",
- "benzene"
]
}, - "premium": {
- "amount": 0,
- "currency": "USD"
}, - "premium_basis": "gnwp",
- "risk_id": "b04ab20e-aa6a-458b-862d-2b53e6252cf3",
- "subline_of_business": "SurgicalCash",
- "territorial_scope": {
- "excluded": [
- "africa",
- "cabo-verde"
], - "included": [
- "bonaire-sint-eustatius-and-saba",
- "canada-alberta",
- "south-georgia-and-the-south-sandwich-islands"
]
}
}
}, - {
- "catastrophe_limits": {
- "excess": {
- "amount": 5910.018842030603,
- "currency": "XXX"
}, - "limit": {
- "amount": 6830.650033619388,
- "currency": "XXX"
}
}, - "clash_limits": {
- "excess": {
- "amount": 8289.30315665572,
- "currency": "EUR"
}, - "limit": {
- "amount": 512.013642085768,
- "currency": "EUR"
}
}, - "id": "f039863e-9ea4-4a54-bc0c-7a8b266861d9",
- "industry_loss_warranty": {
- "limit": {
- "amount": 2289.324077742198,
- "currency": "EUR"
}, - "retention": {
- "amount": 3950.585685609572,
- "currency": "EUR"
}, - "warranty": {
- "amount": 312.767974446752,
- "currency": "EUR"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 9953.554399917657,
- "currency": "XXX"
}, - "limit": {
- "amount": 8898.853169498187,
- "currency": "XXX"
}
}, - "layer_id": "97296cc2-8ece-45c2-a4c7-c0bb1a97c674",
- "line_of_business": "Cyber",
- "notes": "Some very useful note",
- "occurrence_limits": {
- "excess": {
- "amount": 8356.03477597494,
- "currency": "XXX"
}, - "limit": {
- "amount": 7433.16276181789,
- "currency": "XXX"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 5301.034333319883,
- "currency": "USD"
}, - "limit": {
- "amount": 6147.594053327638,
- "currency": "USD"
}
}, - "peril_coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 9095.730358701207,
- "currency": "GBP"
}, - "limit": {
- "amount": 2342.104653150306,
- "currency": "GBP"
}
}, - "clash_limits": {
- "excess": {
- "amount": 4322.22645954057,
- "currency": "USD"
}, - "limit": {
- "amount": 3665.785643392711,
- "currency": "USD"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 8497.12358074899,
- "currency": "XXX"
}, - "limit": {
- "amount": 9407.385040797448,
- "currency": "XXX"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 6193.384226071209,
- "currency": "XXX"
}, - "retention": {
- "amount": 1504.433333995272,
- "currency": "XXX"
}, - "warranty": {
- "amount": 797.205422972112,
- "currency": "XXX"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 5587.101683185532,
- "currency": "USD"
}, - "limit": {
- "amount": 4291.647554490525,
- "currency": "USD"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 1991.83653106282,
- "currency": "USD"
}, - "limit": {
- "amount": 7288.995230605309,
- "currency": "USD"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 7997.747672787245,
- "currency": "USD"
}, - "limit": {
- "amount": 6298.74637096436,
- "currency": "USD"
}
}, - "peril_id": "epidemics"
}
], - "section": {
- "additional_info": "Some additional information",
- "created_at": "2025-03-02T12:01:34Z",
- "exclusions": "Some exclusions information.",
- "line_of_business": "Cyber",
- "risk_id": "1af0e440-e87e-48b6-9053-c678fd14e2fa",
- "subsections": [
- {
- "created_at": "2025-03-02T12:01:34Z",
- "line_of_business": "Cyber",
- "perils": {
- "excluded": [
- "breast-implant",
- "business-interruption",
- "tempest"
], - "included": [
- "cabin-safety-events"
]
}, - "premium": {
- "amount": 987,
- "currency": "GBP"
}, - "premium_basis": "nep",
- "risk_id": "1af0e440-e87e-48b6-9053-c678fd14e2fa",
- "subline_of_business": "SurgicalCash",
- "territorial_scope": {
- "excluded": [ ],
- "included": [
- "bonaire-sint-eustatius-and-saba",
- "cabo-verde",
- "south-georgia-and-the-south-sandwich-islands"
]
}
}
]
}, - "subline_of_business": "SurgicalCash",
- "subsection": {
- "created_at": "2025-03-02T12:01:34Z",
- "line_of_business": "Cyber",
- "perils": {
- "excluded": [
- "breast-implant",
- "business-interruption",
- "tempest"
], - "included": [
- "cabin-safety-events"
]
}, - "premium": {
- "amount": 987,
- "currency": "GBP"
}, - "premium_basis": "nep",
- "risk_id": "1af0e440-e87e-48b6-9053-c678fd14e2fa",
- "subline_of_business": "SurgicalCash",
- "territorial_scope": {
- "excluded": [ ],
- "included": [
- "bonaire-sint-eustatius-and-saba",
- "cabo-verde",
- "south-georgia-and-the-south-sandwich-islands"
]
}
}
}
], - "created_at": "1902-03-16T05:33:58Z",
- "custom_premium": {
- "amount": {
- "amount": 0.03,
- "currency": "EUR"
}, - "description": "Some comprehensive description"
}, - "id": "3cc1844e-0c43-4961-a682-a2e95a15aefe",
- "lloyds_codes": [
- {
- "code": "a20",
- "value": 11
}, - {
- "code": "tt40",
- "value": 987.1
}
], - "lloyds_lead_reinsurer": {
- "company_id": "20b0b02c-47fb-644a-502e-2365fe37e629",
- "company_name": "Prism Risk Ltd.",
- "stamp_name": "NEXANS RE SA"
}, - "market_lead_reinsurer": {
- "company_id": "0f315430-660c-d475-58d2-e8803f7b13f2",
- "company_name": "Fortis Coverage",
- "stamp_name": "ALLIANZ RE DUBLIN LTD"
}, - "name": "Syndicate Section B",
- "order": {
- "basis": "of_whole",
- "cession_basis": "order_cession_basis_net",
- "value": 0
}, - "product": "clash_excess_of_loss",
- "product_data": {
- "data": {
- "agg_limits": [
- {
- "excess": {
- "amount": 8246.080989473276,
- "currency": "GBP"
}, - "limit": {
- "amount": 6258.113770132009,
- "currency": "GBP"
}
}
], - "agg_percent_limits": {
- "percent_excess": 11.98525107176076,
- "percent_limit": 30.84090332898436
}, - "catastrophe_agg_limits": [
- {
- "excess": {
- "amount": 7530.422759038975,
- "currency": "EUR"
}, - "limit": {
- "amount": 2887.793244038572,
- "currency": "EUR"
}
}
], - "claim_bonus": {
- "applies_to": "net_reinsurance_premium",
- "discount": 63.00648530629298,
- "reinsurers_expense": 6.5861780272811865
}, - "clash_agg_limits": [
- {
- "excess": {
- "amount": 5693.466136630106,
- "currency": "GBP"
}, - "limit": {
- "amount": 1589.654309918908,
- "currency": "GBP"
}
}
], - "facultative_limits": [
- {
- "excess": {
- "amount": 4360.721878254071,
- "currency": "GBP"
}, - "limit": {
- "amount": 813.701004212898,
- "currency": "GBP"
}
}
], - "loss_additional_premium": 3076.1852115867437,
- "loss_corridor": {
- "cedent_retained": 5.942445897917015,
- "max": {
- "amount": 6627.738189513302,
- "currency": "EUR"
}, - "min": {
- "amount": 4047.916168307865,
- "currency": "EUR"
}
}, - "loss_warranties": [
- {
- "limit": {
- "amount": 4569.544321547979,
- "currency": "EUR"
}, - "retention": {
- "amount": 5055.052322569933,
- "currency": "EUR"
}, - "warranty": {
- "amount": 7941.853256183975,
- "currency": "EUR"
}
}
], - "occurrence_agg_limits": [
- {
- "excess": {
- "amount": 8992.212945115962,
- "currency": "GBP"
}, - "limit": {
- "amount": 7811.50806051741,
- "currency": "GBP"
}
}
], - "occurrence_agg_percent_limits": {
- "percent_excess": 8.710247303736917,
- "percent_limit": 33.80262058997826
}, - "per_risk_limits": [
- {
- "excess": {
- "amount": 3271.055191173959,
- "currency": "GBP"
}, - "limit": {
- "amount": 7973.670623914504,
- "currency": "GBP"
}
}
], - "per_risk_percent_limits": {
- "percent_excess": 30.107213609282702,
- "percent_limit": 50.28323119548816
}, - "profit_commission": {
- "applies_to": "net_of_brokerage",
- "clause": {
- "period": {
- "type": "years",
- "value": 7
}, - "type": "deficit_carried_forward"
}, - "commission": 584.2470660279281,
- "max_commission": 844.7266613438997,
- "min_commission": 80.02987163090967,
- "reinsurer_expense": 7931.671199074867,
- "reinsurer_expense_basis": "net_of_reinsurer_expenses"
}, - "reinstatements": [
- {
- "max_recoverable_post_reinstatement": {
- "amount": 0,
- "currency": "USD"
}, - "percent": 63.926088033337464,
- "type": "unlimited"
}
], - "swing": {
- "brokerage": 61.11385695506014,
- "load": 25.085807055966036,
- "max_rate": 8.915563226226148,
- "min_rate": 4.629460146545167,
- "terms_years": 6,
- "type": "simple"
}
}, - "type": "non_proportional"
}, - "rate": {
- "adjustable_value": 677614.0335507222,
- "base_currency": null,
- "deposit": {
- "amount": 3875.580613486547,
- "currency": "USD"
}, - "deposit_premium_share": 674758.4673620914,
- "min_deposit": {
- "amount": 3290.018542645414,
- "currency": "USD"
}, - "min_premium_share": 266474.1296387321,
- "on_line_value": 393735.939818786,
- "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": 0.01
}, - {
- "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": "c3688d26-0e49-4660-8790-d5281aefa50b",
- "status": "active",
- "subject_income": {
- "type": "income_from_risk"
}, - "subject_premium_basis": "nwp",
- "target_reinsurance_premium": {
- "amount": 0.03,
- "currency": "EUR"
}, - "territorial_scope": {
- "excluded": [
- "australasia",
- "bonaire-sint-eustatius-and-saba",
- "canada-newfoundland-and-labrador",
- "canada-north"
], - "included": [ ]
}
}
], - "success": true
}This operation creates a deal layer based on the data provided.
| Authorization required | string Example: Bearer kdosbeh.6da41477acd909d6c0c89ebf3c08c25798791784 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
| Supercede-Version required | string Example: 2020-10-01 A version indicator required on some endpoints for disambiguation. The value should always be 2020-10-01 in those cases. |
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_net_net",
- "value": 91152.99114556213
}, - "contract_reference_override": "CV75RSB0824",
- "coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 8421.164444015705,
- "currency": "EUR"
}, - "limit": {
- "amount": 2229.835916336737,
- "currency": "EUR"
}
}, - "clash_limits": {
- "excess": {
- "amount": 6808.930764645555,
- "currency": "XXX"
}, - "limit": {
- "amount": 7796.268229898331,
- "currency": "XXX"
}
}, - "notes": "Some very useful note",
- "occurrence_limits": {
- "excess": {
- "amount": 3099.975715416795,
- "currency": "GBP"
}, - "limit": {
- "amount": 4746.271368459638,
- "currency": "GBP"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 2367.683175369847,
- "currency": "GBP"
}, - "limit": {
- "amount": 4096.593513573293,
- "currency": "GBP"
}
}, - "peril_coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 3655.704032952379,
- "currency": "XXX"
}, - "limit": {
- "amount": 8817.751915251149,
- "currency": "XXX"
}
}, - "clash_limits": {
- "excess": {
- "amount": 4266.01255992453,
- "currency": "XXX"
}, - "limit": {
- "amount": 9007.28423176969,
- "currency": "XXX"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 587.047872592679,
- "currency": "EUR"
}, - "limit": {
- "amount": 1230.15719788874,
- "currency": "EUR"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 1556.502919320344,
- "currency": "EUR"
}, - "retention": {
- "amount": 7597.938085162388,
- "currency": "EUR"
}, - "warranty": {
- "amount": 6262.090010945483,
- "currency": "EUR"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 4900.133832485612,
- "currency": "GBP"
}, - "limit": {
- "amount": 698.961343433444,
- "currency": "GBP"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 931.174442874386,
- "currency": "EUR"
}, - "limit": {
- "amount": 4931.659495666178,
- "currency": "EUR"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 9340.501034976289,
- "currency": "USD"
}, - "limit": {
- "amount": 7635.401324937914,
- "currency": "USD"
}
}, - "peril_id": "bordereaux"
}, - {
- "catastrophe_limits": {
- "excess": {
- "amount": 1445.051316493972,
- "currency": "USD"
}, - "limit": {
- "amount": 3876.311904064675,
- "currency": "USD"
}
}, - "clash_limits": {
- "excess": {
- "amount": 1313.705980543572,
- "currency": "USD"
}, - "limit": {
- "amount": 6225.333315005133,
- "currency": "USD"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 8636.660507159213,
- "currency": "XXX"
}, - "limit": {
- "amount": 4966.760409048219,
- "currency": "XXX"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 4386.578101481076,
- "currency": "GBP"
}, - "retention": {
- "amount": 4300.005761487122,
- "currency": "GBP"
}, - "warranty": {
- "amount": 3695.949715845236,
- "currency": "GBP"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 4025.030391439566,
- "currency": "USD"
}, - "limit": {
- "amount": 3225.230673807083,
- "currency": "USD"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 6379.658285275382,
- "currency": "XXX"
}, - "limit": {
- "amount": 4785.855015174138,
- "currency": "XXX"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 4774.750830509719,
- "currency": "EUR"
}, - "limit": {
- "amount": 8727.243825519852,
- "currency": "EUR"
}
}, - "peril_id": "business-interruption"
}
], - "perils": {
- "excluded": [
- "bordereaux",
- "business-interruption"
], - "included": [ ]
}, - "subline_of_business_id": "IndividualAccidentAndHealthPersonalAccident",
- "territorial_scope": {
- "excluded": [
- "canada-east",
- "usa-new-york"
], - "included": [ ]
}
}, - {
- "catastrophe_limits": {
- "excess": {
- "amount": 3987.030536772153,
- "currency": "EUR"
}, - "limit": {
- "amount": 135.142514867667,
- "currency": "EUR"
}
}, - "clash_limits": {
- "excess": {
- "amount": 6992.169744911504,
- "currency": "XXX"
}, - "limit": {
- "amount": 4952.245671846719,
- "currency": "XXX"
}
}, - "notes": "Some very useful note",
- "occurrence_limits": {
- "excess": {
- "amount": 3992.293771507829,
- "currency": "XXX"
}, - "limit": {
- "amount": 7751.835496787885,
- "currency": "XXX"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 4166.636432477175,
- "currency": "XXX"
}, - "limit": {
- "amount": 3681.737615591397,
- "currency": "XXX"
}
}, - "peril_coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 857.547712115498,
- "currency": "USD"
}, - "limit": {
- "amount": 8503.940563078491,
- "currency": "USD"
}
}, - "clash_limits": {
- "excess": {
- "amount": 4128.54278665591,
- "currency": "XXX"
}, - "limit": {
- "amount": 8117.183169375643,
- "currency": "XXX"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 6931.44244005262,
- "currency": "GBP"
}, - "limit": {
- "amount": 9352.954942992603,
- "currency": "GBP"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 949.427427043656,
- "currency": "USD"
}, - "retention": {
- "amount": 8212.76790985865,
- "currency": "USD"
}, - "warranty": {
- "amount": 1957.553700415558,
- "currency": "USD"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 6076.932556451246,
- "currency": "USD"
}, - "limit": {
- "amount": 3472.220855287368,
- "currency": "USD"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 5298.055212615101,
- "currency": "XXX"
}, - "limit": {
- "amount": 7587.79685492498,
- "currency": "XXX"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 9994.586225350513,
- "currency": "GBP"
}, - "limit": {
- "amount": 9033.94125865633,
- "currency": "GBP"
}
}, - "peril_id": "brain-damage"
}, - {
- "catastrophe_limits": {
- "excess": {
- "amount": 4639.368554926036,
- "currency": "EUR"
}, - "limit": {
- "amount": 5590.404465895593,
- "currency": "EUR"
}
}, - "clash_limits": {
- "excess": {
- "amount": 9787.160500027057,
- "currency": "USD"
}, - "limit": {
- "amount": 481.445494817166,
- "currency": "USD"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 3480.777298239812,
- "currency": "GBP"
}, - "limit": {
- "amount": 8229.84563871156,
- "currency": "GBP"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 2028.799069893629,
- "currency": "GBP"
}, - "retention": {
- "amount": 3873.127569839611,
- "currency": "GBP"
}, - "warranty": {
- "amount": 6561.227645849987,
- "currency": "GBP"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 2844.182340870749,
- "currency": "EUR"
}, - "limit": {
- "amount": 2530.504195442072,
- "currency": "EUR"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 2920.253114421533,
- "currency": "XXX"
}, - "limit": {
- "amount": 3168.202450891262,
- "currency": "XXX"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 8223.450992033078,
- "currency": "GBP"
}, - "limit": {
- "amount": 2812.863664528365,
- "currency": "GBP"
}
}, - "peril_id": "business-interruption"
}
], - "perils": {
- "excluded": [ ],
- "included": [
- "benzene",
- "sinking"
]
}, - "subline_of_business_id": "IndividualAccidentAndHealthPersonalGuaranteedRenewable",
- "territorial_scope": {
- "excluded": [
- "australasia",
- "canada-alberta",
- "canada-new-brunswick"
], - "included": [ ]
}
}
], - "custom_premium": {
- "amount": {
- "amount": 0,
- "currency": "USD"
}, - "description": "Some comprehensive description"
}, - "lloyds_codes": [
- {
- "code": "tt40",
- "value": 987.1
}, - {
- "code": "mk812",
- "value": 11234.456
}
], - "name": "The collapse of space and time",
- "order": {
- "basis": "of_cession",
- "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": 6029.51917225542,
- "ceding_commission_basis": "ccb_net",
- "cession": 7443.578829723514,
- "cession_limit": [
- {
- "amount": 0,
- "currency": "USD"
}
], - "event_limit": [
- {
- "amount": 987,
- "currency": "GBP"
}
], - "loss_ratio_cap": {
- "applies_to": "net_written_premium",
- "value": 0.36735422151959907
}, - "max_cession_any_one_risk": [
- {
- "amount": 0,
- "currency": "USD"
}
], - "max_premium_cession_limit": [
- {
- "amount": 0.03,
- "currency": "EUR"
}
], - "overriding_commission_basis": "net",
- "overriding_commission_value": 8267.407736386836,
- "profit_commission": {
- "applies_to": "gross_of_brokerage",
- "clause": {
- "period": {
- "type": "years",
- "value": 7
}, - "type": "deficit_carried_forward"
}, - "commission": 65.51028588430167,
- "max_commission": 87.81787381757475,
- "min_commission": 24.611835971266522,
- "reinsurer_expense": 2775.585715085543,
- "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": 294279.34850652947,
- "base_currency": null,
- "deposit": {
- "amount": 7213.23222653016,
- "currency": "USD"
}, - "min_deposit": {
- "amount": 6701.161885410359,
- "currency": "USD"
}, - "on_line_value": 740503.180371087,
- "premium_amounts": [
- {
- "currency": "EUR",
- "deposit_premium": 9876543.21,
- "fx_rate": null,
- "min_premium": 0.01
}, - {
- "currency": "GBP",
- "deposit_premium": 9876543.21,
- "fx_rate": null,
- "min_premium": 123456.78
}, - {
- "currency": "USD",
- "deposit_premium": 9876543.21,
- "fx_rate": null,
- "min_premium": 123456.78
}
], - "premium_shares": {
- "deposit_premium_share": 93458.16611594343,
- "min_premium_share": 24001.222476155614
}
}, - "reinsurance_period": "rad_period",
- "risk_id": "f3e210bb-34e2-4448-aad2-383e8ce65465",
- "subject_income": {
- "type": "income_from_risk"
}, - "subject_premium_basis": "gnwp",
- "target_reinsurance_premium": {
- "amount": 987,
- "currency": "GBP"
}, - "territorial_scope": {
- "excluded": [
- "africa",
- "benelux",
- "canada-east"
], - "included": [
- "cabo-verde"
]
}
}{- "data": {
- "brokerage": {
- "basis": "brokerage_basis_net_net",
- "value": 74019.85322206671
}, - "contract_brokerage_amount": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "contract_reference": "AX25SPR0027",
- "coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 7202.189684737253,
- "currency": "GBP"
}, - "limit": {
- "amount": 7248.555264892494,
- "currency": "GBP"
}
}, - "clash_limits": {
- "excess": {
- "amount": 4907.823002816699,
- "currency": "EUR"
}, - "limit": {
- "amount": 9077.921171071417,
- "currency": "EUR"
}
}, - "id": "29ff616a-3df4-457c-a213-c2bdd0921c43",
- "industry_loss_warranty": {
- "limit": {
- "amount": 5287.86678048778,
- "currency": "XXX"
}, - "retention": {
- "amount": 2163.235630605591,
- "currency": "XXX"
}, - "warranty": {
- "amount": 9191.641960741406,
- "currency": "XXX"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 6344.33654700538,
- "currency": "GBP"
}, - "limit": {
- "amount": 6953.829683332147,
- "currency": "GBP"
}
}, - "layer_id": "3c6008b2-22be-42a1-b265-431abf379663",
- "line_of_business": "Energy",
- "notes": "Some very useful note",
- "occurrence_limits": {
- "excess": {
- "amount": 1894.064073831768,
- "currency": "XXX"
}, - "limit": {
- "amount": 5335.467060249833,
- "currency": "XXX"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 7169.366637333606,
- "currency": "XXX"
}, - "limit": {
- "amount": 7405.408270142585,
- "currency": "XXX"
}
}, - "peril_coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 6797.850230432672,
- "currency": "GBP"
}, - "limit": {
- "amount": 761.450802666563,
- "currency": "GBP"
}
}, - "clash_limits": {
- "excess": {
- "amount": 4770.594362756327,
- "currency": "EUR"
}, - "limit": {
- "amount": 6986.317868946965,
- "currency": "EUR"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 1301.929877889696,
- "currency": "XXX"
}, - "limit": {
- "amount": 6127.976106651575,
- "currency": "XXX"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 5108.595047888083,
- "currency": "GBP"
}, - "retention": {
- "amount": 4046.88102216192,
- "currency": "GBP"
}, - "warranty": {
- "amount": 2309.69245719725,
- "currency": "GBP"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 6569.487461471943,
- "currency": "USD"
}, - "limit": {
- "amount": 7040.304386063895,
- "currency": "USD"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 3086.882494344755,
- "currency": "EUR"
}, - "limit": {
- "amount": 8185.760550471861,
- "currency": "EUR"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 8522.62826246812,
- "currency": "GBP"
}, - "limit": {
- "amount": 6363.808896241877,
- "currency": "GBP"
}
}, - "peril_id": "benzene"
}
], - "section": {
- "additional_info": "Some additional information",
- "created_at": "2025-01-27T08:08:22Z",
- "exclusions": "Some exclusions information.",
- "line_of_business": "Energy",
- "risk_id": "e4671c46-4503-43e9-bb11-184bae80d953",
- "subsections": [
- {
- "created_at": "2025-01-27T08:08:22Z",
- "line_of_business": "Energy",
- "perils": {
- "excluded": [
- "brush-fire",
- "sinking",
- "tempest"
], - "included": [
- "agent-orange",
- "cabin-safety-events"
]
}, - "premium": {
- "amount": 987,
- "currency": "GBP"
}, - "premium_basis": "gep",
- "risk_id": "e4671c46-4503-43e9-bb11-184bae80d953",
- "subline_of_business": "SicknessLossOfIncomeLongTerm",
- "territorial_scope": {
- "excluded": [
- "africa",
- "canada-alberta",
- "usa-nevada"
], - "included": [
- "canada-east",
- "canada-new-brunswick"
]
}
}
]
}, - "subline_of_business": "SicknessLossOfIncomeLongTerm",
- "subsection": {
- "created_at": "2025-01-27T08:08:22Z",
- "line_of_business": "Energy",
- "perils": {
- "excluded": [
- "brush-fire",
- "sinking",
- "tempest"
], - "included": [
- "agent-orange",
- "cabin-safety-events"
]
}, - "premium": {
- "amount": 987,
- "currency": "GBP"
}, - "premium_basis": "gep",
- "risk_id": "e4671c46-4503-43e9-bb11-184bae80d953",
- "subline_of_business": "SicknessLossOfIncomeLongTerm",
- "territorial_scope": {
- "excluded": [
- "africa",
- "canada-alberta",
- "usa-nevada"
], - "included": [
- "canada-east",
- "canada-new-brunswick"
]
}
}
}, - {
- "catastrophe_limits": {
- "excess": {
- "amount": 6930.291142643004,
- "currency": "XXX"
}, - "limit": {
- "amount": 490.469470224396,
- "currency": "XXX"
}
}, - "clash_limits": {
- "excess": {
- "amount": 8398.538207819869,
- "currency": "XXX"
}, - "limit": {
- "amount": 5888.704403007523,
- "currency": "XXX"
}
}, - "id": "cee3e3bd-66e4-4157-abf5-bc7cb1cee575",
- "industry_loss_warranty": {
- "limit": {
- "amount": 6909.55531078483,
- "currency": "USD"
}, - "retention": {
- "amount": 1783.213836981308,
- "currency": "USD"
}, - "warranty": {
- "amount": 8847.947185004927,
- "currency": "USD"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 4672.737022720063,
- "currency": "USD"
}, - "limit": {
- "amount": 8174.878254553945,
- "currency": "USD"
}
}, - "layer_id": "233e9bc2-3432-4025-adc7-d72236d73e35",
- "line_of_business": "AccidentAndHealth",
- "notes": "Some very useful note",
- "occurrence_limits": {
- "excess": {
- "amount": 143.736417709006,
- "currency": "USD"
}, - "limit": {
- "amount": 3539.252751660534,
- "currency": "USD"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 5230.978711620344,
- "currency": "EUR"
}, - "limit": {
- "amount": 8540.6926242817,
- "currency": "EUR"
}
}, - "peril_coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 47.912467345788,
- "currency": "GBP"
}, - "limit": {
- "amount": 4176.860266709047,
- "currency": "GBP"
}
}, - "clash_limits": {
- "excess": {
- "amount": 1747.558172352215,
- "currency": "XXX"
}, - "limit": {
- "amount": 4969.683708523809,
- "currency": "XXX"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 1189.526054867898,
- "currency": "GBP"
}, - "limit": {
- "amount": 5564.99546210682,
- "currency": "GBP"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 3064.613636170151,
- "currency": "GBP"
}, - "retention": {
- "amount": 3556.018659624438,
- "currency": "GBP"
}, - "warranty": {
- "amount": 2252.270033789014,
- "currency": "GBP"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 1527.255315271424,
- "currency": "USD"
}, - "limit": {
- "amount": 7456.663572299208,
- "currency": "USD"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 8245.701576494885,
- "currency": "EUR"
}, - "limit": {
- "amount": 255.812002715689,
- "currency": "EUR"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 5395.620150360771,
- "currency": "USD"
}, - "limit": {
- "amount": 4949.799673091244,
- "currency": "USD"
}
}, - "peril_id": "epidemics"
}
], - "section": {
- "additional_info": "Some additional information",
- "created_at": "2025-01-27T08:08:22Z",
- "exclusions": "Some exclusions information.",
- "line_of_business": "AccidentAndHealth",
- "risk_id": "21a46ecf-677f-471e-b031-25eb16071fa8",
- "subsections": [
- {
- "created_at": "2025-01-27T08:08:22Z",
- "line_of_business": "AccidentAndHealth",
- "perils": {
- "excluded": [
- "epidemics"
], - "included": [
- "brain-damage",
- "business-interruption",
- "tempest"
]
}, - "premium": {
- "amount": 0.03,
- "currency": "EUR"
}, - "premium_basis": "gwp",
- "risk_id": "21a46ecf-677f-471e-b031-25eb16071fa8",
- "subline_of_business": "FinancialLinesPersonal",
- "territorial_scope": {
- "excluded": [
- "canada-newfoundland-and-labrador"
], - "included": [
- "canada-alberta",
- "usa-nevada"
]
}
}
]
}, - "subline_of_business": "FinancialLinesPersonal",
- "subsection": {
- "created_at": "2025-01-27T08:08:22Z",
- "line_of_business": "AccidentAndHealth",
- "perils": {
- "excluded": [
- "epidemics"
], - "included": [
- "brain-damage",
- "business-interruption",
- "tempest"
]
}, - "premium": {
- "amount": 0.03,
- "currency": "EUR"
}, - "premium_basis": "gwp",
- "risk_id": "21a46ecf-677f-471e-b031-25eb16071fa8",
- "subline_of_business": "FinancialLinesPersonal",
- "territorial_scope": {
- "excluded": [
- "canada-newfoundland-and-labrador"
], - "included": [
- "canada-alberta",
- "usa-nevada"
]
}
}
}
], - "created_at": "1960-04-15T07:44:45Z",
- "custom_premium": {
- "amount": {
- "amount": 0.03,
- "currency": "EUR"
}, - "description": "Some comprehensive description"
}, - "id": "e20d15e9-b8bb-4d3a-aa1d-10971e35b371",
- "lloyds_codes": [
- {
- "code": "mk812",
- "value": 11234.456
}, - {
- "code": "tt40",
- "value": 987.1
}
], - "lloyds_lead_reinsurer": {
- "company_id": "81051fd2-4197-3ab8-1bc0-b366049e0263",
- "company_name": "GlobalCover Re",
- "stamp_name": "NEXANS RE SA"
}, - "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",
- "order": {
- "basis": "of_cession",
- "cession_basis": "order_cession_basis_gross",
- "value": 0
}, - "product": "quota_share",
- "product_data": {
- "data": {
- "cash_loss_limit": [
- {
- "amount": 987,
- "currency": "GBP"
}
], - "ceding_commission": 9901.908618716094,
- "ceding_commission_basis": "ccb_net",
- "cession": 9135.557958261023,
- "cession_limit": [
- {
- "amount": 123456.78,
- "currency": "XXX"
}
], - "event_limit": [
- {
- "amount": 987,
- "currency": "GBP"
}
], - "loss_ratio_cap": {
- "applies_to": "gross_written_premium",
- "value": 0.5141849422534535
}, - "max_cession_any_one_risk": [
- {
- "amount": 123456.78,
- "currency": "XXX"
}
], - "max_premium_cession_limit": [
- {
- "amount": 0,
- "currency": "USD"
}
], - "overriding_commission_basis": "gross",
- "overriding_commission_value": 6272.716244957066,
- "profit_commission": {
- "applies_to": "gross_of_brokerage",
- "clause": {
- "period": "not_applicable",
- "type": "deficit_carried_forward"
}, - "commission": 77.95916399154783,
- "max_commission": 141.93295096209275,
- "min_commission": 13.32181287150212,
- "reinsurer_expense": 7935.445542713011,
- "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": 809338.9793355952,
- "base_currency": "EUR",
- "deposit": {
- "amount": 5468.904752396709,
- "currency": "USD"
}, - "deposit_premium_share": 405844.2817154257,
- "min_deposit": {
- "amount": 4169.47759502725,
- "currency": "USD"
}, - "min_premium_share": 775116.9672340016,
- "on_line_value": 545937.8921687827,
- "premiums": [
- {
- "currency": "EUR",
- "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": "pid_period",
- "reinsurance_type": "proportional",
- "reinsured_basis": "each_and_every_loss_basis",
- "risk_id": "eb24865b-7506-4358-9a0e-ae04f9c1d174",
- "status": "locked",
- "subject_income": {
- "data": {
- "amount": 0.03,
- "currency": "EUR"
}, - "type": "custom_income"
}, - "subject_premium_basis": "gnpi",
- "target_reinsurance_premium": {
- "amount": 0,
- "currency": "USD"
}, - "territorial_scope": {
- "excluded": [
- "africa",
- "usa-new-york"
], - "included": [
- "cabo-verde",
- "canada-newfoundland-and-labrador"
]
}
}, - "success": true
}Returns a list of deal layers available to the user.
| risk_id | string <uuid> Example: risk_id=04a48e79-ce81-d2c7-dbab-9c21800b5dd7 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 rcappcj.ee47fdd9e6eb37ad269b31116a06e0284640ff56 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
| Range | string Example: id 2c79d2df-6fd6-48e4-b16e-b2971c006678;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_gross",
- "value": 32394.757110210707
}, - "contract_brokerage_amount": {
- "amount": 0,
- "currency": "USD"
}, - "contract_reference": "CV75RSB0824",
- "coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 4209.121200070756,
- "currency": "USD"
}, - "limit": {
- "amount": 7187.923244147718,
- "currency": "USD"
}
}, - "clash_limits": {
- "excess": {
- "amount": 4762.59156430284,
- "currency": "EUR"
}, - "limit": {
- "amount": 139.078889683369,
- "currency": "EUR"
}
}, - "id": "da8af5c9-357e-4071-a7d5-001d6496ded1",
- "industry_loss_warranty": {
- "limit": {
- "amount": 1639.593878427751,
- "currency": "EUR"
}, - "retention": {
- "amount": 6959.022560191444,
- "currency": "EUR"
}, - "warranty": {
- "amount": 7471.975173388179,
- "currency": "EUR"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 455.71678903727,
- "currency": "EUR"
}, - "limit": {
- "amount": 3302.770239769288,
- "currency": "EUR"
}
}, - "layer_id": "9dfd8047-5f22-40e6-a871-3fa496f27d58",
- "line_of_business": "Marine",
- "notes": "Some very useful note",
- "occurrence_limits": {
- "excess": {
- "amount": 8596.175521461213,
- "currency": "EUR"
}, - "limit": {
- "amount": 2502.150018203764,
- "currency": "EUR"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 561.10480909704,
- "currency": "EUR"
}, - "limit": {
- "amount": 8142.981274626517,
- "currency": "EUR"
}
}, - "peril_coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 214.110198861068,
- "currency": "USD"
}, - "limit": {
- "amount": 1720.488122321251,
- "currency": "USD"
}
}, - "clash_limits": {
- "excess": {
- "amount": 9404.041630532842,
- "currency": "GBP"
}, - "limit": {
- "amount": 2575.63216904287,
- "currency": "GBP"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 8276.599697247599,
- "currency": "GBP"
}, - "limit": {
- "amount": 3461.628633866528,
- "currency": "GBP"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 4494.149976439577,
- "currency": "EUR"
}, - "retention": {
- "amount": 361.784480552115,
- "currency": "EUR"
}, - "warranty": {
- "amount": 9467.263649241537,
- "currency": "EUR"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 3815.40914829758,
- "currency": "XXX"
}, - "limit": {
- "amount": 1067.122951182967,
- "currency": "XXX"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 8303.265036459135,
- "currency": "GBP"
}, - "limit": {
- "amount": 8382.674845769347,
- "currency": "GBP"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 2280.250365101941,
- "currency": "GBP"
}, - "limit": {
- "amount": 1894.307421068986,
- "currency": "GBP"
}
}, - "peril_id": "tempest"
}
], - "section": {
- "additional_info": "Some additional information",
- "created_at": "2025-01-27T08:08:22Z",
- "exclusions": "Some exclusions information.",
- "line_of_business": "Marine",
- "risk_id": "063852e7-68b1-4f3c-b438-ed86371acafe",
- "subsections": [
- {
- "created_at": "2025-01-27T08:08:22Z",
- "line_of_business": "Marine",
- "perils": {
- "excluded": [
- "black-lung",
- "bordereaux",
- "business-interruption"
], - "included": [
- "brain-damage",
- "sinking"
]
}, - "premium": {
- "amount": 0,
- "currency": "USD"
}, - "premium_basis": "gnwp",
- "risk_id": "063852e7-68b1-4f3c-b438-ed86371acafe",
- "subline_of_business": "SicknessLossOfIncomeLongTerm",
- "territorial_scope": {
- "excluded": [
- "canada-newfoundland-and-labrador"
], - "included": [
- "canada-new-brunswick",
- "south-georgia-and-the-south-sandwich-islands"
]
}
}
]
}, - "subline_of_business": "SicknessLossOfIncomeLongTerm",
- "subsection": {
- "created_at": "2025-01-27T08:08:22Z",
- "line_of_business": "Marine",
- "perils": {
- "excluded": [
- "black-lung",
- "bordereaux",
- "business-interruption"
], - "included": [
- "brain-damage",
- "sinking"
]
}, - "premium": {
- "amount": 0,
- "currency": "USD"
}, - "premium_basis": "gnwp",
- "risk_id": "063852e7-68b1-4f3c-b438-ed86371acafe",
- "subline_of_business": "SicknessLossOfIncomeLongTerm",
- "territorial_scope": {
- "excluded": [
- "canada-newfoundland-and-labrador"
], - "included": [
- "canada-new-brunswick",
- "south-georgia-and-the-south-sandwich-islands"
]
}
}
}, - {
- "catastrophe_limits": {
- "excess": {
- "amount": 3429.705028581983,
- "currency": "EUR"
}, - "limit": {
- "amount": 5544.522039279041,
- "currency": "EUR"
}
}, - "clash_limits": {
- "excess": {
- "amount": 3503.060314912153,
- "currency": "EUR"
}, - "limit": {
- "amount": 5830.788565955981,
- "currency": "EUR"
}
}, - "id": "c49ba65d-408c-4e46-aa46-e9fdea0e4337",
- "industry_loss_warranty": {
- "limit": {
- "amount": 4952.07433740956,
- "currency": "USD"
}, - "retention": {
- "amount": 2782.061306980224,
- "currency": "USD"
}, - "warranty": {
- "amount": 5362.754258623705,
- "currency": "USD"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 3807.835107254617,
- "currency": "XXX"
}, - "limit": {
- "amount": 1789.956713056779,
- "currency": "XXX"
}
}, - "layer_id": "f2d40f8c-771a-4319-97e5-10bd354f4236",
- "line_of_business": "PoliticalRisks",
- "notes": "Some very useful note",
- "occurrence_limits": {
- "excess": {
- "amount": 3355.188877690209,
- "currency": "XXX"
}, - "limit": {
- "amount": 4196.594597035812,
- "currency": "XXX"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 9777.630762752677,
- "currency": "USD"
}, - "limit": {
- "amount": 9434.775617446274,
- "currency": "USD"
}
}, - "peril_coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 3199.915883544294,
- "currency": "XXX"
}, - "limit": {
- "amount": 7375.743965645803,
- "currency": "XXX"
}
}, - "clash_limits": {
- "excess": {
- "amount": 8149.699294532606,
- "currency": "XXX"
}, - "limit": {
- "amount": 778.949843137582,
- "currency": "XXX"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 6823.616224788355,
- "currency": "XXX"
}, - "limit": {
- "amount": 1739.527388816826,
- "currency": "XXX"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 5284.326345928579,
- "currency": "USD"
}, - "retention": {
- "amount": 6586.259370874467,
- "currency": "USD"
}, - "warranty": {
- "amount": 3967.02149137312,
- "currency": "USD"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 5850.93000550802,
- "currency": "USD"
}, - "limit": {
- "amount": 3069.280825938669,
- "currency": "USD"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 1898.337149349687,
- "currency": "GBP"
}, - "limit": {
- "amount": 9179.281692864539,
- "currency": "GBP"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 6425.915290977006,
- "currency": "XXX"
}, - "limit": {
- "amount": 6329.573087319929,
- "currency": "XXX"
}
}, - "peril_id": "sinking"
}
], - "section": {
- "additional_info": "Some additional information",
- "created_at": "2025-01-27T08:08:22Z",
- "exclusions": "Some exclusions information.",
- "line_of_business": "PoliticalRisks",
- "risk_id": "3db70fa0-34b4-42f0-8386-9e2daebdbb75",
- "subsections": [
- {
- "created_at": "2025-01-27T08:08:22Z",
- "line_of_business": "PoliticalRisks",
- "perils": {
- "excluded": [
- "brush-fire",
- "cabin-safety-events",
- "tempest"
], - "included": [
- "agent-orange",
- "benzene",
- "black-lung"
]
}, - "premium": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "premium_basis": "gnepi",
- "risk_id": "3db70fa0-34b4-42f0-8386-9e2daebdbb75",
- "subline_of_business": "LiquidatedDamages",
- "territorial_scope": {
- "excluded": [
- "canada-east",
- "south-georgia-and-the-south-sandwich-islands"
], - "included": [
- "canada-alberta",
- "canada-newfoundland-and-labrador",
- "usa-new-york"
]
}
}
]
}, - "subline_of_business": "LiquidatedDamages",
- "subsection": {
- "created_at": "2025-01-27T08:08:22Z",
- "line_of_business": "PoliticalRisks",
- "perils": {
- "excluded": [
- "brush-fire",
- "cabin-safety-events",
- "tempest"
], - "included": [
- "agent-orange",
- "benzene",
- "black-lung"
]
}, - "premium": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "premium_basis": "gnepi",
- "risk_id": "3db70fa0-34b4-42f0-8386-9e2daebdbb75",
- "subline_of_business": "LiquidatedDamages",
- "territorial_scope": {
- "excluded": [
- "canada-east",
- "south-georgia-and-the-south-sandwich-islands"
], - "included": [
- "canada-alberta",
- "canada-newfoundland-and-labrador",
- "usa-new-york"
]
}
}
}
], - "created_at": "1911-07-30T04:28:34Z",
- "custom_premium": {
- "amount": {
- "amount": 0.03,
- "currency": "EUR"
}, - "description": "Some comprehensive description"
}, - "id": "bc8ac6e9-2aa5-48f4-97ef-17fb0de5c334",
- "is_archived": false,
- "lloyds_codes": [
- {
- "code": "a20",
- "value": 11
}, - {
- "code": "mk812",
- "value": 11234.456
}
], - "lloyds_lead_reinsurer": {
- "company_id": "a2e8f968-82d2-86e0-b72a-3800e4c40bb5",
- "company_name": "Quantum Shield",
- "stamp_name": "ODDYSSEY REINSURANCE CO."
}, - "market_lead_reinsurer": {
- "company_id": "d0fd8dff-080d-d81f-074a-f402d6a09937",
- "company_name": "Quartz Assurance Partners",
- "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_net_net",
- "value": 123.45
}, - "product": "clash_excess_of_loss",
- "product_data": {
- "data": {
- "agg_limits": [
- {
- "excess": {
- "amount": 7535.468433186132,
- "currency": "USD"
}, - "limit": {
- "amount": 1275.142102929448,
- "currency": "USD"
}
}
], - "agg_percent_limits": {
- "percent_excess": 7.545728042144684,
- "percent_limit": 65.69538760319244
}, - "catastrophe_agg_limits": [
- {
- "excess": {
- "amount": 8365.166251889721,
- "currency": "GBP"
}, - "limit": {
- "amount": 792.433974699677,
- "currency": "GBP"
}
}
], - "claim_bonus": {
- "applies_to": "net_reinsurance_premium",
- "discount": 65.79783413577047,
- "reinsurers_expense": 70.46380198932654
}, - "clash_agg_limits": [
- {
- "excess": {
- "amount": 9419.853919365996,
- "currency": "USD"
}, - "limit": {
- "amount": 1374.527304649358,
- "currency": "USD"
}
}
], - "facultative_limits": [
- {
- "excess": {
- "amount": 3096.538545707025,
- "currency": "XXX"
}, - "limit": {
- "amount": 8931.197577792635,
- "currency": "XXX"
}
}
], - "loss_additional_premium": 4354.388919237685,
- "loss_corridor": {
- "cedent_retained": 66.45224632045819,
- "max": {
- "amount": 9453.456079192665,
- "currency": "USD"
}, - "min": {
- "amount": 7717.118071510139,
- "currency": "USD"
}
}, - "loss_warranties": [
- {
- "limit": {
- "amount": 3279.437920180325,
- "currency": "XXX"
}, - "retention": {
- "amount": 4002.407652681568,
- "currency": "XXX"
}, - "warranty": {
- "amount": 6614.831153084607,
- "currency": "XXX"
}
}
], - "occurrence_agg_limits": [
- {
- "excess": {
- "amount": 1386.918752061593,
- "currency": "GBP"
}, - "limit": {
- "amount": 937.644474970137,
- "currency": "GBP"
}
}
], - "occurrence_agg_percent_limits": {
- "percent_excess": 75.02748365998546,
- "percent_limit": 33.056885466315144
}, - "per_risk_limits": [
- {
- "excess": {
- "amount": 4070.320994865136,
- "currency": "GBP"
}, - "limit": {
- "amount": 1420.520896771661,
- "currency": "GBP"
}
}
], - "per_risk_percent_limits": {
- "percent_excess": 70.73491854024412,
- "percent_limit": 33.41502435834261
}, - "profit_commission": {
- "applies_to": "gross_of_brokerage",
- "clause": {
- "period": {
- "type": "years",
- "value": 1
}, - "type": "relationship_account"
}, - "commission": 113.29871371008709,
- "max_commission": 150.81485025592275,
- "min_commission": 13.287555755098579,
- "reinsurer_expense": 6456.065463705652,
- "reinsurer_expense_basis": "gross_of_reinsurer_expenses"
}, - "reinstatements": [
- {
- "max_recoverable_post_reinstatement": {
- "amount": 0.03,
- "currency": "EUR"
}, - "percent": 10.595222803437622,
- "type": "unlimited"
}
], - "swing": {
- "brokerage": 27.212957294175766,
- "load": 99.8110591420828,
- "max_rate": 68.38200645017459,
- "min_rate": 18.252008459123903,
- "terms_years": 9,
- "type": "min_plus"
}
}, - "type": "non_proportional"
}, - "rate": {
- "adjustable_value": 232225.94867675108,
- "base_currency": "EUR",
- "deposit": {
- "amount": 1735.154058816578,
- "currency": "USD"
}, - "deposit_premium_share": 909661.5846563714,
- "min_deposit": {
- "amount": 9102.092670582335,
- "currency": "USD"
}, - "min_premium_share": 76231.570793149,
- "on_line_value": 713279.6743256928,
- "premiums": [
- {
- "currency": "EUR",
- "deposit_premium": 0.99,
- "fx_rate": 1,
- "min_premium": 0.01
}, - {
- "currency": "XXX",
- "deposit_premium": 0.99,
- "fx_rate": 12.64,
- "min_premium": 0.01
}
]
}, - "reinsurance_period": "lod_period",
- "reinsurance_type": "non_proportional",
- "reinsured_basis": "aggregate_basis",
- "risk_id": "9ba873fd-538a-4171-b372-506ec19d7a72",
- "status": "draft",
- "subject_income": {
- "type": "income_from_risk"
}, - "subject_premium_basis": "nwp",
- "target_reinsurance_premium": {
- "amount": 0.03,
- "currency": "EUR"
}, - "territorial_scope": {
- "excluded": [
- "africa",
- "australasia",
- "canada-east"
], - "included": [
- "canada-newfoundland-and-labrador"
]
}
}, - {
- "brokerage": {
- "basis": "brokerage_basis_net_net",
- "value": 58367.706223228386
}, - "contract_brokerage_amount": {
- "amount": 0.03,
- "currency": "EUR"
}, - "contract_reference": "AX25SPR0027",
- "coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 941.384340698585,
- "currency": "USD"
}, - "limit": {
- "amount": 9398.729367417725,
- "currency": "USD"
}
}, - "clash_limits": {
- "excess": {
- "amount": 4162.947644747769,
- "currency": "XXX"
}, - "limit": {
- "amount": 8375.131779252184,
- "currency": "XXX"
}
}, - "id": "725a8b07-625b-429e-a1d7-715a188ecad7",
- "industry_loss_warranty": {
- "limit": {
- "amount": 4606.092659526878,
- "currency": "XXX"
}, - "retention": {
- "amount": 5766.338631485878,
- "currency": "XXX"
}, - "warranty": {
- "amount": 6147.434818025259,
- "currency": "XXX"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 542.067242079317,
- "currency": "GBP"
}, - "limit": {
- "amount": 3617.294374871651,
- "currency": "GBP"
}
}, - "layer_id": "7400716b-776f-4657-84f8-9c2bdfe2ce6b",
- "line_of_business": "Marine",
- "notes": "Some very useful note",
- "occurrence_limits": {
- "excess": {
- "amount": 945.947035055633,
- "currency": "EUR"
}, - "limit": {
- "amount": 337.133136354385,
- "currency": "EUR"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 9808.864125303462,
- "currency": "USD"
}, - "limit": {
- "amount": 5415.942867641437,
- "currency": "USD"
}
}, - "peril_coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 2869.422498005599,
- "currency": "GBP"
}, - "limit": {
- "amount": 3289.932232777749,
- "currency": "GBP"
}
}, - "clash_limits": {
- "excess": {
- "amount": 23.387857438954,
- "currency": "USD"
}, - "limit": {
- "amount": 4931.477251622814,
- "currency": "USD"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 9813.49870811539,
- "currency": "USD"
}, - "limit": {
- "amount": 2043.638725340463,
- "currency": "USD"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 4267.425495286534,
- "currency": "EUR"
}, - "retention": {
- "amount": 1860.593698706528,
- "currency": "EUR"
}, - "warranty": {
- "amount": 6668.733618984183,
- "currency": "EUR"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 7425.154101670932,
- "currency": "USD"
}, - "limit": {
- "amount": 9910.98312785114,
- "currency": "USD"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 6382.577506681464,
- "currency": "GBP"
}, - "limit": {
- "amount": 4806.091609824393,
- "currency": "GBP"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 6422.649629940703,
- "currency": "XXX"
}, - "limit": {
- "amount": 9117.8161573101,
- "currency": "XXX"
}
}, - "peril_id": "tempest"
}
], - "section": {
- "additional_info": "Some additional information",
- "created_at": "2025-02-28T05:03:59Z",
- "exclusions": "Some exclusions information.",
- "line_of_business": "Marine",
- "risk_id": "a8ffc47b-741c-4505-ae72-29eb8ae2e773",
- "subsections": [
- {
- "created_at": "2025-02-28T05:03:59Z",
- "line_of_business": "Marine",
- "perils": {
- "excluded": [
- "cabin-safety-events",
- "sinking"
], - "included": [
- "benzene",
- "black-lung",
- "breast-implant"
]
}, - "premium": {
- "amount": 987,
- "currency": "GBP"
}, - "premium_basis": "gnpi",
- "risk_id": "a8ffc47b-741c-4505-ae72-29eb8ae2e773",
- "subline_of_business": "GroupAccidentAndHealthAirTravel",
- "territorial_scope": {
- "excluded": [
- "cabo-verde",
- "canada-east",
- "canada-north"
], - "included": [
- "africa",
- "bonaire-sint-eustatius-and-saba"
]
}
}
]
}, - "subline_of_business": "GroupAccidentAndHealthAirTravel",
- "subsection": {
- "created_at": "2025-02-28T05:03:59Z",
- "line_of_business": "Marine",
- "perils": {
- "excluded": [
- "cabin-safety-events",
- "sinking"
], - "included": [
- "benzene",
- "black-lung",
- "breast-implant"
]
}, - "premium": {
- "amount": 987,
- "currency": "GBP"
}, - "premium_basis": "gnpi",
- "risk_id": "a8ffc47b-741c-4505-ae72-29eb8ae2e773",
- "subline_of_business": "GroupAccidentAndHealthAirTravel",
- "territorial_scope": {
- "excluded": [
- "cabo-verde",
- "canada-east",
- "canada-north"
], - "included": [
- "africa",
- "bonaire-sint-eustatius-and-saba"
]
}
}
}, - {
- "catastrophe_limits": {
- "excess": {
- "amount": 8854.32720551074,
- "currency": "XXX"
}, - "limit": {
- "amount": 5506.807732810173,
- "currency": "XXX"
}
}, - "clash_limits": {
- "excess": {
- "amount": 1460.152513175405,
- "currency": "GBP"
}, - "limit": {
- "amount": 3886.358235181398,
- "currency": "GBP"
}
}, - "id": "4cd4b883-39cc-4f46-ba4c-1eca28e420b4",
- "industry_loss_warranty": {
- "limit": {
- "amount": 1849.76450629091,
- "currency": "XXX"
}, - "retention": {
- "amount": 7956.646471900235,
- "currency": "XXX"
}, - "warranty": {
- "amount": 7479.637010836149,
- "currency": "XXX"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 8315.934043876245,
- "currency": "EUR"
}, - "limit": {
- "amount": 1074.569556458721,
- "currency": "EUR"
}
}, - "layer_id": "c54ae9b2-978e-41e4-abc4-bf7d1e1111eb",
- "line_of_business": "AccidentAndHealth",
- "notes": "Some very useful note",
- "occurrence_limits": {
- "excess": {
- "amount": 5272.231662351209,
- "currency": "XXX"
}, - "limit": {
- "amount": 6868.87350542841,
- "currency": "XXX"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 8008.81684840856,
- "currency": "USD"
}, - "limit": {
- "amount": 4746.312965406362,
- "currency": "USD"
}
}, - "peril_coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 5824.977676988572,
- "currency": "USD"
}, - "limit": {
- "amount": 1816.705054124204,
- "currency": "USD"
}
}, - "clash_limits": {
- "excess": {
- "amount": 7673.500536453071,
- "currency": "GBP"
}, - "limit": {
- "amount": 2203.271858780091,
- "currency": "GBP"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 9467.783767295654,
- "currency": "EUR"
}, - "limit": {
- "amount": 179.825406394541,
- "currency": "EUR"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 3.090244024418,
- "currency": "EUR"
}, - "retention": {
- "amount": 5976.5808832511,
- "currency": "EUR"
}, - "warranty": {
- "amount": 6397.462422188335,
- "currency": "EUR"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 6002.483670772555,
- "currency": "XXX"
}, - "limit": {
- "amount": 8815.549001745061,
- "currency": "XXX"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 6509.762779995458,
- "currency": "GBP"
}, - "limit": {
- "amount": 8927.809255795955,
- "currency": "GBP"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 9259.135945529013,
- "currency": "EUR"
}, - "limit": {
- "amount": 8622.870892383427,
- "currency": "EUR"
}
}, - "peril_id": "benzene"
}
], - "section": {
- "additional_info": "Some additional information",
- "created_at": "2025-01-27T08:08:22Z",
- "exclusions": "Some exclusions information.",
- "line_of_business": "AccidentAndHealth",
- "risk_id": "ba4e5cce-20c6-4c5d-82bd-9f912daf4f58",
- "subsections": [
- {
- "created_at": "2025-01-27T08:08:22Z",
- "line_of_business": "AccidentAndHealth",
- "perils": {
- "excluded": [
- "cabin-safety-events"
], - "included": [
- "black-lung",
- "bordereaux"
]
}, - "premium": {
- "amount": 987,
- "currency": "GBP"
}, - "premium_basis": "gnwp",
- "risk_id": "ba4e5cce-20c6-4c5d-82bd-9f912daf4f58",
- "subline_of_business": "PersonalAccidentMotorDriver",
- "territorial_scope": {
- "excluded": [ ],
- "included": [ ]
}
}
]
}, - "subline_of_business": "PersonalAccidentMotorDriver",
- "subsection": {
- "created_at": "2025-01-27T08:08:22Z",
- "line_of_business": "AccidentAndHealth",
- "perils": {
- "excluded": [
- "cabin-safety-events"
], - "included": [
- "black-lung",
- "bordereaux"
]
}, - "premium": {
- "amount": 987,
- "currency": "GBP"
}, - "premium_basis": "gnwp",
- "risk_id": "ba4e5cce-20c6-4c5d-82bd-9f912daf4f58",
- "subline_of_business": "PersonalAccidentMotorDriver",
- "territorial_scope": {
- "excluded": [ ],
- "included": [ ]
}
}
}
], - "created_at": "1914-09-17T15:30:21Z",
- "custom_premium": {
- "amount": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "description": "Some comprehensive description"
}, - "id": "78b56240-8a43-46d0-a777-1b79a67b9b3b",
- "is_archived": false,
- "lloyds_codes": [
- {
- "code": "mk812",
- "value": 11234.456
}, - {
- "code": "tt40",
- "value": 987.1
}
], - "lloyds_lead_reinsurer": {
- "company_id": "a2e8f968-82d2-86e0-b72a-3800e4c40bb5",
- "company_name": "Quantum Shield",
- "stamp_name": "NEXANS RE SA"
}, - "market_lead_reinsurer": {
- "company_id": "81051fd2-4197-3ab8-1bc0-b366049e0263",
- "company_name": "GlobalCover Re",
- "stamp_name": "ALLIANZ RE DUBLIN LTD"
}, - "name": "Layer 1: Section A: Umbrella",
- "not_taken_up_reason": "Contract details were declined.",
- "order": {
- "basis": "of_whole",
- "cession_basis": "order_cession_basis_net_net",
- "value": 0
}, - "product": "risk_excess_of_loss",
- "product_data": {
- "data": {
- "agg_limits": [
- {
- "excess": {
- "amount": 2519.661729748509,
- "currency": "GBP"
}, - "limit": {
- "amount": 7292.979528639699,
- "currency": "GBP"
}
}
], - "agg_percent_limits": {
- "percent_excess": 46.87088982879962,
- "percent_limit": 56.196818545129766
}, - "catastrophe_agg_limits": [
- {
- "excess": {
- "amount": 681.048908616687,
- "currency": "XXX"
}, - "limit": {
- "amount": 5301.39776445258,
- "currency": "XXX"
}
}
], - "claim_bonus": {
- "applies_to": "gross_reinsurance_premium",
- "discount": 40.01461640870069,
- "reinsurers_expense": 52.95269954305206
}, - "clash_agg_limits": [
- {
- "excess": {
- "amount": 54.899524005009,
- "currency": "GBP"
}, - "limit": {
- "amount": 5067.050867298562,
- "currency": "GBP"
}
}
], - "facultative_limits": [
- {
- "excess": {
- "amount": 4345.062426540263,
- "currency": "GBP"
}, - "limit": {
- "amount": 8865.170631055438,
- "currency": "GBP"
}
}
], - "loss_additional_premium": 5130.78333522147,
- "loss_corridor": {
- "cedent_retained": 0.29346716321924093,
- "max": {
- "amount": 9293.489217628412,
- "currency": "GBP"
}, - "min": {
- "amount": 6775.133764916526,
- "currency": "GBP"
}
}, - "loss_warranties": [
- {
- "limit": {
- "amount": 694.483727611384,
- "currency": "USD"
}, - "retention": {
- "amount": 5621.45852743315,
- "currency": "USD"
}, - "warranty": {
- "amount": 4658.223334723017,
- "currency": "USD"
}
}
], - "occurrence_agg_limits": [
- {
- "excess": {
- "amount": 6756.501564337765,
- "currency": "USD"
}, - "limit": {
- "amount": 6172.059384130308,
- "currency": "USD"
}
}
], - "occurrence_agg_percent_limits": {
- "percent_excess": 43.45982691770979,
- "percent_limit": 58.95702477060779
}, - "per_risk_limits": [
- {
- "excess": {
- "amount": 7313.725690016549,
- "currency": "USD"
}, - "limit": {
- "amount": 5195.431698374897,
- "currency": "USD"
}
}
], - "per_risk_percent_limits": {
- "percent_excess": 35.237311410748184,
- "percent_limit": 81.80208879552887
}, - "profit_commission": {
- "applies_to": "net_of_brokerage",
- "clause": {
- "period": "until_extinction",
- "type": "deficit_carried_forward"
}, - "commission": 480.50511499529773,
- "max_commission": 870.1520549222162,
- "min_commission": 59.60419391549191,
- "reinsurer_expense": 769.1629174236257,
- "reinsurer_expense_basis": "gross_of_reinsurer_expenses"
}, - "reinstatements": [
- {
- "count": 5,
- "max_recoverable_post_reinstatement": {
- "amount": 0.03,
- "currency": "EUR"
}, - "percent": 13.263402307370718,
- "type": "limited"
}
], - "swing": {
- "brokerage": 35.24273654279455,
- "load": 29.760102476472383,
- "max_rate": 14.624314634767487,
- "min_rate": 11.62123662328664,
- "terms_years": 9,
- "type": "simple"
}
}, - "type": "non_proportional"
}, - "rate": {
- "adjustable_value": 126874.65782142682,
- "base_currency": "USD",
- "deposit": {
- "amount": 9342.33638871575,
- "currency": "USD"
}, - "deposit_premium_share": 368736.09680037515,
- "min_deposit": {
- "amount": 5945.374879553527,
- "currency": "USD"
}, - "min_premium_share": 79612.18878387398,
- "on_line_value": 559385.6718677082,
- "premiums": [
- {
- "currency": "USD",
- "deposit_premium": 0.99,
- "fx_rate": 1,
- "min_premium": 0.01
}, - {
- "currency": "XXX",
- "deposit_premium": 9876543.21,
- "fx_rate": 12.64,
- "min_premium": 123456.78
}
]
}, - "reinsurance_period": "pid_period",
- "reinsurance_type": "non_proportional",
- "reinsured_basis": "any_one_loss_basis",
- "risk_id": "83cbcd13-7c55-436e-b839-3c55c01b24d9",
- "status": "bound",
- "subject_income": {
- "type": "income_from_risk"
}, - "subject_premium_basis": "gnepi",
- "target_reinsurance_premium": {
- "amount": 987,
- "currency": "GBP"
}, - "territorial_scope": {
- "excluded": [ ],
- "included": [
- "canada-east",
- "usa-new-york"
]
}
}, - {
- "brokerage": {
- "basis": "brokerage_basis_net",
- "value": 87208.88595825079
}, - "contract_brokerage_amount": {
- "amount": 0,
- "currency": "USD"
}, - "contract_reference": "CV75RSB0824",
- "coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 4928.67402783186,
- "currency": "USD"
}, - "limit": {
- "amount": 2608.530480272727,
- "currency": "USD"
}
}, - "clash_limits": {
- "excess": {
- "amount": 5662.616463309725,
- "currency": "EUR"
}, - "limit": {
- "amount": 5185.071048439043,
- "currency": "EUR"
}
}, - "id": "f6b16a64-b487-4974-a322-756765d5618a",
- "industry_loss_warranty": {
- "limit": {
- "amount": 2478.365095815029,
- "currency": "XXX"
}, - "retention": {
- "amount": 3991.34757609508,
- "currency": "XXX"
}, - "warranty": {
- "amount": 4685.246822381537,
- "currency": "XXX"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 6506.764259164951,
- "currency": "USD"
}, - "limit": {
- "amount": 1686.178468780633,
- "currency": "USD"
}
}, - "layer_id": "6e219eed-9fae-4be9-89a3-9f5cc12902ef",
- "line_of_business": "PoliticalRisks",
- "notes": "Some very useful note",
- "occurrence_limits": {
- "excess": {
- "amount": 3886.136570609518,
- "currency": "GBP"
}, - "limit": {
- "amount": 7217.348541958767,
- "currency": "GBP"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 6090.131596241212,
- "currency": "USD"
}, - "limit": {
- "amount": 9411.780864386988,
- "currency": "USD"
}
}, - "peril_coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 1779.567509057199,
- "currency": "EUR"
}, - "limit": {
- "amount": 9423.59579642292,
- "currency": "EUR"
}
}, - "clash_limits": {
- "excess": {
- "amount": 2031.54264793999,
- "currency": "USD"
}, - "limit": {
- "amount": 9385.269862920297,
- "currency": "USD"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 1211.382747579513,
- "currency": "USD"
}, - "limit": {
- "amount": 913.454638039237,
- "currency": "USD"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 6574.375280147656,
- "currency": "GBP"
}, - "retention": {
- "amount": 5654.293973443009,
- "currency": "GBP"
}, - "warranty": {
- "amount": 8362.868065217723,
- "currency": "GBP"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 883.529764921787,
- "currency": "GBP"
}, - "limit": {
- "amount": 8502.153945360771,
- "currency": "GBP"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 6650.93341878875,
- "currency": "XXX"
}, - "limit": {
- "amount": 8917.15561586169,
- "currency": "XXX"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 1281.484781368561,
- "currency": "GBP"
}, - "limit": {
- "amount": 5784.9102715354,
- "currency": "GBP"
}
}, - "peril_id": "agent-orange"
}
], - "section": {
- "additional_info": "Some additional information",
- "created_at": "2025-03-02T12:01:34Z",
- "exclusions": "Some exclusions information.",
- "line_of_business": "PoliticalRisks",
- "risk_id": "1aad0200-4a6d-467d-acf9-c2851c7aa5cb",
- "subsections": [
- {
- "created_at": "2025-03-02T12:01:34Z",
- "line_of_business": "PoliticalRisks",
- "perils": {
- "excluded": [
- "bordereaux"
], - "included": [ ]
}, - "premium": {
- "amount": 0,
- "currency": "USD"
}, - "premium_basis": "gnepi",
- "risk_id": "1aad0200-4a6d-467d-acf9-c2851c7aa5cb",
- "subline_of_business": "MarineOceanHull",
- "territorial_scope": {
- "excluded": [ ],
- "included": [
- "asia",
- "canada-east",
- "canada-north"
]
}
}
]
}, - "subline_of_business": "MarineOceanHull",
- "subsection": {
- "created_at": "2025-03-02T12:01:34Z",
- "line_of_business": "PoliticalRisks",
- "perils": {
- "excluded": [
- "bordereaux"
], - "included": [ ]
}, - "premium": {
- "amount": 0,
- "currency": "USD"
}, - "premium_basis": "gnepi",
- "risk_id": "1aad0200-4a6d-467d-acf9-c2851c7aa5cb",
- "subline_of_business": "MarineOceanHull",
- "territorial_scope": {
- "excluded": [ ],
- "included": [
- "asia",
- "canada-east",
- "canada-north"
]
}
}
}, - {
- "catastrophe_limits": {
- "excess": {
- "amount": 3419.007148653834,
- "currency": "XXX"
}, - "limit": {
- "amount": 6668.415250170324,
- "currency": "XXX"
}
}, - "clash_limits": {
- "excess": {
- "amount": 1945.222352146998,
- "currency": "GBP"
}, - "limit": {
- "amount": 9820.462874538158,
- "currency": "GBP"
}
}, - "id": "e5f706da-a831-41d9-b723-47587adfaef5",
- "industry_loss_warranty": {
- "limit": {
- "amount": 6714.89720475962,
- "currency": "XXX"
}, - "retention": {
- "amount": 1291.035508399826,
- "currency": "XXX"
}, - "warranty": {
- "amount": 5973.696536368895,
- "currency": "XXX"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 3295.898150786725,
- "currency": "USD"
}, - "limit": {
- "amount": 9711.855144473731,
- "currency": "USD"
}
}, - "layer_id": "5ef8d9eb-ecc0-4e6b-b97f-d50edd8735e5",
- "line_of_business": "Energy",
- "notes": "Some very useful note",
- "occurrence_limits": {
- "excess": {
- "amount": 1086.848757120202,
- "currency": "EUR"
}, - "limit": {
- "amount": 5517.109919656917,
- "currency": "EUR"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 7482.420212992786,
- "currency": "GBP"
}, - "limit": {
- "amount": 7311.694865585536,
- "currency": "GBP"
}
}, - "peril_coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 7807.557032339033,
- "currency": "XXX"
}, - "limit": {
- "amount": 9796.432459476096,
- "currency": "XXX"
}
}, - "clash_limits": {
- "excess": {
- "amount": 9517.68064074849,
- "currency": "GBP"
}, - "limit": {
- "amount": 398.621213618322,
- "currency": "GBP"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 5015.249720426685,
- "currency": "USD"
}, - "limit": {
- "amount": 4851.994393428025,
- "currency": "USD"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 5332.84553038485,
- "currency": "USD"
}, - "retention": {
- "amount": 8963.143181059935,
- "currency": "USD"
}, - "warranty": {
- "amount": 669.547055002834,
- "currency": "USD"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 7901.514964525236,
- "currency": "XXX"
}, - "limit": {
- "amount": 7810.100226124453,
- "currency": "XXX"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 8089.010220595798,
- "currency": "XXX"
}, - "limit": {
- "amount": 4239.889054496629,
- "currency": "XXX"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 2393.098154635569,
- "currency": "XXX"
}, - "limit": {
- "amount": 25.653115551025,
- "currency": "XXX"
}
}, - "peril_id": "sinking"
}
], - "section": {
- "additional_info": "Some additional information",
- "created_at": "2025-03-02T12:01:34Z",
- "exclusions": "Some exclusions information.",
- "line_of_business": "Energy",
- "risk_id": "2fc702bb-d410-4558-b659-d864028b43fd",
- "subsections": [
- {
- "created_at": "2025-03-02T12:01:34Z",
- "line_of_business": "Energy",
- "perils": {
- "excluded": [
- "bordereaux",
- "cabin-safety-events",
- "epidemics"
], - "included": [
- "benzene",
- "brush-fire",
- "sinking"
]
}, - "premium": {
- "amount": 0,
- "currency": "USD"
}, - "premium_basis": "gnep",
- "risk_id": "2fc702bb-d410-4558-b659-d864028b43fd",
- "subline_of_business": "EquityRelease",
- "territorial_scope": {
- "excluded": [
- "australasia",
- "canada-alberta",
- "canada-east"
], - "included": [ ]
}
}
]
}, - "subline_of_business": "EquityRelease",
- "subsection": {
- "created_at": "2025-03-02T12:01:34Z",
- "line_of_business": "Energy",
- "perils": {
- "excluded": [
- "bordereaux",
- "cabin-safety-events",
- "epidemics"
], - "included": [
- "benzene",
- "brush-fire",
- "sinking"
]
}, - "premium": {
- "amount": 0,
- "currency": "USD"
}, - "premium_basis": "gnep",
- "risk_id": "2fc702bb-d410-4558-b659-d864028b43fd",
- "subline_of_business": "EquityRelease",
- "territorial_scope": {
- "excluded": [
- "australasia",
- "canada-alberta",
- "canada-east"
], - "included": [ ]
}
}
}
], - "created_at": "1982-09-23T21:53:24Z",
- "custom_premium": {
- "amount": {
- "amount": 987,
- "currency": "GBP"
}, - "description": "Some comprehensive description"
}, - "id": "53088f65-e036-491b-a246-642b50c4e8aa",
- "is_archived": true,
- "lloyds_codes": [
- {
- "code": "a20",
- "value": 11
}, - {
- "code": "tt40",
- "value": 987.1
}
], - "lloyds_lead_reinsurer": {
- "company_id": "44c6ab49-4260-d399-98f9-4f32593fcf4e",
- "company_name": "BlueBridge Insurance",
- "stamp_name": "LLOYD'S SYNDICATE 8392"
}, - "market_lead_reinsurer": {
- "company_id": "20b0b02c-47fb-644a-502e-2365fe37e629",
- "company_name": "Prism Risk Ltd.",
- "stamp_name": "NEXANS RE SA"
}, - "name": "33 London Market MS",
- "not_taken_up_reason": "Contract details were declined.",
- "order": {
- "basis": "of_whole",
- "cession_basis": "order_cession_basis_net",
- "value": 1.15
}, - "product": "quota_share",
- "product_data": {
- "data": {
- "cash_loss_limit": [
- {
- "amount": 987,
- "currency": "GBP"
}
], - "ceding_commission": 2885.1640935705836,
- "ceding_commission_basis": "ccb_net_net",
- "cession": 8498.158517721447,
- "cession_limit": [
- {
- "amount": 0.03,
- "currency": "EUR"
}
], - "event_limit": [
- {
- "amount": 987,
- "currency": "GBP"
}
], - "loss_ratio_cap": {
- "applies_to": "net_written_premium",
- "value": 0.43494793378862384
}, - "max_cession_any_one_risk": [
- {
- "amount": 0.03,
- "currency": "EUR"
}
], - "max_premium_cession_limit": [
- {
- "amount": 0.03,
- "currency": "EUR"
}
], - "overriding_commission_basis": "net",
- "overriding_commission_value": 3753.7140358688193,
- "profit_commission": {
- "applies_to": "gross_of_brokerage",
- "clause": {
- "period": {
- "type": "years",
- "value": 2
}, - "type": "relationship_account"
}, - "commission": 528.1170810256023,
- "max_commission": 912.4956460038761,
- "min_commission": 52.927672285063636,
- "reinsurer_expense": 7133.66973123913,
- "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": 115013.83499898545,
- "base_currency": "USD",
- "deposit": {
- "amount": 4227.900462847534,
- "currency": "USD"
}, - "deposit_premium_share": 492632.86679791275,
- "min_deposit": {
- "amount": 1684.442180991977,
- "currency": "USD"
}, - "min_premium_share": 517865.3883102106,
- "on_line_value": 945981.4529097218,
- "premiums": [
- {
- "currency": "GBP",
- "deposit_premium": 0.99,
- "fx_rate": 12.64,
- "min_premium": 0.01
}, - {
- "currency": "USD",
- "deposit_premium": 0.99,
- "fx_rate": 1,
- "min_premium": 0.01
}
]
}, - "reinsurance_period": "lod_period",
- "reinsurance_type": "proportional",
- "reinsured_basis": "aggregate_basis",
- "risk_id": "4452562f-c18e-4055-b4a1-f29d4522b6fe",
- "status": "fot",
- "subject_income": {
- "type": "income_from_risk"
}, - "subject_premium_basis": "gwp",
- "target_reinsurance_premium": {
- "amount": 0.03,
- "currency": "EUR"
}, - "territorial_scope": {
- "excluded": [
- "canada-newfoundland-and-labrador",
- "usa-nevada"
], - "included": [ ]
}
}
], - "success": true
}This operation returns a deal layer given by layer_id.
| layer_id required | string <uuid> Example: 8c760c8c-26f7-e616-1c13-ccdca3246293 The ID of the requested layer. |
| Authorization required | string Example: Bearer tuzjves.fcf9798cee3afe82d31c7947acb4c6ac458ff73c Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": {
- "brokerage": {
- "basis": "brokerage_basis_gross",
- "value": 55055.454128930425
}, - "contract_brokerage_amount": {
- "amount": 0.03,
- "currency": "EUR"
}, - "contract_reference": "CV75RSB0824",
- "coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 5597.7649164094,
- "currency": "GBP"
}, - "limit": {
- "amount": 2938.946653733597,
- "currency": "GBP"
}
}, - "clash_limits": {
- "excess": {
- "amount": 5506.130150845428,
- "currency": "GBP"
}, - "limit": {
- "amount": 2030.646629079193,
- "currency": "GBP"
}
}, - "id": "f1a31274-6fcb-4011-a2eb-0fca8d23d06d",
- "industry_loss_warranty": {
- "limit": {
- "amount": 69.587188129862,
- "currency": "USD"
}, - "retention": {
- "amount": 4291.110986646891,
- "currency": "USD"
}, - "warranty": {
- "amount": 6371.781017541593,
- "currency": "USD"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 6816.53199509997,
- "currency": "XXX"
}, - "limit": {
- "amount": 4447.231922666969,
- "currency": "XXX"
}
}, - "layer_id": "29e79e76-e936-40e4-aeb4-267164d6b8b7",
- "line_of_business": "Energy",
- "notes": "Some very useful note",
- "occurrence_limits": {
- "excess": {
- "amount": 7826.33889457812,
- "currency": "USD"
}, - "limit": {
- "amount": 4729.174033112456,
- "currency": "USD"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 6520.344650334111,
- "currency": "GBP"
}, - "limit": {
- "amount": 1878.476548622226,
- "currency": "GBP"
}
}, - "peril_coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 4431.602564347765,
- "currency": "XXX"
}, - "limit": {
- "amount": 3457.018171900966,
- "currency": "XXX"
}
}, - "clash_limits": {
- "excess": {
- "amount": 1069.023137912688,
- "currency": "USD"
}, - "limit": {
- "amount": 6142.65362592957,
- "currency": "USD"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 9368.407508533786,
- "currency": "EUR"
}, - "limit": {
- "amount": 510.628686473382,
- "currency": "EUR"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 986.400071170486,
- "currency": "GBP"
}, - "retention": {
- "amount": 110.67401726066,
- "currency": "GBP"
}, - "warranty": {
- "amount": 1367.616446780609,
- "currency": "GBP"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 9250.413842086022,
- "currency": "USD"
}, - "limit": {
- "amount": 6091.677356344315,
- "currency": "USD"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 5920.855113489807,
- "currency": "GBP"
}, - "limit": {
- "amount": 4446.859963975442,
- "currency": "GBP"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 880.675065915265,
- "currency": "USD"
}, - "limit": {
- "amount": 8904.366014386333,
- "currency": "USD"
}
}, - "peril_id": "business-interruption"
}
], - "section": {
- "additional_info": "Some additional information",
- "created_at": "2025-01-27T08:08:22Z",
- "exclusions": "Some exclusions information.",
- "line_of_business": "Energy",
- "risk_id": "2b370d09-8aee-4d8b-860a-def42e5e2ee5",
- "subsections": [
- {
- "created_at": "2025-01-27T08:08:22Z",
- "line_of_business": "Energy",
- "perils": {
- "excluded": [
- "agent-orange",
- "epidemics"
], - "included": [
- "black-lung",
- "sinking"
]
}, - "premium": {
- "amount": 0,
- "currency": "USD"
}, - "premium_basis": "gnepi",
- "risk_id": "2b370d09-8aee-4d8b-860a-def42e5e2ee5",
- "subline_of_business": "AgricultureFishfarm",
- "territorial_scope": {
- "excluded": [
- "canada-alberta"
], - "included": [
- "bonaire-sint-eustatius-and-saba",
- "canada-north",
- "usa-nevada"
]
}
}
]
}, - "subline_of_business": "AgricultureFishfarm",
- "subsection": {
- "created_at": "2025-01-27T08:08:22Z",
- "line_of_business": "Energy",
- "perils": {
- "excluded": [
- "agent-orange",
- "epidemics"
], - "included": [
- "black-lung",
- "sinking"
]
}, - "premium": {
- "amount": 0,
- "currency": "USD"
}, - "premium_basis": "gnepi",
- "risk_id": "2b370d09-8aee-4d8b-860a-def42e5e2ee5",
- "subline_of_business": "AgricultureFishfarm",
- "territorial_scope": {
- "excluded": [
- "canada-alberta"
], - "included": [
- "bonaire-sint-eustatius-and-saba",
- "canada-north",
- "usa-nevada"
]
}
}
}, - {
- "catastrophe_limits": {
- "excess": {
- "amount": 1801.120061233435,
- "currency": "GBP"
}, - "limit": {
- "amount": 1796.58457474188,
- "currency": "GBP"
}
}, - "clash_limits": {
- "excess": {
- "amount": 684.834810244289,
- "currency": "USD"
}, - "limit": {
- "amount": 1380.642211442336,
- "currency": "USD"
}
}, - "id": "4a5976cb-fab3-425c-b45e-49167a792100",
- "industry_loss_warranty": {
- "limit": {
- "amount": 2182.818607195601,
- "currency": "EUR"
}, - "retention": {
- "amount": 5313.189140154542,
- "currency": "EUR"
}, - "warranty": {
- "amount": 7736.73084986033,
- "currency": "EUR"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 1387.933433298261,
- "currency": "EUR"
}, - "limit": {
- "amount": 9757.47434942346,
- "currency": "EUR"
}
}, - "layer_id": "ab5bae16-2418-4839-b056-3f2f824ae19b",
- "line_of_business": "Property",
- "notes": "Some very useful note",
- "occurrence_limits": {
- "excess": {
- "amount": 6320.617933930308,
- "currency": "XXX"
}, - "limit": {
- "amount": 6311.4870779937,
- "currency": "XXX"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 5273.827505238247,
- "currency": "XXX"
}, - "limit": {
- "amount": 3023.832800553725,
- "currency": "XXX"
}
}, - "peril_coverages": [
- {
- "catastrophe_limits": {
- "excess": {
- "amount": 8333.499328487096,
- "currency": "EUR"
}, - "limit": {
- "amount": 6420.654712947614,
- "currency": "EUR"
}
}, - "clash_limits": {
- "excess": {
- "amount": 6464.653167916174,
- "currency": "EUR"
}, - "limit": {
- "amount": 4081.633428319492,
- "currency": "EUR"
}
}, - "facultative_limits": {
- "excess": {
- "amount": 2785.847088414465,
- "currency": "EUR"
}, - "limit": {
- "amount": 7236.453317806708,
- "currency": "EUR"
}
}, - "industry_loss_warranty": {
- "limit": {
- "amount": 4729.194398153189,
- "currency": "USD"
}, - "retention": {
- "amount": 6562.269843693886,
- "currency": "USD"
}, - "warranty": {
- "amount": 4099.884849869662,
- "currency": "USD"
}
}, - "layer_aggregate_limits": {
- "excess": {
- "amount": 9826.605658501556,
- "currency": "XXX"
}, - "limit": {
- "amount": 9980.801462468018,
- "currency": "XXX"
}
}, - "occurrence_limits": {
- "excess": {
- "amount": 6129.211620584003,
- "currency": "USD"
}, - "limit": {
- "amount": 5210.154970461881,
- "currency": "USD"
}
}, - "per_risk_limits": {
- "excess": {
- "amount": 2505.90528420668,
- "currency": "XXX"
}, - "limit": {
- "amount": 9455.533550868086,
- "currency": "XXX"
}
}, - "peril_id": "bordereaux"
}
], - "section": {
- "additional_info": "Some additional information",
- "created_at": "2025-02-28T05:03:59Z",
- "exclusions": "Some exclusions information.",
- "line_of_business": "Property",
- "risk_id": "803e7645-be79-47bc-aef4-763e3d1bc810",
- "subsections": [
- {
- "created_at": "2025-02-28T05:03:59Z",
- "line_of_business": "Property",
- "perils": {
- "excluded": [
- "blade-strike",
- "bordereaux",
- "brush-fire",
- "sinking",
- "tempest"
], - "included": [
- "brain-damage"
]
}, - "premium": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "premium_basis": "gnpi",
- "risk_id": "803e7645-be79-47bc-aef4-763e3d1bc810",
- "subline_of_business": "AgricultureFishfarm",
- "territorial_scope": {
- "excluded": [
- "canada-east",
- "canada-new-brunswick"
], - "included": [
- "australasia",
- "cabo-verde",
- "south-georgia-and-the-south-sandwich-islands"
]
}
}
]
}, - "subline_of_business": "AgricultureFishfarm",
- "subsection": {
- "created_at": "2025-02-28T05:03:59Z",
- "line_of_business": "Property",
- "perils": {
- "excluded": [
- "blade-strike",
- "bordereaux",
- "brush-fire",
- "sinking",
- "tempest"
], - "included": [
- "brain-damage"
]
}, - "premium": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "premium_basis": "gnpi",
- "risk_id": "803e7645-be79-47bc-aef4-763e3d1bc810",
- "subline_of_business": "AgricultureFishfarm",
- "territorial_scope": {
- "excluded": [
- "canada-east",
- "canada-new-brunswick"
], - "included": [
- "australasia",
- "cabo-verde",
- "south-georgia-and-the-south-sandwich-islands"
]
}
}
}
], - "created_at": "1958-01-10T10:26:06Z",
- "custom_premium": {
- "amount": {
- "amount": 0,
- "currency": "USD"
}, - "description": "Some comprehensive description"
}, - "id": "ff2f4ba9-95be-4e7b-a8a5-38bac13d66c8",
- "is_archived": true,
- "lloyds_codes": [
- {
- "code": "a20",
- "value": 11
}, - {
- "code": "a20",
- "value": 11
}
], - "lloyds_lead_reinsurer": {
- "company_id": "122d6567-eaca-aea1-1fe5-7b3cdda0b136",
- "company_name": "Apex Insurance Group",
- "stamp_name": "ALLIANZ RE DUBLIN LTD"
}, - "market_lead_reinsurer": {
- "company_id": "a402b602-d5cb-cc2b-351e-2446561ee62d",
- "company_name": "SecureTrust Re",
- "stamp_name": "NEXANS RE SA"
}, - "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": "aggregate_excess_of_loss",
- "product_data": {
- "data": {
- "agg_limits": [
- {
- "excess": {
- "amount": 3274.251579555918,
- "currency": "GBP"
}, - "limit": {
- "amount": 4647.510334767065,
- "currency": "GBP"
}
}
], - "agg_percent_limits": {
- "percent_excess": 4.451453907830749,
- "percent_limit": 74.65626607166436
}, - "catastrophe_agg_limits": [
- {
- "excess": {
- "amount": 445.542215570047,
- "currency": "XXX"
}, - "limit": {
- "amount": 1252.77939650298,
- "currency": "XXX"
}
}
], - "claim_bonus": {
- "applies_to": "net_reinsurance_premium",
- "discount": 66.19111838083143,
- "reinsurers_expense": 41.282362075096216
}, - "clash_agg_limits": [
- {
- "excess": {
- "amount": 9819.694504899251,
- "currency": "GBP"
}, - "limit": {
- "amount": 1172.10140567196,
- "currency": "GBP"
}
}
], - "facultative_limits": [
- {
- "excess": {
- "amount": 8785.981585040841,
- "currency": "GBP"
}, - "limit": {
- "amount": 9064.000524862297,
- "currency": "GBP"
}
}
], - "loss_additional_premium": 8600.334427555068,
- "loss_corridor": {
- "cedent_retained": 56.419632639232816,
- "max": {
- "amount": 8534.451183356365,
- "currency": "GBP"
}, - "min": {
- "amount": 5759.984391117995,
- "currency": "GBP"
}
}, - "loss_warranties": [
- {
- "limit": {
- "amount": 8966.334907861787,
- "currency": "USD"
}, - "retention": {
- "amount": 7948.213073215947,
- "currency": "USD"
}, - "warranty": {
- "amount": 9601.138328434035,
- "currency": "USD"
}
}
], - "occurrence_agg_limits": [
- {
- "excess": {
- "amount": 4553.565797185992,
- "currency": "GBP"
}, - "limit": {
- "amount": 1430.991299766846,
- "currency": "GBP"
}
}
], - "occurrence_agg_percent_limits": {
- "percent_excess": 62.1896276134762,
- "percent_limit": 9.516951434131759
}, - "per_risk_limits": [
- {
- "excess": {
- "amount": 5872.213672635183,
- "currency": "EUR"
}, - "limit": {
- "amount": 8755.864694292359,
- "currency": "EUR"
}
}
], - "per_risk_percent_limits": {
- "percent_excess": 88.93789772238895,
- "percent_limit": 45.477744344672274
}, - "profit_commission": {
- "applies_to": "net_of_brokerage",
- "clause": {
- "period": {
- "type": "years",
- "value": 5
}, - "type": "relationship_account"
}, - "commission": 224.46806295015026,
- "max_commission": 262.66369093192236,
- "min_commission": 28.22708006476152,
- "reinsurer_expense": 1914.5470352134382,
- "reinsurer_expense_basis": "net_of_reinsurer_expenses"
}, - "reinstatements": [
- {
- "count": 1,
- "max_recoverable_post_reinstatement": {
- "amount": 987,
- "currency": "GBP"
}, - "percent": 43.750485830468506,
- "type": "limited"
}
], - "swing": {
- "brokerage": 93.35809448766558,
- "load": 21.298781242623832,
- "max_rate": 59.71413866411566,
- "min_rate": 0.5037636783265298,
- "terms_years": 2,
- "type": "simple"
}
}, - "type": "non_proportional"
}, - "rate": {
- "adjustable_value": 617117.11224736,
- "base_currency": "EUR",
- "deposit": {
- "amount": 7971.450941251951,
- "currency": "USD"
}, - "deposit_premium_share": 610574.6063213747,
- "min_deposit": {
- "amount": 2830.643276843512,
- "currency": "USD"
}, - "min_premium_share": 623883.6132723409,
- "on_line_value": 219915.81049908636,
- "premiums": [
- {
- "currency": "EUR",
- "deposit_premium": 0.99,
- "fx_rate": 1,
- "min_premium": 123456.78
}, - {
- "currency": "GBP",
- "deposit_premium": 9876543.21,
- "fx_rate": 1.01,
- "min_premium": 0.01
}, - {
- "currency": "XXX",
- "deposit_premium": 9876543.21,
- "fx_rate": 1.01,
- "min_premium": 123456.78
}
]
}, - "reinsurance_period": "pid_period",
- "reinsurance_type": "non_proportional",
- "reinsured_basis": "any_one_event_basis",
- "risk_id": "7f64a9a7-2e0d-4fc0-8679-b5928e5c95df",
- "status": "fot",
- "subject_income": {
- "data": {
- "amount": 0,
- "currency": "USD"
}, - "type": "custom_income"
}, - "subject_premium_basis": "gnepi",
- "target_reinsurance_premium": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "territorial_scope": {
- "excluded": [
- "africa",
- "benelux",
- "cabo-verde",
- "canada-newfoundland-and-labrador",
- "usa-new-york"
], - "included": [
- "canada-alberta",
- "canada-north"
]
}
}, - "success": true
}This operation returns all quotes of the deal layer given by layer_id.
| layer_id required | string <uuid> Example: layer_id=99d37ab5-733d-cec9-2de5-a87da1d550e9 The ID of the deal layer for which the quoptes are desired. |
| Authorization required | string Example: Bearer ecsgvhc.04fa8fb6ae0a97875d1a6e274954883d12ab65ee Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": [
- {
- "authorizing_entity": "NEXANS RE SA",
- "ceding_commission": 38.181102034845324,
- "expiry": "1868-03-04",
- "id": "9f67b52a-bf0e-405c-95a7-47ba5c19a588",
- "layer_id": "626c00fa-8785-41fe-956d-8b2ea51e0422",
- "line_size": 77.30013462246205,
- "rate": 46.95453918649677,
- "rate_on_line": 64.5678599061415,
- "reinsurance_premium": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "reinsurer": {
- "name": "Prism Risk Ltd."
}, - "underwriter_reference": "GE:10-04195XL"
}, - {
- "authorizing_entity": "ALLIANZ RE DUBLIN LTD",
- "ceding_commission": 63.87560957539008,
- "expiry": "1987-12-21",
- "id": "72fa3c77-c2e4-4b31-95e2-307194d2d0fe",
- "layer_id": "bb487d5d-401a-4652-bad6-795175ca2d64",
- "line_size": 90.23344786325,
- "rate": 7.871279471841364,
- "rate_on_line": 95.98893412308053,
- "reinsurance_premium": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "reinsurer": {
- "name": "Prism Risk Ltd."
}, - "underwriter_reference": "aviation_qt_m01"
}, - {
- "authorizing_entity": "LLOYD'S SYNDICATE 8392",
- "ceding_commission": 87.27530763513721,
- "expiry": "1958-09-13",
- "id": "789958ad-9d31-4273-a6c4-a0cdfb7fb226",
- "layer_id": "23915acc-ae8c-486d-9c0e-42c454eb2bf1",
- "line_size": 43.99828060408336,
- "rate": 45.00032433959671,
- "rate_on_line": 38.28434321806704,
- "reinsurance_premium": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "reinsurer": {
- "name": "Quartz Assurance Partners"
}, - "underwriter_reference": "Nameless Quote"
}
], - "success": true
}This operation creates a quote on a deal layer based on the data provided.
| Authorization required | string Example: Bearer ecsgvhc.04fa8fb6ae0a97875d1a6e274954883d12ab65ee 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": 42.12033376250825,
- "expiry_date": "1866-02-07",
- "layer_id": "66d0efd8-2e38-4e25-b799-aea259b69e3e",
- "line_size": 93.27466772584779,
- "name": "Mid-level quote",
- "premium": {
- "amount": 987,
- "currency": "GBP"
}, - "rate_on_line": 34.35966814998406,
- "rate_on_premium": 74.27686626613895,
- "reference": "Nameless Quote",
- "stamp_name": "ALLIANZ RE DUBLIN LTD"
}{- "data": {
- "authorizing_entity": "LLOYD'S SYNDICATE 8392",
- "ceding_commission": 79.772369551853,
- "expiry": "1924-04-06",
- "id": "744af011-59f4-404c-b8d4-a0f04f32bd58",
- "layer_id": "bb4f1054-49ea-413f-b3e1-5647c2424114",
- "line_size": 89.41969296513052,
- "rate": 52.690921848262505,
- "rate_on_line": 77.459756145114,
- "reinsurance_premium": {
- "amount": 123456.78,
- "currency": "XXX"
}, - "reinsurer": {
- "name": "Prism Risk Ltd."
}, - "underwriter_reference": "GE:10-04195XL"
}, - "success": true
}| Authorization required | string Example: Bearer axcvfob.d4c85272f5128dcedcf58c80f4b45f2e7c53c5c0 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": null,
- "success": true
}| Authorization required | string Example: Bearer wdnklyy.90bdd6d969ed82d0e62cc6a846416c422077934e 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=6bfcba9a-a8ae-4131-3398-1ba6767deeaa The ID of the deal layer for which the lines are desired. |
| Authorization required | string Example: Bearer amhssww.ac571f98e6d54537c759f6bfe56ddf48bbe0c6ae Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": [
- {
- "authorization_percentage": 0,
- "id": "ec27245f-559d-8220-2163-a85c2e64b946",
- "layer_id": "ec27245f-559d-8220-2163-a85c2e64b946",
- "signing": null,
- "stamp_name": null
}, - {
- "authorization_percentage": 0.01,
- "id": "573a17e2-b898-fae4-5ca1-231c3e343fc1",
- "layer_id": "ec27245f-559d-8220-2163-a85c2e64b946",
- "signing": null,
- "stamp_name": null
}, - {
- "authorization_percentage": 25.99,
- "id": "abd992f4-5ec7-e600-cb5f-9d68a2d608cc",
- "layer_id": "ec27245f-559d-8220-2163-a85c2e64b946",
- "signing": {
- "signing_date": null,
- "signing_percentage": 0
}, - "stamp_name": "ALLIANZ RE DUBLIN LTD"
}
], - "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=8a081ca1-da24-13a1-afb0-aae3da076542 The ID of the deal for which this market list should apply. |
| Authorization required | string Example: Bearer eatqwra.da161973268bced887bc8b9bde5935dac1a3724b 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": "485c99e8-4a99-8010-9ece-e1644587fb13",
- "layers": [
- {
- "layer_id": "0d0511ff-a03e-3a49-816f-6bfcf7985460"
}, - {
- "layer_id": "dfff428d-f4f2-64b1-1971-c32e995ed9f0"
}
], - "users": [
- {
- "user_id": "8a59460e-4e2f-69be-bc19-d6af1c306627"
}, - {
- "user_id": "54a1a76c-78f4-cc18-f126-37af026c85d1"
}
]
}, - {
- "company_id": "1da179a5-3154-2c1e-95bd-1b064b1c2242",
- "layers": [
- {
- "layer_id": "c17b1738-5bf9-beeb-f626-2425c362d3d8"
}, - {
- "layer_id": "9951233d-d10e-09cf-69b2-82e2565f045f"
}
], - "users": [
- {
- "user_id": "3d1c22aa-0f11-ca99-1d20-2f3341791b17"
}, - {
- "user_id": "9951afbe-6a20-f0dd-bb32-849583355302"
}
]
}, - {
- "company_id": "157c64b8-9db4-9893-6881-e3d42331565d",
- "layers": [
- {
- "layer_id": "e062f97a-7511-bd79-9a89-00dbec07e8c9"
}, - {
- "layer_id": "8884b527-1194-b34a-7388-b35ae9c95d85"
}
], - "users": [
- {
- "user_id": "0f3d2a76-8e7e-8a5a-5146-647c3e89b6c7"
}, - {
- "user_id": "0099896c-de1f-c5c5-80b0-a966f6f272b6"
}
]
}
]{- "data": null,
- "success": true
}Returns a list of all comments attached to a deal.
| deal_id required | string <uuid> Example: b85f862a-9e7f-2787-14f5-226be8e078b4 The ID of the deal for which comments are requested. |
| Authorization required | string Example: Bearer kmreumz.a301a9ae2a840b04fdaf567188e65eee26397ffe 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"
}
]
]
}, - "success": true
}Allows comments to be added to a deal.
| deal_id required | string <uuid> Example: b85f862a-9e7f-2787-14f5-226be8e078b4 The ID of the deal to which comments should be added. |
| Authorization required | string Example: Bearer kmreumz.a301a9ae2a840b04fdaf567188e65eee26397ffe 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": "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."
]
}
]
]
}{- "data": [ ],
- "success": true
}Allows for submitting new comment data that should replace the existing data.
| deal_id required | string <uuid> Example: 801afe01-5e11-817c-b281-f87a76c3fc4b The ID of the deal on which this comment is made. |
| comment_id required | string <uuid> Example: d9b85972-d652-f399-d251-8dd5ff88e4ce The ID of the comment to be updated. |
| Authorization required | string Example: Bearer vzwjvsz.38bcfd029f6e80f874426a2e61f958f559dbd0f9 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: 801afe01-5e11-817c-b281-f87a76c3fc4b The ID of the deal on which this comment is made. |
| comment_id required | string <uuid> Example: d9b85972-d652-f399-d251-8dd5ff88e4ce The ID of the comment to be deleted. |
| Authorization required | string Example: Bearer vzwjvsz.38bcfd029f6e80f874426a2e61f958f559dbd0f9 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: a5cf4087-610b-6608-33fc-10b97ba8f0d6 The ID of the deal to which the pricing features are applied. |
| Authorization required | string Example: Bearer thwtnwa.bb0b844a51924a83e02347c754163ba5b5460280 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
{- "data": {
- "pricing_features": [
- {
- "company": "05627012-44f6-41f6-aaa8-43242566ba15",
- "pricing_features": [
- {
- "layer": "3f70c2c2-5fdc-4519-9bdb-7d58533d5dd4",
- "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": 74.51718392731192,
- "loss_corridor": {
- "cedent_retained": 27.246999937618654,
- "max": {
- "amount": 7028.437395024355,
- "currency": "XXX"
}, - "min": {
- "amount": 109.435044340228,
- "currency": "XXX"
}
}, - "no_claim_bonus": {
- "applies_to": "gross_reinsurance_premium",
- "discount": 11.149714169917956,
- "reinsurers_expense": 88.36762799009401
}, - "profit_commission": {
- "applies_to": "net_of_brokerage",
- "clause": {
- "period": {
- "type": "years",
- "value": 8
}, - "type": "relationship_account"
}, - "commission": 191.66308295038195,
- "max_commission": 220.28401997892882,
- "min_commission": 25.036326774144708,
- "reinsurer_expense": 420.77919368377076,
- "reinsurer_expense_basis": "gross_of_reinsurer_expenses"
}, - "rate": {
- "adjustable_value": 539766.0513766038,
- "on_line_value": 875520.6989094265
}, - "reinstatements": [
- {
- "amount": 68.2459313180099,
- "count_limit": 3
}, - {
- "amount": 78.36433785573985,
- "count_limit": 2
}
], - "swing": {
- "brokerage": 36.47102909381664,
- "load": 92.78568561186663,
- "max_rate": 35.372590131929016,
- "min_rate": 17.919096377848742,
- "terms_years": 5,
- "type": "min_plus"
}, - "target_reinsurance_premium": {
- "amount": 123456.78,
- "currency": "XXX"
}
}, - "tag": "pricing_features_non_prop_api"
}, - "stamp": "ALLIANZ RE DUBLIN LTD"
}, - {
- "layer": "612a90ea-9034-442c-af1b-1304da4b530a",
- "pricing_features_by_type": {
- "contents": {
- "brokerage": {
- "as_money": [
- {
- "amount": 521,
- "currency": "USD"
}, - {
- "amount": 710,
- "currency": "EUR"
}, - {
- "amount": 987,
- "currency": "GBP"
}
], - "as_percent": {
- "amount": 0.1,
- "basis": "net_net"
}
}, - "ceding_commission": {
- "amount": 556.9967219264319,
- "basis": "ccb_net_net"
}, - "overriding_commission": {
- "basis": "gross",
- "value": 4170.126888236227
}, - "profit_commission": {
- "applies_to": "net_of_brokerage",
- "clause": {
- "period": {
- "type": "years",
- "value": 7
}, - "type": "deficit_carried_forward"
}, - "commission": 733.3308030931977,
- "max_commission": 1109.7274511810842,
- "min_commission": 91.4480836866308,
- "reinsurer_expense": 3855.7091236462566,
- "reinsurer_expense_basis": "gross_of_reinsurer_expenses"
}, - "rate": {
- "adjustable_value": 630044.1235453375,
- "on_line_value": 463648.9378724477
}, - "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": 987,
- "currency": "GBP"
}
}, - "tag": "pricing_features_prop_api"
}, - "stamp": "ODDYSSEY REINSURANCE CO."
}
]
}, - {
- "company": "f57c6dc7-af9d-460f-bd16-df5710d2760c",
- "pricing_features": [
- {
- "layer": "3f70c2c2-5fdc-4519-9bdb-7d58533d5dd4",
- "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"
}
}, - "ceding_commission": {
- "amount": 360.687064932792,
- "basis": "ccb_net_net"
}, - "overriding_commission": {
- "basis": "net",
- "value": 1181.0945223783915
}, - "profit_commission": {
- "applies_to": "gross_of_brokerage",
- "clause": {
- "period": {
- "type": "years",
- "value": 8
}, - "type": "deficit_carried_forward"
}, - "commission": 204.93404066297867,
- "max_commission": 302.0477053713731,
- "min_commission": 63.23939894546392,
- "reinsurer_expense": 828.2014320408146,
- "reinsurer_expense_basis": "gross_of_reinsurer_expenses"
}, - "rate": {
- "adjustable_value": 129152.60691443972,
- "on_line_value": 208236.63152031304
}, - "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": 123456.78,
- "currency": "XXX"
}
}, - "tag": "pricing_features_prop_api"
}, - "stamp": "NEXANS RE SA"
}, - {
- "layer": "612a90ea-9034-442c-af1b-1304da4b530a",
- "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"
}
}, - "ceding_commission": {
- "amount": 7600.184398153275,
- "basis": "ccb_net"
}, - "overriding_commission": {
- "basis": "net_net",
- "value": 202.00798961657972
}, - "profit_commission": {
- "applies_to": "gross_of_brokerage",
- "clause": {
- "period": {
- "type": "years",
- "value": 7
}, - "type": "deficit_carried_forward"
}, - "commission": 3.690683602398107,
- "max_commission": 3.861766847956001,
- "min_commission": 1.3632619179304868,
- "reinsurer_expense": 272.74736459345957,
- "reinsurer_expense_basis": "gross_of_reinsurer_expenses"
}, - "rate": {
- "adjustable_value": 877509.6544486611,
- "on_line_value": 750423.6919891614
}, - "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.03,
- "currency": "EUR"
}
}, - "tag": "pricing_features_prop_api"
}, - "stamp": "ODDYSSEY REINSURANCE CO."
}
]
}
]
}, - "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: 908f327c-7225-7325-7768-486f81cf6df3 The ID of the deal to which the pricing features are applied. |
| company_id required | string <uuid> Example: c87eecba-b673-a5e0-4b1b-79ac7cb580ad 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: 7a7cd702-9261-787f-dfe6-6b9b77ff65b2 The ID of the layer to which the pricing features are applied. |
| Authorization required | string Example: Bearer flgwdat.3d42445775a1b294af2bf13a9a1b9bfe08dbe557 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
| Supercede-Version required | string Example: 2020-10-01 A version indicator required on some endpoints for disambiguation. The value should always be 2020-10-01 in those cases. |
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": 0.5,
- "basis": "net"
}
}, - "ceding_commission": {
- "amount": 5640.245297117881,
- "basis": "ccb_gross"
}, - "overriding_commission": {
- "basis": "net_net",
- "value": 3584.600657354768
}, - "profit_commission": {
- "applies_to": "net_of_brokerage",
- "clause": {
- "period": "not_applicable",
- "type": "relationship_account"
}, - "commission": 515.474098803747,
- "max_commission": 634.4623775656478,
- "min_commission": 76.7262880345238,
- "reinsurer_expense": 4812.782244685021,
- "reinsurer_expense_basis": "net_of_reinsurer_expenses"
}, - "rate": {
- "adjustable_value": 850733.426664184,
- "on_line_value": 885343.5292867318
}, - "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": 45.635552560369064,
- "loss_corridor": {
- "cedent_retained": 95.03971872750138,
- "max": {
- "amount": 6946.721418004848,
- "currency": "EUR"
}, - "min": {
- "amount": 3427.733607498102,
- "currency": "EUR"
}
}, - "no_claim_bonus": {
- "applies_to": "net_reinsurance_premium",
- "discount": 5.649314999206789,
- "reinsurers_expense": 10.548883207334725
}, - "reinstatements": [
- {
- "amount": 20.6165023930455,
- "count_limit": 4
}, - {
- "amount": 77.84299264932177,
- "count_limit": 1
}
], - "swing": {
- "brokerage": 80.68331079578692,
- "load": 81.27689918107906,
- "max_rate": 71.09939948859073,
- "min_rate": 25.829869289170293,
- "terms_years": 10,
- "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: 908f327c-7225-7325-7768-486f81cf6df3 The ID of the deal from which the pricing features need to be removed. |
| company_id required | string <uuid> Example: c87eecba-b673-a5e0-4b1b-79ac7cb580ad 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: 7a7cd702-9261-787f-dfe6-6b9b77ff65b2 The ID of the layer from which the pricing features need to be removed. |
| Authorization required | string Example: Bearer flgwdat.3d42445775a1b294af2bf13a9a1b9bfe08dbe557 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
| Supercede-Version required | string Example: 2020-10-01 A version indicator required on some endpoints for disambiguation. The value should always be 2020-10-01 in those cases. |
{- "data": null,
- "success": true
}Returns a list of all subjectivities attached to a deal.
| deal_id required | string <uuid> Example: 0f8c8a6f-856a-313d-713e-a1c83cdf3a75 The ID of the deal for which subjectivities are requested. |
| Authorization required | string Example: Bearer isymuty.4e4d1e77714636143d90a192c9e83987aea86767 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
| Supercede-Version required | string Example: 2020-10-01 A version indicator required on some endpoints for disambiguation. The value should always be 2020-10-01 in those cases. |
{- "data": {
- "subjectivities": [
- [
- {
- "data": {
- "company_id": "f56add31-79ca-4cf6-9c24-a0de08f52013",
- "content": "We would like to exclude the territory of Svalbard from this layer.",
- "layer_ids": [
- "959bda4b-0747-49ff-ba0b-6d436848d615",
- "0136bb78-af5e-43e5-b6a6-cccbe202ef32"
], - "stamp": "ALLIANZ RE DUBLIN LTD"
}, - "id": "07ee5d65-c038-46dd-83a3-4282bee617fd",
- "state": "accepted",
- "updated_at": "2025-02-15T14:37:15Z"
}
]
]
}, - "success": true
}Allows subjectivities to be added to a deal.
| deal_id required | string <uuid> Example: 0f8c8a6f-856a-313d-713e-a1c83cdf3a75 The ID of the deal for which subjectivities are requested. |
| Authorization required | string Example: Bearer isymuty.4e4d1e77714636143d90a192c9e83987aea86767 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
| Supercede-Version required | string Example: 2020-10-01 A version indicator required on some endpoints for disambiguation. The value should always be 2020-10-01 in those cases. |
required | Array of objects (Subjectivity) |
{- "subjectivities": [
- [
- {
- "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."
}, - {
- "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"
}
]
]
}{- "data": [ ],
- "success": true
}Set the content of a subjectivity to something new.
| deal_id required | string <uuid> Example: b15bbc46-8ccf-9fb6-d1b6-aefae11c29b0 The ID of the deal to which the subjectivity applies. |
| subjectivity_id required | string <uuid> Example: 944d25aa-9467-1338-76ff-481fc5f0209e The ID of the subjectivity to be edited. |
| Authorization required | string Example: Bearer rfaoqml.c3fde0ac10dc5ead5f2a7440c7f823741122e95d Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
| Supercede-Version required | string Example: 2020-10-01 A version indicator required on some endpoints for disambiguation. The value should always be 2020-10-01 in those cases. |
| content required | string The content that should replace the current content of this subjectivity. |
{- "content": "We would like to exclude the territory of Svalbard from this layer."
}{- "data": [ ],
- "success": true
}Transitions a pending subjectivity into the accepted state.
| deal_id required | string <uuid> Example: 0ef137ab-51ab-ba23-4610-ba2dbed62d03 The ID of the deal to which the subjectivity applies. |
| subjectivity_id required | string <uuid> Example: 4ed7edc5-7ee5-cbf4-ff94-f2f2097af0ad The ID of the subjectivity to be accepted. |
| Authorization required | string Example: Bearer oquiuun.46869b0afceacbbc97a818ce6785d4405b74f1ec Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
| Supercede-Version required | string Example: 2020-10-01 A version indicator required on some endpoints for disambiguation. The value should always be 2020-10-01 in those cases. |
{- "data": [ ],
- "success": true
}Transitions a pending subjectivity into the rejected state.
| deal_id required | string <uuid> Example: a84c951b-d82b-9167-060f-9e0ae9b656c0 The ID of the deal to which the subjectivity applies. |
| subjectivity_id required | string <uuid> Example: b9dd6aa9-a12d-f380-67e5-fa04dff106a7 The ID of the subjectivity to be rejected. |
| Authorization required | string Example: Bearer znjjfhw.ed0d7d53069746adfc80ca36afce09ff661f615b Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
| Supercede-Version required | string Example: 2020-10-01 A version indicator required on some endpoints for disambiguation. The value should always be 2020-10-01 in those cases. |
{- "data": [ ],
- "success": true
}Transitions a pending subjectivity into the retracted state.
| deal_id required | string <uuid> Example: b730f685-3de6-cf8c-10d0-472e5ab95289 The ID of the deal to which the subjectivity applies. |
| subjectivity_id required | string <uuid> Example: 51b69e5b-f204-bbea-c465-444cd64b438d The ID of the subjectivity to be retracted. |
| Authorization required | string Example: Bearer etpfyun.6cf008458cc29eff370e36a023e817030628dd10 Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
| Supercede-Version required | string Example: 2020-10-01 A version indicator required on some endpoints for disambiguation. The value should always be 2020-10-01 in those cases. |
{- "data": [ ],
- "success": true
}Call this endpoint with valid JSON in the request body to see if the API responds back with a non-failure status code.
| Authorization required | string Example: Bearer jxkdyrt.e4c36a0d8e1c271cfbf63deb11009461420acb8d Bearer-based HTTP authentication. The value should be "Bearer" followed by your API key. |
| message | string An example key–value pair in an object. |
{- "message": "An example key-value pair in an object."
}{- "data": {
- "message": "An example key-value pair in an object."
}, - "success": true
}