openapi: 3.0.0 info: version: 0.1.0 title: Whitespace Platform API description:
The meta data for all attachments available on the risk. Note that the parentDocID and identifier are the values used in GET /api/attachments/$parentDocID/$identifier to retrieve the content of the attachment.
content: application/json: example: - attachedAt: '2022-10-10 16:26:09' attachedByUser: MU5F640CA3-FEEF-4E18-BAA0-EB9375824F68 attachmentName: SiteMap.png channels: - blackpool_PROPERTY content_type: application/octet-stream digest: sha1-PQdi0wPAzykWJ+J4yjVIxrvsj30= identifier: A-6825C239-CDB3-429F-B53C-24058533F20A length: 767008 parentDocID: IC8248761E-ABDF-4B52-B484-DF6174364694::ATCH::A-6825C239-CDB3-429F-B53C-24058533F20A version: 1 schema: type: array items: type: object properties: attachedAt: type: string example: '2022-10-10T16:26:09.000Z' attachedByUser: type: string example: MU5F640CA3-FEEF-4E18-BAA0-EB9375824F68 description: the unique MU number for the user who uploaded the attachment channels: type: array items: type: string example: blackpool_PROPERTY content_type: type: string example: application/octet-stream digest: type: string example: sha1-PQdi0wPAzykWJ+J4yjVIxrvsj30= identifier: type: string example: A-6825C239-CDB3-429F-B53C-24058533F20A description: use this value in a call to /api/attachments/$parentDocID/$identifier length: type: integer example: 767008 parentDocID: type: string example: IC8248761E-ABDF-4B52-B484-DF6174364694::ATCH::A-6825C239-CDB3-429F-B53C-24058533F20A description: use this value in a call to /api/attachments/$parentDocID/$identifier version: type: integer example: 1 '401': $ref: '#/paths/~1api~1risks~1save/post/responses/401' /api/attachments/array/{rootID}: get: tags: - Attachments parameters: - in: path name: rootID schema: type: string required: true description: The unique ID of the risk example: IC213DA609-D6B5-4A05-86B8-3FD91E861F57 summary: Gets meta data for all attachments on a risk responses: '200': description: An array of attachment meta data. This was provided as an alternative to /attachments as an alternative format that may be easier to consume. content: application/json: schema: type: array items: type: object properties: length: type: integer format: int32 example: 211059 digest: type: string example: sha1-gc50j2LK51yS93Y2HC4S7PQ+xg8= revpos: type: integer format: int32 example: 2 identifier: type: string example: A-C6FC8D21-A7CE-498D-B08A-F7B0AB23B64D.pdf stub: type: boolean example: true docID: type: string description: the id of the attachment document example: ICC0D79D92-AA39-4624-8B96-188925A9B73E::ATCH metadata: type: object properties: attachedAt: type: string example: '2019-11-18T14:17:54.000Z' attachedByUser: type: string example: MUD38EC011-780A-42D3-94DA-FD9063F5DAF9 identifier: type: string example: A-C6FC8D21-A7CE-498D-B08A-F7B0AB23B64D.pdf attachmentName: type: string example: Aviation Demo Slip.pdf content_type: type: string example: application/pdf example: - attachedAt: '2023-02-14 14:51:00' attachedByUser: MU5F640CA3-FEEF-4E18-BAA0-EB9375824F68 attachmentName: LossHistory.xlsx channels: - blackpool_MARINE content_type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet digest: sha1-YOPp9u6xEkGQW1EGpErvxoBAxs0= identifier: A-6690DC47-A84D-4EC2-9C5C-92F12307A41E length: 9244 parentDocID: IC3F18C8EC-E6F4-4C93-A894-09259B312D13::ATCH::A-6690DC47-A84D-4EC2-9C5C-92F12307A41E version: 1 - attachedAt: '2023-02-14 14:51:10' attachedByUser: MU5F640CA3-FEEF-4E18-BAA0-EB9375824F68 attachmentName: Floorplan.png channels: - blackpool_MARINE content_type: image/png digest: sha1-iFd1D6xZBF4j9NNcmxr7DxArppQ= identifier: A-37D4FAD6-2E86-4BBD-917F-8CB996671173 length: 369396 parentDocID: IC3F18C8EC-E6F4-4C93-A894-09259B312D13::ATCH::A-37D4FAD6-2E86-4BBD-917F-8CB996671173 version: 1 '401': $ref: '#/paths/~1api~1risks~1save/post/responses/401' /api/attachments/{parentDocID}/{identifier}: get: summary: Get an attachment description:Download an attachment, using values from a call to /api/attachments/$RiskID. The content will not be JSON, but the contents of the attachment which can be saved to a file.
Due to limitations in Swagger, the attachment might not display properly when tested, but all attachment types can be downloaded normally outside Swagger.
If you want to download an attachment linked to a Subjectivity, you need to grab the _id and identifier by calling /api/risks/{rootID}/related/{type} with a type of RWSubjectivityResponse.
tags: - Attachments parameters: - in: path name: parentDocID schema: type: string required: true description: The RWAttachmentCollection document, which is parentDocID in a call to /api/attachments/$RiskID -- OR, for Subjectivity Attachments, grab the _id from /api/risks/{rootID}/related/{type} with a type of RWSubjectivityResponse. example: IC88965CED-A84B-42F3-8D42-A3534DB92B08::ATCH::A-2343226A-631E-4A1B-A89E-6FBEEFE0E5F3 - in: path name: identifier schema: type: string required: true description: The unique id of the attachment, which is identifier in a call to /api/attachments/$RiskID -- OR, for Subjectivity Attachments, grab the _id from /api/risks/{rootID}/related/{type} with a type of RWSubjectivityResponse. example: A-2343226A-631E-4A1B-A89E-6FBEEFE0E5F3 responses: '200': description: The content of the file, which will not be JSON, but more likely an image, spreadsheet etc. /api/attachments/{riskID}/{attachmentName}: post: summary: Upload an attachment - Broker Only description:Broker users can call this endpoint to upload an attachment document to a risk. The document is not automatically shared with carriers. The broker must deliberately share it as required.
The payload is not JSON, but the binary content of the file. The MIME Content header must correctly define the file, so "image/png" for an image, "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" for an XLSX spreadsheet and so on. All content headers should match the reference list of MIME types at mozilla.org.
If you want to replace an existing attachment, use the newVersionOf parameter
Please note that underwriter users may call POST /api/attachbyunderwriter to send a contract attachment to the broker.
tags: - Attachments parameters: - in: path name: riskID schema: type: string required: true description: The root ID of the risk, starting IC example: ICBC2860DE-3E55-40CD-99B8-5457E11D8C0A - in: path name: attachmentName schema: type: string required: true description: A helpful name for the attached document. Often (but not necessarily) the original file name. example: AerialPhoto.png - in: query name: newVersionOf schema: type: string required: false description: The ID of the existing attachment you want to replace example: A-8652873F-40C7-4667-9A4A-CDD968C55E93 responses: '200': description: The response after succesfully uploading an attachment content: application/json: schema: type: object properties: msg: type: string example: Attachment uploaded. description: A message indicating success /api/attachments/{rootID}/showToCarriers: post: summary: Show an attachment to carriers - Broker Only tags: - Attachments parameters: - in: path name: rootID schema: type: string required: true description: The unique root ID of the risk. example: IC213DA609-D6B5-4A05-86B8-3FD91E861F57 requestBody: content: application/json: schema: type: object properties: docID: type: string description: the ID of the attachment document. example: ICA3C8F0A7-D477-4FB9-AEB2-52AC2B63C6FA::ATCH::A-3F7233A7-038A-4051-8860-154C7B3C543D attachID: type: string description: the ID of the attachment. example: A-3F7233A7-038A-4051-8860-154C7B3C543D channels: type: array description: The channels of the carriers you want to show to. items: type: string example: - tomyunderwriting_ALL responses: '200': description: Response from succesfully showing an attachment to a carrier. content: application/json: schema: type: object properties: msg: type: string description: Message to confirm the attachment has been shown. example: Attachment Shown /api/attachbyunderwriter/{riskID}/{underwriter_channel}/{attachmentname}: post: summary: Upload an Attachment as an Underwriter - Underwriter Only description: This call allows an Underwriter account to attach a document to a specific contract. Note that the attachment is automatically shared with the broker when uploaded. The example given below only works with png files due to the objects specified in the requestBody array, but any file type can be attached via API. tags: - Attachments parameters: - in: path name: riskID schema: type: string required: true description: The unique ID of the risk example: IC213DA609-D6B5-4A05-86B8-3FD91E861F57 - in: path name: underwriter_channel schema: type: string required: true description: The channel name of the underwriter team that the contract is in example: whitesails_ALL - in: path name: attachmentname schema: type: string required: true description: The name of file to attach example: example.png requestBody: content: image/png: schema: type: object properties: file: type: string format: binary responses: '200': description: The response after succesfully uploading an attachment content: application/json: schema: type: object properties: docID: type: string description: the document ID example: IC7B4C4ECF-5340-4A88-B5BE-A4ECE8859B61::CHAT::50E4EB6C-147B-4337-8FB7-B4051D42410F attachmentRequestID: type: string example: AR::MUB70853CF-3221-4FD4-8A30-12B05EAD2EA5::83DC9DD9-AEA7-41E5-8777-ADF1BAEFD67F attachmentID: type: string description: The ID of the new attachment example: A-22E24B43-38B7-4B86-B62A-8018DC8B9839 /api/bindNotifyParties: post: summary: Bind notify and non-notify parties to a contract declared to a facility/MGA. At least one (re)insurer has to be assigned as a non/notify party before making this call. tags: - Bind Notify Parties requestBody: content: application/json: schema: type: object properties: declarationID: type: string description: The riskID of the firm order declaration contract example: ICDD2F9D3D-822C-4D6B-AD80-C95503938562::FO facilityID: type: object properties: facilityID: type: string description: The rootID of the facility agreement contract example: IC97A46B13-39DD-4929-AA16-572B0D2D8CBF responses: '200': description: Response from binding a notify party content: application/json: example: - rev: 1-c37d9fdb98287f1d0fecba5c6598d15c id: IC5CA72000-F46E-46C6-BB75-C680B4CFFD2E::FO::OFFLINEA2BCONSORTIUMFOLLOW::ALL - rev: 1-fe1bd7fd0a3859ff6269d8153ca20a5a id: IC5CA72000-F46E-46C6-BB75-C680B4CFFD2E::FO::OFFLINEA2BCONSORTIUMFOLLOW::ALL::LGUS - id: IC5CA72000-F46E-46C6-BB75-C680B4CFFD2E::FO::OFFLINEA2BCONSORTIUMFOLLOW::ALL::ARCH::70D7A3DC-5082-4088-834B-FCCB4A59CDD2 rev: 1-d9b4279aaf51d560b9a6ebcfc082e22e - rev: 1-047b5d20389629334e0cc56a0c8a1d1c id: IC5CA72000-F46E-46C6-BB75-C680B4CFFD2E::FO::OFFLINEA2BCONSORTIUMFOLLOW::ALL::ACTI::AE88CA52-6DE7-41E4-8A4B-5B657835ED26 - id: IC5CA72000-F46E-46C6-BB75-C680B4CFFD2E::FO::OFFLINEA2BCONSORTIUMFOLLOW::ALL::WRLS rev: 1-cd135c3cf52de350a4c439ce83b94b19 - id: IC5CA72000-F46E-46C6-BB75-C680B4CFFD2E::FO::OFFLINEA2BCONSORTIUMFOLLOW::ALL::WRLS::1::LARC::A24F2442-BC0B-48F5-A1A5-688DD7D95B43 rev: 1-b11001394976a5e8e8cb3c2c7e048a17 - rev: 1-f38212a9115b13e2e737771c0abbc68c id: IC5CA72000-F46E-46C6-BB75-C680B4CFFD2E::FO::OFFLINEA2BCONSORTIUMFOLLOW::ALL::WRLS-offlinea2b9582_ALL - id: IC5CA72000-F46E-46C6-BB75-C680B4CFFD2E::FO::OFFLINEA2B9582::ALL::WRLS-offlinea2bconsortiumfollow_ALL rev: 1-c3a8c9c977f512b0a6e25b9d43d47af5 - rev: 4-6222e2504624461428bc5f778aff9be6 id: IC5CA72000-F46E-46C6-BB75-C680B4CFFD2E::FGUI::ICDD1393D9-252B-40CF-ADF7-04EBF542C220 /api/brokerNote/{rootID}/save: post: summary: Add text to the internal brokers'' note belonging to the risk, creating it if currently blank - Broker Only parameters: - in: path name: rootID schema: type: string required: true description: The unique root ID of the risk example: IC213DA609-D6B5-4A05-86B8-3FD91E861F57 tags: - Internal Broker Note requestBody: content: application/json: schema: type: object properties: elements: type: array items: type: object properties: text: type: string description: The text of the note to add example: Note to self index: type: integer description: the line of the text example: 0 responses: '200': description: A confirmation of the saved data content: application/json: schema: type: object properties: msg: type: string description: Message to confirm broker note has been saved example: Successfully updated broker note. /api/comments: get: summary: Gets all comments. Deprecated in favour of /risks/$rootID/related/RWComment description:You can NOT have an empty string as a value for a tag, please use ??? as the placeholder instead.
parameters: - in: path name: riskID schema: type: string required: true description: The unique ID of the risk example: IC442C1B93-DE19-4A52-A1D6-E3A4B47C4F6C tags: - Data requestBody: content: application/json: examples: Single Value: description: Update just one tagged item value: metadata: documentRevision: 5-d5e0cc635b2d8ce4c07a7c9eda10baea userID: MUB6A6C9F9-61C1-49EA-8C44-28EEAB3226F5 env: apitest tagSet: Whitespace version: '22.04' fetchedAt: '2022-05-27 13:35:24' documentID: IC442C1B93-DE19-4A52-A1D6-E3A4B47C4F6C multiSectionDefinition: [] definedData: - value: Acme Widgets Incorporated tag: Insured_Name mrcHeading: Insured originalHeading: INSURED name: DefinedData0 parentID: Page:AB9B8D46-D6BC-442E-A01A-65E2F34096DF lineItemIndex: 3 Sectioned Value: description: Update two items in one section value: metadata: documentRevision: 8-cef176382e9f01c8007843b32d935876 definedData: - parentID: Page:4C782AB9-72D4-413D-BB54-3CFAE0CAD679 sectionIDs: - '2' mrcHeading: Period tag: Inception_Date value: 1 March 2022 lineItemIndex: 5 name: DefinedData4 originalHeading: PERIOD - parentID: Page:4C782AB9-72D4-413D-BB54-3CFAE0CAD679 sectionIDs: - '2' mrcHeading: Period value: 31 March 2022 tag: Expiry_Date lineItemIndex: 5 name: DefinedData5 originalHeading: PERIOD multiSectionDefinition: [] Using ACORD Tags: description: Update items using ACORD Tags value: metadata: documentRevision: 19-72f8cb0c5521b85e229be1d2c23bbc24 definedData: - tag: ACORDGPM:InsuredAddressNumberAndStreet originalHeading: 'INSURED ADDRESS:' mrcHeading: PrincipalAddress parentID: Page:6F87933A-9E25-4EB9-AFE1-16159B326411 name: DefinedData0 lineItemIndex: 4 value: 1404 First Avenue - mrcHeading: PrincipalAddress tag: ACORDGPM:InsuredAddressCityName originalHeading: 'INSURED ADDRESS:' parentID: Page:6F87933A-9E25-4EB9-AFE1-16159B326411 name: DefinedData1 lineItemIndex: 4 value: Des Moines - mrcHeading: PrincipalAddress tag: ACORDGPM:InsuredAddressCountrySubEntity originalHeading: 'INSURED ADDRESS:' parentID: Page:6F87933A-9E25-4EB9-AFE1-16159B326411 name: DefinedData2 lineItemIndex: 4 value: Omaha - mrcHeading: PrincipalAddress originalHeading: 'INSURED ADDRESS:' tag: ACORDGPM:InsuredAddressZipOrPostCode parentID: Page:6F87933A-9E25-4EB9-AFE1-16159B326411 name: DefinedData3 lineItemIndex: 4 value: '50304' - mrcHeading: PrincipalAddress originalHeading: 'INSURED ADDRESS:' tag: ACORDGPM:InsuredAddressCountry parentID: Page:6F87933A-9E25-4EB9-AFE1-16159B326411 name: DefinedData4 lineItemIndex: 4 value: United States multiSectionDefinition: [] schema: $ref: '#/components/schemas/DefinedData' responses: '200': description: A confirmation of the saved data content: application/json: schema: type: object properties: id: type: string description: the document id of the updated risk example: IC442C1B93-DE19-4A52-A1D6-E3A4B47C4F6C rev: type: string description: the revision of the risk example: 6-50cb52029b9542862e014c296db45ae6 ok: type: boolean description: true if the data was saved example: true '500': description: The data was not acceptable. We recommend calling the /api/v22.04/data/$RiskID/verify POST endpoint first which will report any errors. content: application/json: schema: type: object properties: error: type: boolean example: true reason: type: string example: Something went wrong. /api/v22.04/data/{riskID}/tagset/{tagset}: get: summary: Gets all Defined Data for a Risk using an alternate tagset description:This endpoint returns the Defined Data for a risk.
This data now includes several items of implicit information retrieved and tagged by the endpoint itself, including these new Controlled tags -- Agreement_Party_Role, Participation_Basis, Premium_Discount_Indicator, Subjectivity_Indicator, Subjectivity_Due_Date, Subjectivity_Condition, Subjectivity_Terms, Section_Reference, Insurer_Identification_Pseudonym, Reinsurer_Identification_Pseudonym, Insurer_Identification_Split_Percentage, Reinsurer_Identification_Split_Percentage, Placing_Broker_Unique_Identifier, Placing_Broker_Unique_Identifier_Agency, Premium_Split_Type, Deductible_Or_Excess_Indicator, Other_Intermediary_Unique_Identifier_Type.
These implicit data tags are labelled with the term Controlled to clearly identify them.
For consistency''s sake please use the same version of the different Data API calls when working with the same information -- i.e., use 23.09 POST calls if you used 23.09 calls to GET the data.
parameters: - in: path name: riskID schema: type: string required: true description: The unique ID of the risk example: IC442C1B93-DE19-4A52-A1D6-E3A4B47C4F6C tags: - Data responses: '200': description: The Defined Data document, containing metadata, multiSectionDefinition and definedData content: application/json: example: multiSectionDefinition: [] definedData: - originalHeading: TYPE name: DefinedData0 mrcHeading: ContractType value: Liability section: RiskDetails parentID: Page:11CA845D-3CAB-4757-B66C-F09AB85A3587 lineItemIndex: 5 tag: Insurance_Type - originalHeading: TYPE name: DefinedData1 mrcHeading: ContractType section: RiskDetails lineItemIndex: 5 parentID: Page:11CA845D-3CAB-4757-B66C-F09AB85A3587 value: Excess of Loss tag: Reinsurance_Type - originalHeading: TYPE name: DefinedData2 mrcHeading: ContractType value: Surplus lineItemIndex: 5 parentID: Page:E0468BA0-493E-432E-B9F6-3BDD06284B3A section: RiskDetails tag: Reinsurance_Type - originalHeading: OTHER AGREEMENT PARTIES FOR CONTRACT CHANGES, FOR PART TWO GUA CHANGES ONLY name: DefinedData0 sectionIDs: - '1' mrcHeading: OtherAgreementPartiesForContractChangesForPart2GUAChangesOnly value: Parties lineItemIndex: 25 section: SubscriptionAgreement parentID: Page:C4F8DBB8-975F-4749-9B95-E1F6ACC9EA6A tag: Agreement_Party_Code - originalHeading: OTHER AGREEMENT PARTIES FOR CONTRACT CHANGES, FOR PART TWO GUA CHANGES ONLY name: DefinedData0 sectionIDs: - '1' mrcHeading: OtherAgreementPartiesForContractChangesForPart2GUAChangesOnly value: Parties section: SubscriptionAgreement lineItemIndex: 25 parentID: Page:C4F8DBB8-975F-4749-9B95-E1F6ACC9EA6A tag: Agreement_Party_Name - originalHeading: OTHER AGREEMENT PARTIES FOR CONTRACT CHANGES, FOR PART TWO GUA CHANGES ONLY sectionIDs: - '1' name: DefinedData0 mrcHeading: OtherAgreementPartiesForContractChangesForPart2GUAChangesOnly value: Parties lineItemIndex: 25 parentID: Page:C4F8DBB8-975F-4749-9B95-E1F6ACC9EA6A section: SubscriptionAgreement tag: Agreement_Party_Pseudonym - originalHeading: OTHER AGREEMENT PARTIES FOR CONTRACT CHANGES, FOR PART TWO GUA CHANGES ONLY name: DefinedData1 sectionIDs: - '2' mrcHeading: OtherAgreementPartiesForContractChangesForPart2GUAChangesOnly section: SubscriptionAgreement lineItemIndex: 25 value: contract parentID: Page:8CB15A3C-03B6-4CDF-AFE7-5D3E5ACA061B tag: Agreement_Party_Code - originalHeading: AGREEMENT PARTIES FOR CONTRACT CHANGES, FOR THEIR PROPORTION ONLY name: DefinedData0 mrcHeading: AgreementPartiesForContractChangesForTheirProportionOnly section: SubscriptionAgreement value: None parentID: Page:60450131-897C-40B9-B6CF-7B8530B614C1 lineItemIndex: 26 tag: Agreement_Party_Name - controlled: true originalHeading: AGREEMENT PARTIES FOR CONTRACT CHANGES, FOR THEIR PROPORTION ONLY mrcHeading: AgreementPartiesForContractChangesForTheirProportionOnly section: SubscriptionAgreement lineItemIndex: 26 parentID: Page:60450131-897C-40B9-B6CF-7B8530B614C1 phType: DefinedData tag: Agreement_Party_Role value: Agreement Party for their proportion only - controlled: true originalHeading: OTHER AGREEMENT PARTIES FOR CONTRACT CHANGES, FOR PART TWO GUA CHANGES ONLY mrcHeading: OtherAgreementPartiesForContractChangesForPart2GUAChangesOnly value: Other Agreement Parties for Part 2 GUA lineItemIndex: 25 parentID: Page:C4F8DBB8-975F-4749-9B95-E1F6ACC9EA6A section: SubscriptionAgreement tag: Agreement_Party_Role phType: DefinedData - controlled: true originalHeading: OTHER AGREEMENT PARTIES FOR CONTRACT CHANGES, FOR PART TWO GUA CHANGES ONLY mrcHeading: OtherAgreementPartiesForContractChangesForPart2GUAChangesOnly section: SubscriptionAgreement value: Other Agreement Parties for Part 2 GUA parentID: Page:8CB15A3C-03B6-4CDF-AFE7-5D3E5ACA061B lineItemIndex: 25 tag: Agreement_Party_Role phType: DefinedData - controlled: true originalHeading: TYPE mrcHeading: ContractType value: Liability lineItemIndex: 5 parentID: Page:11CA845D-3CAB-4757-B66C-F09AB85A3587 phType: DefinedData tag: Insurance_Type section: RiskDetails - controlled: true originalHeading: Unique Market Reference mrcHeading: UMR value: 0999 section: RiskDetails parentID: IC928EB731-2EE9-434A-B96C-C04A5073F8F0 tag: Placing_Broker_Unique_Identifier - controlled: true originalHeading: Unique Market Reference mrcHeading: UMR section: RiskDetails value: Lloyd's of London parentID: IC928EB731-2EE9-434A-B96C-C04A5073F8F0 tag: Placing_Broker_Unique_Identifier_Agency metadata: version: '23.09' env: apitest userID: MU9FCFC64E-7694-420A-BE61-2ABEDB3E8F52 documentID: IC928EB731-2EE9-434A-B96C-C04A5073F8F0 documentRevision: 1-ba7e8d200a332be540cc9ff3f6186a74 fetchedAt: '2023-11-23 12:15:53' tagSet: Whitespace schema: $ref: '#/components/schemas/DefinedData' post: summary: Sets tagged data in the risk through the Defined Data system. description:You can NOT have an empty string as a value for a tag, please use ??? as the placeholder instead.
parameters: - in: path name: riskID schema: type: string required: true description: The unique ID of the risk. example: IC442C1B93-DE19-4A52-A1D6-E3A4B47C4F6C tags: - Data requestBody: content: application/json: examples: Single Value: description: Update just one tagged item. value: metadata: tagSet: Whitespace documentRevision: 2-f19731b1229504652807f093a8179dbf env: apitest fetchedAt: '2023-11-27 10:51:29' documentID: ICA18B8998-6A42-45EF-BD9F-F8F58B182B99::DR2 version: '23.09' userID: MU9FCFC64E-7694-420A-BE61-2ABEDB3E8F52 definedData: - originalHeading: PERIOD value: 31 August 2022 phType: Date mrcHeading: Period name: DefinedData1 tag: Expiry_Date parentID: Page:17D6A8C3-4C32-4E5D-AD1D-0A7321C66535 lineItemIndex: 4 section: RiskDetails multiSectionDefinition: [] Sectioned Value: description: Update two items in one section. value: multiSectionDefinition: - sectionID: '1' sectionName: Section 1 - sectionID: '2' sectionName: Section 2 metadata: userID: MU9FCFC64E-7694-420A-BE61-2ABEDB3E8F52 documentRevision: 6-c2eaa7364159f055a8f03a4c113735a1 env: apitest tagSet: Whitespace fetchedAt: '2023-11-27 14:10:18' documentID: ICF189285B-7E27-4AE8-8E1B-5907F7BB9E2F::FO version: '23.09' definedData: - parentID: Page:9FA04CFC-EE83-45F5-BD50-9581A63DE206 sectionIDs: - '1' originalHeading: PREMIUM tag: Premium_Amount name: DefinedData0 value: USD 1,000,000 lineItemIndex: 12 mrcHeading: Premium section: RiskDetails phType: Amount - parentID: Page:6DFDA36F-2D1F-4ABC-8870-BCACB484A613 sectionIDs: - '2' originalHeading: PREMIUM tag: Premium_Amount name: DefinedData1 phType: Amount mrcHeading: Premium lineItemIndex: 12 section: RiskDetails value: USD 2,000 - parentID: ICF189285B-7E27-4AE8-8E1B-5907F7BB9E2F::FO originalHeading: Contract Type tag: Insurance_Type value: Insurance mrcHeading: ContractType controlled: true section: RiskDetails - parentID: ICF189285B-7E27-4AE8-8E1B-5907F7BB9E2F::FO originalHeading: Unique Market Reference tag: Placing_Broker_Unique_Identifier mrcHeading: UMR value: '1312' controlled: true section: RiskDetails - parentID: ICF189285B-7E27-4AE8-8E1B-5907F7BB9E2F::FO originalHeading: Unique Market Reference tag: Placing_Broker_Unique_Identifier_Agency mrcHeading: UMR value: Lloyd's of London controlled: true section: RiskDetails - parentID: ICF189285B-7E27-4AE8-8E1B-5907F7BB9E2F originalHeading: SECTIONS tag: Section_Reference mrcHeading: ContractSections value: B13123123_2 controlled: true section: RiskDetails - parentID: ICF189285B-7E27-4AE8-8E1B-5907F7BB9E2F originalHeading: SECTIONS tag: Section_Reference value: B13123123_1 mrcHeading: ContractSections controlled: true section: RiskDetails Using ACORD Tags: description: Update items using the ACORD tagset. value: definedData: - originalHeading: Contract Type mrcHeading: ContractType parentID: ICA18B8998-6A42-45EF-BD9F-F8F58B182B99::DR1 tag: Insurance_Type controlled: true section: RiskDetails value: Insurance - originalHeading: Unique Market Reference mrcHeading: UMR parentID: ICA18B8998-6A42-45EF-BD9F-F8F58B182B99::DR1 tag: ACORDGPM:BrokerIdentification controlled: true section: RiskDetails value: '1312' - originalHeading: Unique Market Reference mrcHeading: UMR parentID: ICA18B8998-6A42-45EF-BD9F-F8F58B182B99::DR1 tag: ACORDGPM:BrokerIdentificationAgency value: Lloyd's of London section: RiskDetails controlled: true metadata: userID: MU9FCFC64E-7694-420A-BE61-2ABEDB3E8F52 tagSet: ACORDGPM fetchedAt: '2023-11-27 10:01:02' documentID: ICA18B8998-6A42-45EF-BD9F-F8F58B182B99::DR1 env: apitest documentRevision: 2-c29f73fcf3a9a415087fbd279a4d1fc2 version: '23.09' multiSectionDefinition: [] schema: $ref: '#/components/schemas/DefinedData' responses: '200': description: A confirmation of the saved data. content: application/json: schema: type: object properties: id: type: string description: The document ID of the updated risk. example: IC442C1B93-DE19-4A52-A1D6-E3A4B47C4F6C rev: type: string description: The revision number of the risk. example: 6-50cb52029b9542862e014c296db45ae6 ok: type: boolean description: True if the data was saved example: true '500': description: The data was not acceptable. We recommend calling the /api/v23.09/data/$RiskID/verify POST endpoint first which will report errors more clearly. content: application/json: schema: type: object properties: error: type: boolean example: true reason: type: string example: Something went wrong. /api/v23.09/data/{riskID}/tagset/{tagset}: get: summary: Gets all tagged data for a risk using an alternate set of data tags. description:This endpoint returns specified risk documents (names start with IC) which the user can see.
Additionally, it can fetch shared documents visible to all users on the Whitespace Platform.
Commonly-useful shared documents include (a) RWDefinedData, which contains the full list of Defined Data tags by contract heading along with all tag validation rules, and details of alternate tag name sets; and (b) Corporate-_COMPANYID_, which contains the full public details of the organisation whose Whitespace system name is _COMPANYID_.tags: - Documents parameters: - in: path name: docID required: true schema: type: string example: IC7B4C4ECF-5340-4A88-B5BE-A4ECE8859B61::CHAT::50E4EB6C-147B-4337-8FB7-B4051D42410F description: the full document ID responses: '200': description: The raw JSON document content: application/json: schema: type: object /api/documents/corporateApprovedCarriers/getAll: get: tags: - Documents summary: Get the list of approved carriers, if it exists - Broker Only description: In organisations where the Approved (Re)Insurer List has been activated, calling systems should only offer underwriters on the list to brokers as potential recipients for showing a risk. If the list has not been created, or is set to enabled = false, all (re)insurers are deemed suitable. responses: '200': description: A list of approved carriers for the broker content: application/json: schema: type: array items: $ref: '#/components/schemas/ApprovedCarrierList' '401': $ref: '#/paths/~1api~1risks~1save/post/responses/401' /api/documents/corporateApprovedCarriers/saveAndPropagate: post: tags: - Documents summary: Set a broking organisation's list of approved carriers - Broker Only description: Users making this call MUST HAVE Admin permission. Note that each time this endpoint is called, the payload replaces ALL of the existing approved carrier data. It should therefore always be called with a complete list of approved carriers, not just the ones to be updated. As such, we recommend calling the /documents/corporateApprovedCarriers/getAll endpoint first to retrieve the existing approved carrier list, and then building the POST payload using that array. requestBody: description: A document updating the approved carrier list required: true content: application/json: schema: type: object properties: carriers: type: array description: A list of approved carriers items: $ref: '#/components/schemas/ApprovedCarrierList/properties/carriers/items' companyID: type: string description: The unique uppercase ID of the broking organisation example: BLACKPOOL enabled: type: boolean description: Whether the approved carrier functionality is active. If false, the list is suppressed example: true responses: '200': description: An acknowledgement message content: application/json: schema: type: object properties: msg: type: string example: ApprovedCarrierList saved '401': $ref: '#/paths/~1api~1risks~1save/post/responses/401' /api/documents/getLineGuidanceForRoot/{rootID}: get: tags: - Documents summary: Get line guidance documents for a risk parameters: - in: path name: rootID schema: type: string required: true description: 'The unique root ID of the risk, excluding any :: suffixes' example: IC213DA609-D6B5-4A05-86B8-3FD91E861F57 responses: '200': description: A list of line guidance documents content: application/json: schema: type: array items: $ref: '#/components/schemas/RWLineGuidanceSet' '401': $ref: '#/paths/~1api~1risks~1save/post/responses/401' /api/endorsements/{rootID}: get: tags: - Endorsements summary: Get all endorsements for a Risk parameters: - in: path name: rootID schema: type: string required: true description: The unique ID of the risk example: IC213DA609-D6B5-4A05-86B8-3FD91E861F57 responses: '200': description: All the endorsements for the risk as JMRC structures content: application/json: schema: type: array items: $ref: '#/components/schemas/RWPlacing' example: - MRCContract: lineItems: - elements: [] fragments: [] index: 0 mrcHeading: NonMRCHeading mrcSection: RiskAndEndorsementIdentificationDetails nameVariation: NonMRCHeading originalHeading: CONTRACT ENDORSEMENT originalSection: self placeholders: [] subItems: [] - elements: - index: 0 text: ' [[DefinedData0]]' fragments: [] index: 1 locked: false mrcHeading: UMR mrcSection: RiskAndEndorsementIdentificationDetails nameVariation: UMR originalHeading: UNIQUE MARKET REFERENCE originalSection: '' placeholders: - name: DefinedData0 originalValue: B13123123 phType: DefinedData tags: - Page:D7F19D50-5AEC-4259-8E8C-2AF144361591 - Broker_Reference value: B13123123 subItems: [] tagPages: - pageID: D7F19D50-5AEC-4259-8E8C-2AF144361591 sectionIDs: [] title: '' - elements: - index: 0 text: Dalston Airways fragments: [] index: 2 locked: false mrcHeading: Insured mrcSection: RiskAndEndorsementIdentificationDetails nameVariation: Insured originalHeading: INSURED originalSection: '' placeholders: [] subItems: [] tagPages: - pageID: 81DA7CD1-754D-4C12-B673-B8D6B1D81DD9 sectionIDs: [] title: '' - elements: - index: 0 text: '2' fragments: [] index: 3 mrcHeading: EndorsementNumber mrcSection: RiskAndEndorsementIdentificationDetails nameVariation: EndorsementNumber originalHeading: ENDORSEMENT NUMBER originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 4 mrcHeading: NonMRCHeading mrcSection: ContractChanges nameVariation: NonMRCHeading originalHeading: CONTRACT CHANGES originalSection: self placeholders: [] subItems: [] - elements: - index: 0 text: '[[Date1]]' fragments: [] index: 5 mrcHeading: EndorsementEffectiveDate mrcSection: ContractChanges nameVariation: EndorsementEffectiveDate originalHeading: ENDORSEMENT EFFECTIVE DATE originalSection: '' placeholders: - name: Date1 originalValue: 3 April 2023 phType: Date value: 3 April 2023 subItems: [] - elements: [] fragments: [] index: 6 mrcHeading: ContractChanges mrcSection: ContractChanges nameVariation: ContractChanges originalHeading: CONTRACT CHANGES originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 7 mrcHeading: ParticipantChanges mrcSection: ContractChanges nameVariation: ParticipantChanges originalHeading: PARTICIPANT CHANGES originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 8 mrcHeading: NonMRCHeading mrcSection: Agreement nameVariation: NonMRCHeading originalHeading: AGREEMENT originalSection: self placeholders: [] subItems: [] - elements: [] fragments: [] index: 9 mrcHeading: EndorsementAgreements mrcSection: Agreement nameVariation: EndorsementAgreements originalHeading: ENDORSEMENT AGREEMENTS originalSection: '' placeholders: [] subItems: [] _id: IC5B4B0C81-DCF7-4728-B2BD-087EB2B84A4B::FO::EN2 _rev: 4-5fae8498d0ef7472780a663fccb4ee30 accountDocID: null channels: - akhil_ALL control: contractType: Aviation Hull and Liability Insurance createdInVersion: 21000 endorsementNumber: '2' endorsementType: mtpc insuranceType: Insurance insuredName: DQPro Demo isFacility: false limitSummary: '' originalDocID: IC5B4B0C81-DCF7-4728-B2BD-087EB2B84A4B::FO placementType: FullContract placingBroker: akhil ALL placingBrokerChannel: akhil_ALL shownToUnderwriter: '' status: EndorsementInPreparation umr: ' B13123123' createdAt: '2023-04-03 14:36:42' proposedEndorsementFollowers: tomyunderwriting_ALL: unchosen provenance: dataHash: 621f95e40f08b6fe509fb5cc60a1c9bdf78d17730673251e112e3844bdad204b provHash: b6a3f3f2eae55805242c786196783e930fad08c3f37fea089529fcbb966c4a16 system: LaVAPI userID: MU9FCFC64E-7694-420A-BE61-2ABEDB3E8F52 version: 2023-04-02@19:07:07 writtenAt: '2023-04-03 14:36:42' type: RWPlacing updatedAt: '2023-04-03 14:36:42' '401': $ref: '#/paths/~1api~1risks~1save/post/responses/401' /export/pdf/{riskID}: post: summary: Returns a pdf file of the risk Contract. description:
If the risk is verticalised then a zip archive file is returned containing each version.
Note that this endpoint is $ROOT/export/pdf, not $ROOT/api/export/pdf because it is run on separate resources from the main platform endpoints.
If inline attachments are part of the contract they will be included in the export.
Using POST with a blank payload {} will return an export with default settings. If you want a more customised version see the schema for the options.
tags: - Export parameters: - in: path name: riskID schema: type: string required: true description: The unique ID of the risk example: ICFEB57650-EB06-4D89-8004-C0A175B54D44::FO requestBody: description: Options for the document layout required: true content: application/json: examples: PDF Example: description: PDF without attachments value: blankPagesAfterStamps: 1 oneUnderwritersAgreementPerPage: true hideLogo: false includePolicyOrUMRInHeader: 1 includeSections: - RiskDetails - Information - SecurityDetails - SubscriptionAgreement - FiscalAndRegulatory - BrokerRemunerationAndDeductions - ContractAdministrationAndAdvisory - ContractChanges - RiskAndEndorsementIdentificationDetails - Agreement suppressPageBreaksAfterSections: - SecurityDetails - SubscriptionAgreement - Information - RiskDetails restartPageNumberingAfterSections: - SecurityDetails - Information - RiskDetails alignToBottomOfHeadings: false exportContract: true exportCarrierTerms: false appendTermsToContract: false includeAuthDetails: true includeButtonStampInFooter: true appendPDFAttachments: [] prependPDFAttachments: [] fontStyle: serif defaultFontSize: 14 exportDefinedData: true definedDataSettings: apiVersion: v23.09 tagSet: MRCV3 exportQuestionnaire: true draftWatermark: true lineItemHeadingPts: 14 straightenStamps: false addPageNumbers: true includeDateTime: true addBrokerCompanyName: false includeRegisteredAddress: true includeInvoiceAddress: false facilityStampExportFilter: showAll Attachment Example: description: PDF including attachments value: blankPagesAfterStamps: 2 hideLogo: false includeUMRInHeader: true includeSections: - RiskDetails - Information - SecurityDetails - SubscriptionAgreement - FiscalAndRegulatory - BrokerRemunerationAndDeductions alignToBottomOfHeadings: false exportContract: true exportCarrierTerms: false includeAuthDetails: true includeButtonStampInFooter: true appendPDFAttachments: - attachmentID: A-36B2B858-9119-44F5-A187-01EA956E9A5F docID: ICFEB57650-EB06-4D89-8004-C0A175B54D44::ATCH::A-36B2B858-9119-44F5-A187-01EA956E9A5F prependPDFAttachments: - attachmentID: A-77753B15-4BF8-44CD-BF37-18360C2D484E docID: ICFEB57650-EB06-4D89-8004-C0A175B54D44::ATCH::A-77753B15-4BF8-44CD-BF37-18360C2D484E fontStyle: serif schema: properties: hideLogo: type: boolean description: whether or not to show the company's logo at the top of each page example: false includeUMRInHeader: type: boolean description: whether or not to include the UMR in the header of each page example: true includeSections: type: array description: list of the sections to include in the output items: type: string example: RiskDetails Information SubscriptionAgreement FiscalAndRegulatory SecurityDetails BrokerRemunerationAndDeductions alignToBottomOfHeadings: type: boolean description: whether or not to align line item data to the bottom of the heading example: false exportContract: type: boolean description: for verticalised contracts, set to false to export the verticalised terms only, without the contract. This will export as a zip. Ignored on non-verticalised placements example: true exportCarrierTerms: type: boolean description: for verticalised contracts, set to true to export carrier terms. This will export as a zip. Ignored on non-verticalised placements. example: true includeButtonStampInFooter: type: boolean description: whether or not to include button stamps in the footer example: true appendPDFAttachments: type: array description: any documents to add to the end of the output items: type: object properties: attachmentID: type: string description: the attachmentID from within the attachment collection ATCH document example: A-36B2B858-9119-44F5-A187-01EA956E9A5F docID: type: string description: the document ID of the attachment collection example: ICFEB57650-EB06-4D89-8004-C0A175B54D44::ATCH::A-36B2B858-9119-44F5-A187-01EA956E9A5F prependPDFAttachments: type: array description: any documents to add to the beginning of the output items: type: object properties: attachmentID: type: string description: the attachmentID from within the attachment collection ATCH document example: A-77753B15-4BF8-44CD-BF37-18360C2D484E docID: type: string description: the document ID of the attachment collection example: ICFEB57650-EB06-4D89-8004-C0A175B54D44::ATCH::A-36B2B858-9119-44F5-A187-01EA956E9A5F fontStyle: type: string description: a choice of serif or sans-serif font for the contract example: sans exportDefinedData: type: boolean description: choose whether to export any tagged data as a separate pdf. NOTE that this will result in the export being a zip file containing multiple pdfs. Defaults to false if not included in payload example: false includeAuthDetails: type: boolean description: choose to additionally export any authorisation details as a separate document example: false topMarginPts: type: integer description: how large you want the top margin of the document to be, measured in points. NOTE this is ignored unless hideLogo is set to true example: 10 blankPagesAfterStamps: type: integer description: the number of blank pages, if any, to be inserted after the stamps. Default is to not have any blank pages after the stamp. example: 3 oneUnderwritersAgreementPerPage: type: boolean description: if you want each underwriter agreement to be in a seperate page example: false restartPageNumberingAfterSections: type: array descriptions: list the sections where you want to restart page breaks items: type: string example: SecurityDetails appendTermsToContract: type: boolean description: If contract has vertical terms, set to true if you want the terms appended to the main pdf rather than as seperate pdf filters example: true exportQuestionnaire: type: boolean description: Export the questionnaire as a seprate pdf if it exists. Will create a zip file if chosen. example: true draftWatermark: type: boolean description: Only for draft contracts - adds the draft watermark to the pdf example: false straightenStamps: type: boolean description: if set to true it will have the stamps as straight, rather than a randmon tilt by default example: false addPageNumbers: type: boolean description: add page numbers at the bottom of each page example: true includeDateTime: type: boolean description: adds the date and time the pdf was generated (UTC time) at the footer of each page example: true includeInvoiceAddress: type: boolean description: include the invoice address as part of the stamps when exporting example: false includeRegisteredAddress: type: boolean description: include the registered address as part of the stamps when exporting example: false responses: '200': description: The document as PDF or ZIP /api/labels/{root_or_label_ID}: delete: summary: Delete a label from a risk tags: - Labels parameters: - in: path name: root_or_label_ID schema: type: string required: true description: The full document ID for the label document example: IC7B4C4ECF-5340-4A88-B5BE-A4ECE8859B61::LBL::BLACKROBOT::AUTOAPIJENKINS201021::High-Priority::2021-11-23::08:36:55 responses: '200': description: A confirmation of the deletion content: application/json: schema: type: object properties: ok: type: boolean example: true description: true if the label was deleted id: type: string description: The full document ID for the label document example: IC7B4C4ECF-5340-4A88-B5BE-A4ECE8859B61::LBL::BLACKROBOT::AUTOAPIJENKINS201021::High-Priority::2021-11-23::08:36:55 rev: type: string description: the revision for the document example: 2-4412b4f96247795da30b19250bbf5e00 get: summary: Gets an array of labels for the risk tags: - Labels parameters: - in: path name: root_or_label_ID schema: type: string required: true description: The first part of the riskID, starting IC and stopping before any '::' delimiters. NEW in 2.20 - You can not add the same label multiple times on the same risk. example: IC213DA609-D6B5-4A05-86B8-3FD91E861F57 responses: '200': description: An array of label documents for the risk content: application/json: schema: type: array items: $ref: '#/components/schemas/RWLabel' post: summary: Adds a label to a risk description: The payload covers the label text and team tags: - Labels parameters: - in: path name: root_or_label_ID schema: type: string required: true description: The first part of the riskID, starting IC and stopping before any '::' delimiters example: IC213DA609-D6B5-4A05-86B8-3FD91E861F57 requestBody: content: application/json: schema: type: object properties: channel: description: the team channel for the label example: carrier_MARINECASUALTY type: string title: description: the text of the label example: High Priority type: string responses: '200': description: Response for adding a label succesfully content: application/json: schema: type: object properties: id: type: string description: the document ID for the added label example: IC7B4C4ECF-5340-4A88-B5BE-A4ECE8859B61::LBL::BLACKROBOT::AUTOAPIJENKINS201021::High-Priority::2021-11-23::08:36:55 rev: type: string description: the revision for the document example: 1-9eb01c8b711503293b57aafa63aa70c4 ok: type: boolean description: true if the labels was saved example: true /api/labels/suggested: get: summary: A list of frequently used labels to prompt the user§ tags: - Labels responses: '200': description: array of label strings content: application/json: schema: type: array items: type: string example: High Priority /api/labels/teamLabels: get: summary: A list of all labels applied to risks for the team tags: - Labels responses: '200': description: An array of label documents across multiple risk content: application/json: schema: type: array items: $ref: '#/components/schemas/RWLabel' /api/lines/{rootID}/combinedSets: get: tags: - Lines summary: Get both written and signed line documents for a risk parameters: - in: path name: rootID schema: type: string required: true description: 'The root ID of the risk, stopping before the :: suffix' example: IC213DA609-D6B5-4A05-86B8-3FD91E861F57 responses: '200': description: An array of Written and SignedLineSet documents for the risk content: application/json: schema: type: array items: $ref: '#/components/schemas/RWSignedLineSet' '401': $ref: '#/paths/~1api~1risks~1save/post/responses/401' /api/lookup/check/{heading}: get: summary: check whether a line item heading maps to one from the enumerated MRC Heading list description:The Platform uses Original Heading for the text to display to the user, and holds a Name Variation and MRC Heading for unambiguous identification.
Try this endpoint with values such as Rate, Company, LossLimit, NoSuchHeading.
In the 'maps to' case, the headings are shown both as the Title Case enumerated value (e.g. LimitOfLiability) and the multi-word display value (e.g. Limit of Liability).
tags: - Lookup parameters: - in: path name: heading required: true schema: type: string description: The text of the heading to be checked example: rate responses: '200': description: succesful response content: application/json: schema: type: object properties: msg: type: string description: either 'not mapped' or 'maps to a heading of...' example: LossLimit maps to a Heading of LimitOfLiability = Limit of Liability /api/lookup/headings: get: summary: get the enumerated list of MRC headings tags: - Lookup responses: '200': description: succesful response content: application/json: schema: type: object properties: headings: type: array items: type: string example: - UMR - AttachingToLineslipContractOrBindingAuthorityAgreementNumber - ContractType - ProposalForm - UMR - AttachingToLineslipContractOrBindingAuthorityAgreementNumber - ContractType - ProposalForm - Insured - OriginalInsured - Retrocedent - OriginalReinsured - Reinsured - PrincipalAddress - Period - OriginalPolicyPeriod - Conveyance - Vessels - Interest - AdditionalCoverages - LimitOfLiability - AggregateLimit - UnderlyingLimits - Excess - Sublimits - Deductibles - ReInsuredsRetention - ReinstatementProvisions - IndemnityPeriod - Exclusions - Situation - BasisOfValuation - Conditions - OriginalConditions - LossPayee - CoReinsuranceWarranty - Notices - ExpressWarranties - ConditionsPrecedent - Subjectivities - ChoiceOfLawAndJurisdiction - Arbitration - Premium - PremiumTransfer - PremiumPaymentTerms - Bordereaux - Commission - EstimatedPremiumIncome - TaxesPayableByInsuredAndAdministeredByInsurers - TaxesPayableByInsurersAndAdministeredByInsuredOrTheirAgent - ProfitCommission - RecordingTransmittingAndStoringInformation - InsurerContractDocumentation - Form - SlipPolicyNotice - PremiumReserveAndInterest - LossReserveAndInterest - CashLossLimit - Portfolio - PremiumPortfolio - LossPortfolio - Accounts - NoticeOfCancellationProvisions - BasisOfLoss - PriorAndPendingLitigation - CountryOfInsured - EndorsementAgreements - UseToWhichInsuredPropertyIsPut - OccupationOfTheInsuredPersons - DisputeResolution - RetroactiveDate - InsurerDocumentProduction - ScopeOfInsurance - EstimatedPeriod - Information - ReinsurersLiability - OrderHereon - BasisOfWrittenLines - BasisOfSignedLines - SigningProvisions - SyndicatePseudonym - SyndicateIdNumber - CompanyName - CompanyIdNumber - UnderwriterReference1 - UnderwriterReference2 - InsurersWrittenLine - InsurersWrittenLineInUnits - InsurersWrittenLineInLines - LineConditions - SigningInstructions - InsurersSignedLine - ProvisionsSpecificToPanelSecurity - SlipLeader - BureauLeader - BasisOfAgreementToContractChanges - OtherAgreementPartiesForContractChangesForPart2GUAChangesOnly - AgreementPartiesForContractChangesForTheirProportionOnly - BasisOfClaimsAgreement - ClaimsAgreementParties - ClaimsAdministration - RulesAndExtentOfAnyOtherDelegatedClaimsAuthority - ExpertsFeesCollection - SettlementDueDate - InstalmentPremiumPeriodOfCredit - AdjustmentPremiumPeriodOfCredit - BureauxArrangements - NonBureauxArrangements - SingleClaimsAgreementPartyArrangements - TaxPayableByInsurers - CountryOfOrigin - OverseasBroker - SurplusLinesBroker - StateOfFiling - LicenseInformation - USClassification - NAICCodes - AllocationOfPremiumToCoding - AllocationOfPremiumToYearsOfAccount - FsaClientClassification - RegulatoryClientClassification - ForeignAccountTaxComplianceAct - IsTheBusinessSubjectToDistanceMarketingDirective - WholesaleBroker - RetailBroker - FeePayableByClient - TotalBrokerage - RetailBrokerage - WholesaleBrokerage - OtherDeductionsFromPremium - CustomMRCHeading - NonMRCHeading - EndorsementName - EndorsementNumber - EndorsementReference - EndorsementEffectiveDate - ContractChanges - PremiumProcessingType - LineSlipReference - BrokerName - BrokerAddress - AuthorisedClassesOfBusinessAndCoverages - ExclusionsWithinTheAuthorisedClassesOfBusinessAndCoverages - PeriodFromDate - PeriodToDate - ExtensionsOfPeriodOfLineSlip - MaximumPeriodOfEachInsuranceBound - MaximumLimitsOfLiability - MaximumAggregateLimits - TerritoriesFromWhichEachInsuranceMayBeBound - TerritorialLimitsOfEachInsuranceBound - ConditionsOfEachInsuranceBound - NoticesOfEachInsuranceBound - ExpressWarrantiesOfEachInsuranceBound - ConditionsPrecedentOfEachInsuranceBound - ChoiceOfLawAndJurisdictionOfTheLineSlip - ChoiceOfLawAndJurisdictionOfEachInsuranceBound - GrossPremiumIncomeLimit - NotifiablePercentageOfTheGrossPremiumIncomeLimitNotToExceed - PremiumBordereauxInterval - TaxesPayableByInsuredAndAdministeredByInsurersForEachInsuranceBound - CancellationNoticeOfTheLineSlip - AgreementPartiesForLineSlipChanges - BasisOfAgreementToLineSlipChanges - ScopeAndLimitsOfDelegationForLineSlipChanges - AgreementPartiesForEachInsuranceBoundAndAlterationsThereto - BasisOfAgreementForEachInsuranceBoundAndAlterationsThereto - ScopeAndLimitsOfDelegationForInsurancesBoundAndAlterationsThereto - LineSlipAdministration - Unknown /api/lookup/endorsementHeadingsInSection/{section}: get: summary: list the headings associated with a specific endorsement section tags: - Lookup parameters: - in: path name: section description: The section - RiskAndEndorsementIdentificationDetails, ContractChanges, EndorsementData, Information, ContractAdministrationAndAdvisory required: true schema: type: string example: ContractChanges responses: '200': description: note that the JSON tag key contains the input section e.g. 'ContractChanges headings' content: application/json: schema: type: object properties: ContractChanges_headings: type: array items: type: string example: - EndorsementEffectiveDate - ContractChanges /api/lookup/headingsInSection/{section}: get: summary: list the headings associated with a specific section tags: - Lookup parameters: - in: path name: section description: The section - RiskDetails, Information, SecurityDetails, SubscriptionAgreement, FiscalAndRegulatory, BrokerRemunerationAndDeductions required: true schema: type: string example: FiscalAndRegulatory responses: '200': description: note that the JSON tag key contains the input section e.g. 'FiscalAndRegulatory headings' content: application/json: schema: type: object properties: FiscalAndRegulatory_headings: type: array items: type: string example: - TaxPayableByInsurers - CountryOfOrigin - OverseasBroker - SurplusLinesBroker - StateOfFiling - LicenseInformation - USClassification - NAICCodes - AllocationOfPremiumToCoding - AllocationOfPremiumToYearsOfAccount - FsaClientClassification - RegulatoryClientClassification - ForeignAccountTaxComplianceAct - IsTheBusinessSubjectToDistanceMarketingDirective /api/lookup/namevariations: get: summary: a list of prepared name variations for MRC Headings tags: - Lookup responses: '200': description:Each JSON key inside headingByVariation is the Name Variation and is unique, and the value is the MRC Heading which may not be unique (see Insured below) and may be the same as the Variation (see NoticesOfEachInsuranceBound below).
Most of the Name Variations were set by the Lloyd's TOM Structured Data Capture project.
content: application/json: schema: type: object properties: headingByVariation: type: object properties: Order: type: string example: OrderHereon NoticesOfEachInsuranceBound: type: string example: NoticesOfEachInsuranceBound NameOfFirm: type: string example: Insured LifeAssured: type: string example: Insured Policyholder: type: string example: Insured NameOfPractice: type: string example: Insured NamedInsured: type: string example: Insured InsuredAndLocation: type: string example: Insured Insured: type: string example: Insured Assured: type: string example: Insured Company: type: string example: Insured SponsoringEmployerCompany: type: string example: Insured InsuredPerson: type: string example: Insured /api/lookup/person/{email}: get: summary: Retrieve data on an individual identified by an email address tags: - Lookup parameters: - in: path name: email description: the email of the person to be searched for required: true schema: type: string example: sarah.kay.blackpool@wspt.co.uk responses: '200': description:There may be more than one entry in the members array as the platform supports multiple logons.
content: application/json: schema: type: object properties: search: type: string description: the search string passed in example: sarah.kay.blackpool@wspt.co.uk count: type: number description: the number of matches example: 1 members: type: array items: $ref: '#/components/schemas/CorporateDetail/properties/members/items' /mireport/fetch: post: summary: Fetches the MI Report after a preparatory call to /mireport/prepare description:The MI Report data is prepared by a call to /mireport/prepare to ensure it is up to date. As such, /mireport/prepare should be called before each call to /mireport/fetch unless those are made in quick succession.
Tall format puts each underwriter's line on a separate line, and Wide format puts them all one the same line.
Note that this endpoint is $ROOT/mireport/fetch, not $ROOT/api/mireport/fetch because it is run on separate resources from the main platform endpoints.
tags: - MIReport requestBody: description: Options for the report layout required: true content: application/json: examples: Tall CSV: description: Tall format as CSV value: filename: MIREPORT.csv layout: tall format: csv schema: properties: filename: type: string description: the filename to be returned example: mireport_071122.csv layout: type: string description: either tall or wide - see description above example: tall format: type: string description: either xlsx or csv example: xlsx responses: '200': description: The report format as text, either in XLSX or CSV format /mireport/prepare: post: summary: Prepares the MI Report data for a subsequent call to /mireport/fetch description:The MI Report data is prepared by a call to /mireport/prepare to ensure it is up to date. As such, /mireport/prepare should be called before each call to /mireport/fetch unless those are made in quick succession.
Note that this endpoint is $ROOT/mireport/prepare, not $ROOT/api/mireport/prepare because it is run on separate resources from the main platform endpoints.
tags: - MIReport requestBody: content: application/json: schema: type: object description: the payload can just be an empty object '{}' properties: {} responses: '200': description: an array of MI Report data for each risk that has changed since the last call to /mireport/fetch content: application/json: example: - riskUpdatedAt: '2022-07-22 14:37:19' type: RWMIReport status: Signed docOwnerCompany: Blackpool Broking Ltd title: Underscore Casualty 15:36:53 underwriterDetails: - carrierTeamName: PALERMO Casualty carrierName: Palermo Insurance Inc isOffPlatform: 'No' content: - writtenLineStampedAt: '2022-07-22 14:37:17' leadUWFlag: 'Yes' impressions: - writtenLinePerc: '100' stamp: Lloyd's Underwriter Syndicate No. 1231 PAL,Lloyd's,1231 ref: '42234234' signedLinePerc: '100' carrierCompanyID: PALERMO signed: '2022-07-22 14:37:19' carrierTeamID: CASUALTY firmOrder: '2022-07-22 14:37:16' quotationRequest: '2022-07-22 14:36:56' quotedByUnderwriter: '2022-07-22 14:36:58' riskID: IC469FC973-2E3F-4756-9DDB-C8B9651FC118::QR2 underwriterName: Dave Ruggero brokerage: 29.75% periodTo: 17 March 2022 umr: B1740UWL211472000 rootID: IC469FC973-2E3F-4756-9DDB-C8B9651FC118 brokerTeam: BLACKPOOL Casualty refreshRequired: false dataVersion: 6 limit: USD 3,242,342 premiumAll: USD 324,324 (100%) contractType: Open Market premiumCCY: USD riskCreatedAt: '2022-07-22 14:36:54' brokerCompanyName: Blackpool Broking Ltd _id: IC469FC973-2E3F-4756-9DDB-C8B9651FC118::MIREP::blackpool_CASUALTY premium: 324,324 insured: Underscore Casualty 15:36:53 brokerTeamID: CASUALTY channels: - blackpool_CASUALTY dataCount: 56 brokerCompanyID: BLACKPOOL brokerName: SoVAPI User periodFrom: 17 March 2021 createdAt: '2022-11-07 11:08:41' schema: type: array items: type: object /api/overview/{rootID}: get: summary: Fetch documents of certain types related to a risk description:This endpoint returns an array where each item is a different document and therefore has different contents from the one before it.
The document types included are as listed below. All of them have schemas you can find at the bottom of the page. Note that this is not every document. It is a set which we have found convenient to present together to give background information on a risk. Note particularly that it does not include the RWPlacing contract wording document.
Tags were added in the Defined Data release to identify the specific use of a placeholder
There will be a tag starting 'Page:' which is used to relate tags, for instance the lines of a table, or the terms of a section, or where there are multiple periods applying to the risk.
There will also be one or more tags indicating the purpose of the defined data item - 'Insured_Name', 'Inception_Date', 'Premium_Amount' and so on. Multiple tags of this sort indicate that the same value applies. 'Inception_Time' and 'Expiry_Time', for instance, are often the same value. items: type: string example: Premium_Amount responses: '200': description: successful response content: application/json: schema: $ref: '#/components/schemas/RWPlacing' example: provenance: dataHash: 0aafa0694cc205cd9f6c6c214f2fa60290aec52a25a16298d4401979d25a6e34 userID: MU9FCFC64E-7694-420A-BE61-2ABEDB3E8F52 provHash: a0364567216c7041bcda197d50a49504ad4b75098c05e2c4bf8452f3e1e4f46f system: LaVAPI writtenAt: '2023-09-22 13:20:38' version: 2023-09-21@19:07:10 updatedAt: '2023-09-22 13:20:38' createdAt: '2023-05-05 11:38:23' type: RWPlacing _rev: 2-469f0a5e1c1817de973f7c84430f49eb control: insuredName: Acme Widgets Inc umr: B123123123123 placementType: FullContract createdInVersion: 21100 originalDocID: '' placingBrokerChannel: akhil_ALL isFacility: false status: NotFinalised insuranceType: Insurance placingBroker: AKHIL All Risks shownToUnderwriter: '' limitSummary: USD 100,000,000 contractType: Cyber Insurance proposedEndorsementFollowers: {} channels: - akhil_ALL _id: IC97799647-4496-4760-B594-02AC726B0D7E accountDocID: null MRCContract: lineItems: - fragments: [] originalHeading: 'RISK DETAILS ' nameVariation: NonMRCHeading mrcSection: RiskDetails placeholders: [] elements: [] originalSection: self index: 0 subItems: [] mrcHeading: NonMRCHeading - subItems: [] originalHeading: UMR elements: - index: 0 text: B123123123123 mrcHeading: UMR fragments: [] originalSection: '' nameVariation: UMR placeholders: [] mrcSection: RiskDetails index: 1 - nameVariation: Company originalHeading: COMPANY subItems: [] elements: - index: 0 text: Swagger Simple Save Example mrcHeading: Insured locked: false fragments: [] originalSection: '' placeholders: [] tagPages: - title: '' sectionIDs: [] pageID: 9763BF50-3F8A-40B2-A2A8-6C20E709B2DB index: 2 mrcSection: RiskDetails - subItems: [] originalHeading: ADDRESS elements: - index: 0 text: 11 Amelia Earhart Way, Rongotai, Wellington 6003, New Zealand mrcHeading: PrincipalAddress fragments: [] nameVariation: Address placeholders: [] originalSection: '' mrcSection: RiskDetails index: 3 - mrcHeading: Period originalHeading: PERIOD nameVariation: Period locked: false mrcSection: RiskDetails placeholders: - value: 31 August 2021 originalValue: 31 August 2021 name: DefinedData0 phType: Date tags: - Page:17D6A8C3-4C32-4E5D-AD1D-0A7321C66535 - Inception_Date - value: 31 August 2022 originalValue: 31 August 2022 name: DefinedData1 phType: Date tags: - Page:17D6A8C3-4C32-4E5D-AD1D-0A7321C66535 - Expiry_Date - value: 12.01 a.m. originalValue: 12.01 a.m. name: DefinedData2 phType: DefinedData tags: - Page:17D6A8C3-4C32-4E5D-AD1D-0A7321C66535 - Inception_Time - Expiry_Time - value: Local Standard Time originalValue: Local Standard Time name: DefinedData3 phType: DefinedData tags: - Page:17D6A8C3-4C32-4E5D-AD1D-0A7321C66535 - Time_Qualifier index: 4 elements: - index: 0 text: 'From: [[DefinedData0]]' - index: 1 text: 'To: [[DefinedData1]]' - index: 2 text: Both days at [[DefinedData2]] [[DefinedData3]] at the location of the property insured. originalSection: '' subItems: [] tagPages: - title: '' sectionIDs: [] pageID: 17D6A8C3-4C32-4E5D-AD1D-0A7321C66535 fragments: [] - originalHeading: TYPE mrcHeading: ContractType nameVariation: ContractType mrcSection: RiskDetails placeholders: [] index: 5 elements: - index: 0 text: Aviation Hull and Liability Insurance originalSection: '' subItems: [] fragments: [] - mrcHeading: LimitOfLiability fragments: [] nameVariation: LimitsOfLiability locked: false mrcSection: RiskDetails placeholders: - value: USD 100,000,000 originalValue: USD 100,000,000 name: Amount1 phType: Amount elements: - index: 0 text: '[[Amount1]] each and every loss sdfsdf' index: 6 tagPages: - title: '' sectionIDs: [] pageID: 0EA4F5E0-05D5-4B74-B5B0-2CF56B0AD774 subItems: [] originalSection: '' originalHeading: LIMITS OF LIABILITY - originalHeading: PREMIUM fragments: [] nameVariation: Premium locked: false mrcSection: RiskDetails placeholders: - value: 100% originalValue: 100% name: Percentage1 phType: Percentage - value: USD 5,500,000 originalValue: USD 5,500,000 name: DefinedData0 phType: Amount tags: - Page:6A45CE72-A1D1-4270-B767-0DDAF5FF0735 - Premium_Amount - value: annual originalValue: annual name: DefinedData1 phType: DefinedData tags: - Page:6A45CE72-A1D1-4270-B767-0DDAF5FF0735 - Premium_Period_Qualifier elements: - index: 0 text: ' [[DefinedData0]] ([[Percentage1]]) [[DefinedData1]]' tagPages: - pageID: 6A45CE72-A1D1-4270-B767-0DDAF5FF0735 sectionIDs: [] title: '' originalSection: '' subItems: [] index: 7 mrcHeading: Premium - fragments: [] originalHeading: 'INFORMATION ' nameVariation: NonMRCHeading mrcSection: Information placeholders: [] elements: [] originalSection: self index: 8 subItems: [] mrcHeading: NonMRCHeading - originalHeading: INFORMATION mrcHeading: Information nameVariation: Information locked: false mrcSection: Information placeholders: [] elements: - index: 0 text: '' index: 9 tagPages: - pageID: F479C70D-2059-417F-98F6-64F9F041BD37 sectionIDs: [] title: '' subItems: [] originalSection: '' fragments: [] - fragments: [] mrcHeading: NonMRCHeading nameVariation: NonMRCHeading mrcSection: SecurityDetails placeholders: [] index: 15 originalSection: self elements: [] subItems: [] originalHeading: 'SECURITY DETAILS ' - originalHeading: WRITTEN LINES mrcHeading: InsurersWrittenLine nameVariation: InsurersWrittenLine mrcSection: SecurityDetails placeholders: [] index: 16 originalSection: '' elements: - index: 0 text: In a co-insurance placement, following (re)insurers may, but are not obliged to, follow the premium charged by the lead (re)insurer. - index: 1 text: (Re)insurers may not seek to guarantee for themselves terms as favourable as those which others subsequently achieve during the placement. subItems: [] fragments: [] - originalHeading: 'SUBSCRIPTION AGREEMENT ' fragments: [] nameVariation: NonMRCHeading mrcSection: SubscriptionAgreement placeholders: [] index: 10 originalSection: self elements: [] subItems: [] mrcHeading: NonMRCHeading - fragments: [] mrcHeading: SlipLeader nameVariation: SlipLeader mrcSection: SubscriptionAgreement placeholders: [] index: 11 originalSection: '' elements: - index: 0 text: The Slip Leader is ENTER SLIP LEADER subItems: [] originalHeading: SLIP LEADER - originalHeading: BUREAU(X) LEADER(S) fragments: [] nameVariation: BureauLeader mrcSection: SubscriptionAgreement placeholders: [] index: 12 originalSection: '' elements: - index: 0 text: The Bureau(x) Leader(s) (where applicable) is AAA NNN subItems: [] mrcHeading: BureauLeader - fragments: [] originalHeading: 'FISCAL AND REGULATORY ' nameVariation: NonMRCHeading mrcSection: FiscalAndRegulatory placeholders: [] elements: [] index: 13 originalSection: self subItems: [] mrcHeading: NonMRCHeading - fragments: [] mrcHeading: NonMRCHeading nameVariation: NonMRCHeading mrcSection: BrokerRemunerationAndDeductions placeholders: [] index: 14 originalSection: self elements: [] subItems: [] originalHeading: 'BROKER REMUNERATION AND DEDUCTIONS ' '401': $ref: '#/paths/~1api~1risks~1save/post/responses/401' /api/risks/{riskID}/editMultipleLineItems: post: tags: - Risks summary: Edits multiple line items at the same time on a risk parameters: - in: path name: riskID required: true schema: type: string description: The unique ID of the risk, starting IC and having parts delimited by '::' example: IC213DA609-D6B5-4A05-86B8-3FD91E861F57::FO requestBody: description: Data specifying the line item(s) update required: true content: application/json: example: _rev: 3-4b7396eecc00408efcdb43c5f8dd147d items: - op: edit _rev: 3-4b7396eecc00408efcdb43c5f8dd147d index: 3 elements: - text: '[[DefinedData0]] and all subsidiaries' index: 0 placeholders: - name: DefinedData0 value: Acme Widgets Inc phType: DefinedData tags: - Page:3AB5B151-2F0A-4496-B5FB-08A6DCEE5F56 - Insured_Name tagPages: - pageID: 3AB5B151-2F0A-4496-B5FB-08A6DCEE5F56 title: '' sectionIDs: [] attributes: locked: false - op: edit _rev: 3-4b7396eecc00408efcdb43c5f8dd147d index: 4 elements: - text: '[[DefinedData0]]' index: 0 - text: '[[DefinedData1]] [[DefinedData2]]' index: 1 - text: '[[DefinedData3]]' index: 2 placeholders: - name: DefinedData0 value: 22 Bishopsgate phType: DefinedData tags: - Page:787951F4-4B03-48B5-86CB-9D1A65B3ED26 - Insured_Number_And_Street - name: DefinedData1 value: London phType: DefinedData tags: - Page:787951F4-4B03-48B5-86CB-9D1A65B3ED26 - Insured_City_Name - name: DefinedData2 value: EC2M 2XX phType: DefinedData tags: - Page:787951F4-4B03-48B5-86CB-9D1A65B3ED26 - Insured_Postal_Code - name: DefinedData3 value: United Kingdom phType: DefinedData tags: - Page:787951F4-4B03-48B5-86CB-9D1A65B3ED26 - Insured_Country tagPages: - pageID: 787951F4-4B03-48B5-86CB-9D1A65B3ED26 title: '' sectionIDs: [] attributes: locked: false - op: edit _rev: 3-4b7396eecc00408efcdb43c5f8dd147d index: 12 elements: - text: '[[DefinedData1]] to [[DefinedData0]]' index: 0 placeholders: - name: DefinedData1 value: 1 January 2024 phType: Date tags: - Page:C53CE6F8-F349-4AB8-8F80-2C6E08CDA0BA - Inception_Date - name: DefinedData0 value: 31 December 2024 phType: Date tags: - Page:C53CE6F8-F349-4AB8-8F80-2C6E08CDA0BA - Expiry_Date tagPages: - pageID: C53CE6F8-F349-4AB8-8F80-2C6E08CDA0BA title: '' sectionIDs: [] attributes: locked: false schema: properties: rev: type: string description: the revision of the risk document example: 3-7984cfdf73dfca82ccd1178ec066b005 items: type: array items: properties: op: type: string description: requited to be 'edit' example: edit index: type: number description: the index of the line item to be changed example: 6 attributes: type: object properties: locked: type: boolean description: true if the item is to be locked, ie not editable by the underwriter example: false elements: type: array description: a set of elements containing the textual detail of the line item items: $ref: '#/paths/~1api~1risks~1%7BriskID%7D~1editLineItem/post/requestBody/content/application~1json/schema/properties/elements/items' tagPages: type: array description: tag pages used for Defined Data, which is optional and can be empty items: $ref: '#/paths/~1api~1risks~1%7BriskID%7D~1editLineItem/post/requestBody/content/application~1json/schema/properties/tagPages/items' placeholders: type: array description: a set of placeholders for data values picked out for the line item items: $ref: '#/paths/~1api~1risks~1%7BriskID%7D~1editLineItem/post/requestBody/content/application~1json/schema/properties/placeholders/items' responses: '200': description: successful response content: application/json: schema: $ref: '#/components/schemas/RWPlacing' /api/risks/{riskID}/changeDraftNowQuoteInPreparation: post: summary: The Underwriter takes a Quotation Request and starts preparing an Underwriter Quotation - Underwriter Only description: No payload is required for this endpoint tags: - Risks parameters: - in: path name: riskID schema: type: string required: true description: The unique ID of the risk, starting IC and expected to end ::QRx where x is 1, 2, 3 etc example: IC8F2D09C8-A220-4DD6-9E14-77AFF7A617AC::QR2 responses: '200': description: successful response content: application/json: schema: type: object properties: newDocID: type: string description: the doc ID of the created Underwriter Quotation example: IC8F2D09C8-A220-4DD6-9E14-77AFF7A617AC::MU71BA6F2F-FFD1-4A92-86AC-5277FEAF3012::UQ4 /api/risks/{riskID}/cloneDraft: post: summary: Clones an existing risk as a new draft, setting UMR and Insured - Broker Only tags: - Risks parameters: - in: path name: riskID schema: type: string required: true description:
The unique ID of the risk, starting with IC and having parts delimited by '::'. NEW in release 2.20 - If a template is in multiple teams, the channel field is mandatory in order to choose which team a risk is cloned to. Please make sure to use a channel that the template is in, otherwise it will return an error. example: IC213DA609-D6B5-4A05-86B8-3FD91E861F57::FO requestBody: content: application/json: schema: type: object required: - umr - insuredName properties: umr: type: string description: The UMR of the new risk. example: B0999JC3011211103 placementType: type: string description: 'The type of contract to create: FullContract or Template or OffPlatform. If not specified, will be the same as the source risk.' example: FullContract insuredName: type: string description: The insured or reinsured for display within the Platform. example: Acme Widgets Inc channel: type: string description: the channel of team you want to clone to. Mandatory IF template is in multiple teams. example: blackpool_MARINE contractFontSize: type: string description: the font size you want the risk to have. enum: - 10pt - 11pt - 12pt - 14pt - 15pt - 16pt - 18pt - 20pt contractDateFormat: type: string description: choose whether you want the date to be in GB or US format. enum: - en-GB - en-US description: 'CloneDraftInput object. Optional item(s): placementType, contractFontSize, contractDateFormat, channel.' responses: '200': description: successful response content: application/json: schema: type: object properties: msg: type: string description: message describing success example: Draft clone created. id: type: string description: The unique ID of the new risk, starting with IC. As it is a Draft, it will not have any '::' delimiters. example: ICF9074CE2-4D25-4ECB-AE5D-27CEA1A25F9B /api/risks/{riskID}/declineQuoteRequest: post: summary: Called by the Underwriter to decline a quote request - Underwriter Only tags: - Risks parameters: - in: path name: riskID schema: type: string required: true description: The unique ID of the risk, starting IC and expected to end ::QRx where x is 1, 2, 3 etc example: IC8F2D09C8-A220-4DD6-9E14-77AFF7A617AC::QR2 requestBody: description: As of 3.3, we have introduced reasons for declining when declining quote requests required: false content: application/json: schema: type: object properties: reasons: type: array items: type: string description: The reason(s) for declining example: CannotMeetSpecificationOrFormRequests enums: - AttachmentPointTooLow - AuthorisedToAnotherBroker - CannotMeetSpecificationOrFormRequests - CatExposurePmlsTooHigh - DeductiblesTooLow - EngineeringRequirementsNotMet - InadequateTimeToQuote - InsufficientUnderwritingInformation - LackOfCapacity - LocationsOfRisk - LossHistory - NoAppetiteForThisClassOfBusiness - NotAcceptableToReinsuranceTreaty - OccupancyConcentration - OccupancyEnvironmentalFactors - OccupancyType - PremiumInsufficientForRisk - ReInsuredsFinancials - Other notes: type: string description: any additonal notes you want to provide example: Test note otherReason: type: string description: only if 'Other' was chosen as one of the reasons example: Test Reason responses: '200': description: successful response content: application/json: schema: type: object properties: msg: type: string description: a message showing that the quote has been declined example: Quote Request IC8F2D09C8-A220-4DD6-9E14-77AFF7A617AC::QR2 successfully declined /api/risks/{riskID}/draftToFirmOrder: post: summary: Creates a firm order risk from a draft - Broker Only description: No payload is required for this endpoint tags: - Risks parameters: - in: path name: riskID schema: type: string required: true description: The unique ID of the risk, starting IC and stopping before any '::' delimiters example: IC63D86D53-3B1F-459F-9D35-5C2D4F0E4854 requestBody: description: Please add an empty payload of {} required: true content: application/json: schema: type: object description: Empty Payload responses: '200': description: successful response content: application/json: schema: type: object properties: msg: type: string example: doc with id IC63D86D53-3B1F-459F-9D35-5C2D4F0E4854 successfully marked as firm order description: A message indicating success /api/risks/{riskID}/endorsementFollowers: get: summary: Details of the follower carriers on an endorsement tags: - Risks parameters: - in: path name: riskID schema: type: string required: true description: The unique ID of the endorsement example: IC4E49E958-870A-41B3-B60B-B5AAC51F48A5::SIGNED::EN1 responses: '200': description: array of RwEndorsementFollower objects content: application/json: schema: type: array items: $ref: '#/components/schemas/RWEndorsementFollower' /api/risks/{riskID}/getExtendedMRC: get: tags: - Risks summary: get extended data about the state of a risk, adding, for instance, written and signed lines to the risk itself parameters: - in: path name: riskID schema: type: string required: true description: The unique ID of the risk example: IC213DA609-D6B5-4A05-86B8-3FD91E861F57::FO responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/ExtendedMRC' /api/risks/{riskID}/lineitem/{mrcHeading}: get: summary: Gets the line item by index, or all line items for a specified heading description: The final parameter can be a numeric index, or a specific heading such as Period, Premium etc.
The endpoint /api/lookup/headings gives list of the available headings. Note that the API returns an array as there could be more than one line item with the chosen heading. tags: - Risks parameters: - in: path name: riskID required: true schema: type: string description: The unique ID of the risk, starting IC and having parts delimited by '::' example: IC213DA609-D6B5-4A05-86B8-3FD91E861F57::FO - in: path name: mrcHeading required: true schema: type: string description: Enumerated value for MRC Heading, or a numeric index example: ContractType responses: '200': description: array of MRCLineItem content: application/json: schema: type: array items: type: object description: The MRCLineItem object, often referred to as 'Line Item', comprises a single contract heading and its associated text and other data.Contract headings exist both as the visible heading title shown to the user, known as Original Heading, and as structural pointers in the database. The most important of these pointers are the mrcHeading which links the Line Item back to its purpose (Period, Insured etc) and the mrcSection which associates it with the contract section where it appears. An index controls the ordering. There is also a Name Variation which encapsulates certain agreed alternative terms for the heading, but this is less significant. properties: index: type: integer description: The ordinal position of the line item in the contract, starting from 1. Each index value should be a unique integer, and the values should be continuous across the contract example: 5 mrcSection: type: string description: The title of the contract section, taken from an enumerated list enum: - BrokerRemunerationAndDeductions - FiscalAndRegulatory - Information - RiskDetails - SecurityDetails - SubscriptionAgreement - Endorsement - ContractAdministrationAndAdvisory - EndorsementData - RiskAndEndorsementIdentificationDetails - ContractChanges - Agreement - PlacingData - Panel - CoverSheet - Disclaimers - Missing - Unknown example: RiskDetails mrcHeading: type: string description: The MRC-approved version of the original heading, taken from an enumerated list. Note that the endpoint /api/lookup/headings returns this list example: LimitOfLiability enum: - UMR - PolicyNumber - AttachingToLineslipContractOrBindingAuthorityAgreementNumber - ContractType - ProposalForm - Insured - OriginalInsured - Retrocedent - OriginalReinsured - Reinsured - PrincipalAddress - Period - OriginalPolicyPeriod - Conveyance - Vessels - Interest - AdditionalCoverages - LimitOfLiability - AggregateLimit - UnderlyingLimits - Excess - Sublimits - Deductibles - ReInsuredsRetention - ReinstatementProvisions - IndemnityPeriod - Exclusions - Situation - BasisOfValuation - Conditions - OriginalConditions - LossPayee - CoReinsuranceWarranty - Notices - ExpressWarranties - ConditionsPrecedent - Subjectivities - ChoiceOfLawAndJurisdiction - Arbitration - Premium - PremiumTransfer - PremiumPaymentTerms - Bordereaux - Commission - EstimatedPremiumIncome - TaxesPayableByInsuredAndAdministeredByInsurers - TaxesPayableByInsurersAndAdministeredByInsuredOrTheirAgent - ProfitCommission - RecordingTransmittingAndStoringInformation - InsurerContractDocumentation - Form - SlipPolicyNotice - PremiumReserveAndInterest - LossReserveAndInterest - CashLossLimit - Portfolio - PremiumPortfolio - LossPortfolio - Accounts - BasisOfLoss - PriorAndPendingLitigation - CountryOfInsured - EndorsementAgreements - UseToWhichInsuredPropertyIsPut - OccupationOfTheInsuredPersons - DisputeResolution - RetroactiveDate - InsurerDocumentProduction - ScopeOfInsurance - EstimatedPeriod - Information - ReinsurersLiability - OrderHereon - BasisOfWrittenLines - BasisOfSignedLines - SigningProvisions - SyndicatePseudonym - SyndicateIdNumber - CompanyName - CompanyIdNumber - UnderwriterReference1 - UnderwriterReference2 - InsurersWrittenLine - InsurersWrittenLineInUnits - InsurersWrittenLineInLines - LineConditions - SigningInstructions - InsurersSignedLine - ProvisionsSpecificToPanelSecurity - SlipLeader - BureauLeader - BasisOfAgreementToContractChanges - OtherAgreementPartiesForContractChangesForPart2GUAChangesOnly - AgreementPartiesForContractChangesForTheirProportionOnly - BasisOfClaimsAgreement - ClaimsAgreementParties - ClaimsAdministration - RulesAndExtentOfAnyOtherDelegatedClaimsAuthority - ExpertsFeesCollection - SettlementDueDate - InstalmentPremiumPeriodOfCredit - AdjustmentPremiumPeriodOfCredit - BureauxArrangements - NonBureauxArrangements - SingleClaimsAgreementPartyArrangements - TaxPayableByInsurers - CountryOfOrigin - OverseasBroker - SurplusLinesBroker - StateOfFiling - LicenseInformation - USClassification - NAICCodes - AllocationOfPremiumToCoding - AllocationOfPremiumToYearsOfAccount - FsaClientClassification - RegulatoryClientClassification - ForeignAccountTaxComplianceAct - IsTheBusinessSubjectToDistanceMarketingDirective - NoticeOfCancellationProvisions - WholesaleBroker - RetailBroker - FeePayableByClient - TotalBrokerage - RetailBrokerage - WholesaleBrokerage - OtherDeductionsFromPremium - CustomMRCHeading - NonMRCHeading - EndorsementName - EndorsementNumber - EndorsementReference - EndorsementEffectiveDate - ContractChanges - ParticipantChanges - PremiumProcessingType - LineSlipReference - BrokerName - BrokerAddress - AuthorisedClassesOfBusinessAndCoverages - ExclusionsWithinTheAuthorisedClassesOfBusinessAndCoverages - PeriodFromDate - PeriodToDate - ExtensionsOfPeriodOfLineSlip - MaximumPeriodOfEachInsuranceBound - MaximumLimitsOfLiability - MaximumAggregateLimits - TerritoriesFromWhichEachInsuranceMayBeBound - TerritorialLimitsOfEachInsuranceBound - ConditionsOfEachInsuranceBound - NoticesOfEachInsuranceBound - ExpressWarrantiesOfEachInsuranceBound - ConditionsPrecedentOfEachInsuranceBound - ChoiceOfLawAndJurisdictionOfTheLineSlip - ChoiceOfLawAndJurisdictionOfEachInsuranceBound - GrossPremiumIncomeLimit - NotifiablePercentageOfTheGrossPremiumIncomeLimitNotToExceed - PremiumBordereauxInterval - TaxesPayableByInsuredAndAdministeredByInsurersForEachInsuranceBound - CancellationNoticeOfTheLineSlip - AgreementPartiesForLineSlipChanges - BasisOfAgreementToLineSlipChanges - ScopeAndLimitsOfDelegationForLineSlipChanges - AgreementPartiesForEachInsuranceBoundAndAlterationsThereto - BasisOfAgreementForEachInsuranceBoundAndAlterationsThereto - ScopeAndLimitsOfDelegationForInsurancesBoundAndAlterationsThereto - LineSlipAdministration - PlacingData - ContractSections - ClaimsBasis - ClaimsExperts - FeesPayableToReInsurers - PremiumDiscountsCommissionsAndOrDeductionsPayableToThePolicyholder - ContractualExchangeRate - Policyholder - TaxesPayableAndAdministeredByTheReInsuredOrTheirAgent - ContractClause - ContractWording - GroupReference - ClaimsPaymentDate - Definitions - Financing - Tenor - PremiumSigning - IndustrialSectorCode - RegulatoryRiskLocation - SettlementDetails - CorrectionSummary - AgreementDetails - DeclinedReasons - RevokedCorrectionReason - AgencyInformation - CarrierInformation - LineOfBusiness - PolicyInformation - ApplicantInformation - Unknown nameVariation: type: string description: The valid mrcHeadings along with any standard anticipated variations -- such as 'GeographicalAreas' and 'TerritorialLimits' for 'Situation' -- taken from an enumerated list. The endpoint /api/lookup/namevariations returns this list example: Limit originalHeading: type: string description: The contract heading name as shown to the user example: Limit of Liability originalSection: type: string description: If the line item is a section heading, has the value 'self'. Left blank otherwise example: '' locked: type: boolean description: True if the broker has locked the line item to limit its editability example: false lockType: description: The type of locking applied to the line item. Blank when locked is false. type: string enum: - lockTextOnly - lockAll - lockTextOnlyTemplate - lockAllTemplate attachment: description: If the line item is an inline attachment, its data will be stored in this array type: object properties: docID: type: string example: IC5FF93255-74CA-4788-A668-0080992DAED9::ATCH::INLINE::IA-3EC366E1-DCC8-4EF3-B5F1-555EA57B7612 description: The unique ID of the attachment document in its place as part of a risk attachmentID: type: string example: IA-3EC366E1-DCC8-4EF3-B5F1-555EA57B7612 description: The unique ID of the attachment document without associated risk data; the last delimited section of docID attachmentName: type: string example: sov.xlsx description: The filename of the attachment appendixTitle: type: string example: Inline Attachment Title description: Contains the optional title, if any, added as a placeholder within the contract to identify the attachment when it is set to export after the contract. Blank if not provided or if prepend is TRUE appendixDescription: type: string example: Inline Attachment Example description: Contains the optional description text, if any, added below appendixTitle to describe the attachment when it is set to export after the contract. Blank if not provided or if prepend is TRUE prepend: type: boolean example: true description: True if the attachment has been set to appear at the front of the contract when exporting image: description: If the line item is an inline image, its data will be stored in this array. type: object properties: docID: type: string example: IC5FF93255-74CA-4788-A668-0080992DAED9::ATCH::INLINE::IA-3EC366E1-DCC8-4EF3-B5F1-555EA57B7612 description: The unique ID of the image file in its place as part of a risk attachmentID: type: string example: IA-3EC366E1-DCC8-4EF3-B5F1-555EA57B7612 description: The unique ID of the image file without associated risk data; the last delimited section of docID attachmentName: type: string example: image.png description: The filename of the image headingAlign: type: string description: The alignment of the heading on the page, either left or centre example: left tagPages: type: array description: The pages (aka groups) of Defined Data tags associated with the line item. Empty if there is no tagged data in the line item items: $ref: '#/paths/~1api~1risks~1%7BriskID%7D~1editLineItem/post/requestBody/content/application~1json/schema/properties/tagPages/items' placeholders: type: array description: The array of placeholders which specify the location of the line item's tagged data values. Each item of tagged data has its own placeholder items: $ref: '#/paths/~1api~1risks~1%7BriskID%7D~1editLineItem/post/requestBody/content/application~1json/schema/properties/placeholders/items' elements: type: array description: The array of individual pieces of text held in the line item items: $ref: '#/paths/~1api~1risks~1%7BriskID%7D~1editLineItem/post/requestBody/content/application~1json/schema/properties/elements/items' potentialSection: type: string description: The MRC name of the contract section where the current mrcHeading is normally expected, if different to the actual mrcSection. This string is rarely used example: RiskDetails fragments: type: array deprecated: true description: A deprecated array which should be left empty items: type: object subItems: type: array deprecated: true description: A deprecated array which should be left empty items: type: object vertical: type: object properties: id: type: string description: If the line item is a vertical term, this contains the unique ID of the vertical example: VDCD69D9B-7195-4021-927E-43B9F1F9AEDD_2 assignedCarrierPrefixes: type: array items: type: string example: toymunderwriting description: The channel prefix (the first section of the channel name) of carrier/s assigned this version of the vertical term /api/risks/{riskID}/markAsFirmOrder: post: summary: The broker converts a quoted risk into a firm order - Broker Only description: An empty payload of {} is required for this endpoint tags: - Risks parameters: - in: path name: riskID schema: type: string example: ICB2906C80-AC59-4B3A-B4AC-643E340D5B30::MUD10D799A-7AEB-4F84-A4D9-9FDA73D057DE::UQ required: true description: The unique ID of the risk, starting IC and having parts delimited by '::' requestBody: description: Please add an empty payload of {} required: true content: application/json: schema: type: object description: Empty Payload responses: '200': description: successfully marked as Firm Order content: application/json: schema: type: object properties: msg: type: string description: A message indicating success example: doc with id ICB2906C80-AC59-4B3A-B4AC-643E340D5B30::MUD10D799A-7AEB-4F84-A4D9-9FDA73D057DE::UQ1 successfully marked as firm order /api/risks/{riskID}/markAsIndicative: post: summary: The underwriter sets or unsets the indicative flag for an Underwriter Quotation ::UQx tags: - Risks parameters: - in: path name: riskID schema: type: string example: ICB2906C80-AC59-4B3A-B4AC-643E340D5B30::MUD10D799A-7AEB-4F84-A4D9-9FDA73D057DE::UQ1 required: true description: The unique ID of the risk, starting IC and having parts delimited by '::'. This must be an underwriter quotation, so the riskID will end UQx where x is 1, 2... requestBody: content: application/json: schema: type: object properties: indicative: type: boolean description: true if the quotation is indicative, false if it is noe example: true responses: '200': description: The full JMRC of the risk. In the JSON, .control.isIndicative will be updated to the new true/false value (not shown in the example). content: application/json: schema: type: array items: $ref: '#/components/schemas/RWPlacing' /api/risks/{riskID}/requestWrittenLineSets: post: summary: Sends a Firm Order/Bindable Quote risk to a carrier for a Written Line - Broker Only description:
The payload covers various options which the broker can set, including the percentage range for the Written Line and the Stamp to be used. Multiple carriers can be approached with one endpoint call.
tags: - Risks parameters: - in: path name: riskID schema: type: string required: true description: The unique ID of the risk, starting IC and having parts delimited by '::' example: IC213DA609-D6B5-4A05-86B8-3FD91E861F57::FO requestBody: content: application/json: schema: type: object properties: _rev: type: string description: the revision number for the risk example: 1-de9bba4cb8ea75572af90209683166c6 stampVisibility: type: string description: Only set for the first underwriter you show to. Decides whose stamps underwriters can see. Allstamps is the default if stampVisibility is not included in payload. enum: - Allstamps - OwnStampsOnly - LeadersStamps messages: type: array items: type: object properties: channel: type: string description: channel of underwriter you are sending message to example: tomyunderwriting_ALL elements: type: array items: type: object description: main body of the message properties: text: type: string example: Please Accept index: type: integer example: 0 greeting: type: string description: The header of the message example: Hello closing: type: string example: The Closing statement description: Best Regards contents: type: array items: type: object properties: teamId: type: string example: MARINEHULL description: the broker or carrier team, all uppercase no spaces companyId: type: string example: WHITECLIFFS description: the broker or carrier company, all uppercase no spaces userId: type: string description: unique identifier for the individual user at a company, starting MU example: MUD10D799A-7AEB-4F84-A4D9-9FDA73D057DE sections: type: array items: type: object properties: min: type: number description: the minimum percentage line allowed example: 33.33 max: type: number description: the maximum percentage line allowed example: 66.67 leader: type: boolean description: true if the underwriter is to be the lead on the risk example: false stamps: type: array description: leave empty to allow the underwriter to choose from all available stamps items: $ref: '#/components/schemas/CorporateDetail/properties/stamps/items' sectionID: type: string description: Only needed if risk is sectioned. ID of the section you are showing to example: '1' attachments: type: array items: type: object properties: docID: type: string description: docId of the attahcment you want to send example: ICD543E41B-D57A-4F82-921B-2955107A328F::ATCH::A-2DD69B77-97CB-4956-8905-A0B045798BED attachID: type: string description: ID of the attachment example: A-2DD69B77-97CB-4956-8905-A0B045798BED channels: type: array items: type: string description: channels of the carrier you want to send attachment to example: whitesails_MARINE responses: '200': description: successfully requested a line content: application/json: schema: type: object properties: msg: type: string example: Line guidances sent. description: A message indicating success /api/risks/{riskID}/showQuoteToBroker: post: summary: The Underwriter sends an Underwriter Quotation back to the Broker - Underwriter Only description: No payload is required for this endpoint tags: - Risks parameters: - in: path name: riskID schema: type: string required: true description: The unique ID of the risk, starting IC and expected to end ::UQx where x is 1, 2, 3 etc example: IC8F2D09C8-A220-4DD6-9E14-77AFF7A617AC::MU71BA6F2F-FFD1-4A92-86AC-5277FEAF3012::UQ4 responses: '200': description: successfully quoted content: application/json: schema: type: object properties: msg: type: string description: a message showing a successful result example: doc with id IC8F2D09C8-A220-4DD6-9E14-77AFF7A617AC::MU71BA6F2F-FFD1-4A92-86AC-5277FEAF3012::UQ4 successfully shown to broker /api/risks/{riskID}/showToLeadUnderwriter: post: summary: Shows a draft risk to an underwriter for quoting - Broker Only tags: - Risks parameters: - in: path name: riskID schema: type: string required: true description: The root ID of the risk, starting IC and stopping before any '::' delimiters. The POST payload has several optional parameters -- 'userId' specifies the uniqueID of a specific user to show the draft to, 'messages' includes a broker's message with the contract, and 'attachments' identifies attachments to show. example: IC213DA609-D6B5-4A05-86B8-3FD91E861F57 requestBody: content: application/json: schema: type: object properties: teamId: type: string description: The carrier team to show the draft to. All uppercase, no spaces example: MARINEHULL companyId: type: string description: The carrier company to show the draft to. All uppercase, no spaces example: WHITECLIFFS userId: type: string description: Optional. Include to specify the MU identifier of the individual underwriter to show the draft to example: MUD10D799A-7AEB-4F84-A4D9-9FDA73D057DE facilityID: type: string description: Required if the risk is a declaration. Specifies the facility agreement that the draft is being shown under example: ICCDA7C650-47DB-40E5-B8C0-588867E6BB6D messages: type: array description: Optional. Include to provide an accompanying broker's message items: type: object properties: channel: type: string description: The receipient's channel ID example: whitecliffs_MARINEHULL elements: type: array items: type: object properties: text: type: string example: Please agree description: The body of the message index: type: integer example: 0 greeting: type: string example: Hello description: The header text of the message closing: type: string example: Best regards description: The footer text of the message attachments: type: array description: Optional. Include to specify attachment/s to show with the draft items: type: object properties: attachID: type: string example: A-77C8A342-DCDA-410B-9292-B3CD3105FC10 description: The ID of the attachment docID: type: string example: IC2B5E02ED-FF47-4BB6-98F5-8C85F1E052B5::ATCH::A-77C8A342-DCDA-410B-9292-B3CD3105FC10 description: The unique ID of the attachment document channels: type: array items: type: string example: whitecliffs_MARINEHULL description: The channel of the recipient to show the attachment to responses: '200': description: successfully showed the quote to an underwriter content: application/json: schema: type: object properties: msg: type: string example: Shown ICC81F7C6D-90D8-430B-9514-30B9A2614612 to Underwriter MARINEHULL at WHITECLIFFS /api/risks/{riskID}/signSets: post: summary: Sign the written lines on a Firm Order, promoting the risk to signed status - Broker Only description:The payload must include one written line set identifying the line or lines written by an underwriter, along with the percentage of the risk signed to that line. This set can include a section ID reference, and multiple sets may be written so long as the total percentage written does not exceed 100%.
tags: - Risks parameters: - in: path name: riskID schema: type: string required: true description: The unique ID of the risk's firm order, starting with IC and having parts delimited by '::FO' example: ICEB56176E-D379-4B23-BD18-64EC5C841573::FO requestBody: description: JSON payload required: true content: application/json: schema: items: type: object properties: wSetID: type: string description: The ID reference specifying a specific written line set. example: IC733AB61B-75D0-4900-89EA-F059D7F57FE2::FO::PALERMO::ALL::WRLS items: type: array items: type: object properties: sectionIDs: type: array description: The section number of the risk that the specified written line applies to. items: type: string example: '1' percentages: type: array description: The numeric percentage being signed to that written line. items: type: string example: '60' examples: Open Market Simple: summary: A simple sign set example value: - wSetID: ICEB56176E-D379-4B23-BD18-64EC5C841573::FO::MESSINA::ALL::WRLS items: - sectionIDs: [] percentages: - '100' Open Market Complex: summary: Open Market Complex Example value: - wSetID: IC733AB61B-75D0-4900-89EA-F059D7F57FE2::FO::MESSINA::ALL::WRLS items: - sectionIDs: [] percentages: - '60' - wSetID: IC733AB61B-75D0-4900-89EA-F059D7F57FE2::FO::PALERMO::ALL::WRLS items: - sectionIDs: [] percentages: - '22.2222' - wSetID: IC733AB61B-75D0-4900-89EA-F059D7F57FE2::FO::SIRACUSA::ALL::WRLS items: - sectionIDs: [] percentages: - '17.7778' Declaration Shown to Multi Section Facility: summary: Multi-section facility value: - wSetID: ICC002A9C1-89C9-4B00-9807-4453DFA80853::FO::TOMYUNDERWRITING::ALL::WRLS items: - sectionIDs: [] percentages: - '50' associatedFacilityID: facilityID: ICD77B5FD4-0790-42B9-BC53-65242FB96558 sectionID: '1' responses: '200': description: successfully signed lines content: application/json: schema: type: object properties: msg: type: string example: Successfully signed lines! description: Success is confirmed by the message 'Successfully signed lines!' '401': $ref: '#/paths/~1api~1risks~1save/post/responses/401' /api/risks/{riskID}/reSignSets: post: summary: Update the Signed Lines on a Signed Risk - Broker Only description: The payload must include one signed line set -- i.e docs ending with ::SILS -- identifying the line or lines written by an underwriter, along with the percentage of the risk signed to that line. This set can include a section ID reference, and multiple sets may be written. Total of signed lines cannot exceed total of written lines or 100%. tags: - Risks parameters: - in: path name: riskID schema: type: string required: true description: The unique ID of the signed risk, starting with IC and having parts delimited by '::SIGNED' example: ICEB56176E-D379-4B23-BD18-64EC5C841573::SIGNED requestBody: description: JSON payload required: true content: application/json: schema: properties: wSetID: type: string description: ID of the signed line set example: IC11FC73F5-402A-44CD-AA9B-633259574B90::FO::PALERMO::ALL::SILS items: type: array items: type: object properties: sectionIDs: type: string description: The number of the risk's section that the signed line applies to. example: '1' percentages: type: string description: The numeric percentage being signed to the written line. example: '60' examples: simple: value: - wSetID: ICD875FA8F-F588-41FA-AA98-BE14A535B545::FO::TOMYUNDERWRITING::ALL::SILS items: - sectionIDs: [] percentages: - '90' complex: value: - wSetID: IC11FC73F5-402A-44CD-AA9B-633259574B90::FO::PALERMO::ALL::SILS items: - sectionIDs: - '1' percentages: - '80' - sectionIDs: - '2' percentages: - '83.3333' - wSetID: IC11FC73F5-402A-44CD-AA9B-633259574B90::FO::MESSINA::ALL::SILS items: - sectionIDs: - '1' percentages: - '20' - sectionIDs: - '2' percentages: - '16.6667' responses: '200': description: successfully re-signed content: application/json: schema: type: array items: type: object properties: rev: type: string description: new revision number example: 1-5e6cfb565e6c4457f9ddedf88442e878 id: type: string example: ID description: Id of the changed document example: - rev: 1-5e6cfb565e6c4457f9ddedf88442e878 id: ICB333DE48-8A44-47A8-BBED-E80B78FB736D::RWResignedLines::1691753008::887A9F05-5745-44A6-9E02-9A0738976AA3 - id: ICB333DE48-8A44-47A8-BBED-E80B78FB736D::FO::TOMYUNDERWRITING::ALL::SILS rev: 2-53b67a68a4822f36e0c73b744bbaaed8 - id: ICB333DE48-8A44-47A8-BBED-E80B78FB736D::SIGNED::TOMYUNDERWRITING::ALL rev: 2-ffc29c3c3687e7da519a03083d630872 - id: ICB333DE48-8A44-47A8-BBED-E80B78FB736D::SIGNED rev: 2-f62ac6070164fc3dc527af9f4e432ab2 - id: ICB333DE48-8A44-47A8-BBED-E80B78FB736D::SIGNED::ARCH::D8B3CD82-13C8-4F95-B32C-59FFAE1501EA rev: 1-2cb2e9604aa2732c156d8c4952080ef2 - id: ICB333DE48-8A44-47A8-BBED-E80B78FB736D::SIGNED::ACTI::A1E5D8E7-D2CB-497E-80DC-0ECA7FA5E8C8 rev: 1-fd42e2e456272f33005d436540c3c044 '401': $ref: '#/paths/~1api~1risks~1save/post/responses/401' /api/risks/{riskID}/writeLine: post: summary: Writes a line to the risk - Underwriter Only description:The payload must include one stamp detailed as line percentage, year and stamp ID, with references. It can optionally include section ID references, multiple stamps, and details of line conditions or subjectivities.
tags: - Risks parameters: - in: path name: riskID schema: type: string required: true description: The unique ID of the risk's firm order, starting with IC and having parts delimited by '::FO::{COMPANYID}::{TEAMID}' example: IC213DA609-D6B5-4A05-86B8-3FD91E861F57::FO::TOMYUNDERWRITING::MARINE requestBody: description: JSON payload required: true content: application/json: schema: type: object properties: _rev: type: string description: The system-generated version number of the firm order for the line to be written to. The number before the - is generated sequentially, starting at 1' example: 1-a302cd4445e3d12c33fdabf467e2789b line: type: object properties: sectionIDs: type: array description: The section number of the risk that the written line applies to. items: type: string example: '1' impressions: type: array items: type: object properties: writtenPercentage: type: string description: The percentage of the risk to write as a line. This must meet the line guidance in the firm order. example: '60' stampID: type: string description: The document ID of the stamp to be used in writing the line, beginning with ST. A company''s stamp list can be retrieved using /documents/Corporate-{companyID} example: ST1843A345-1F69-435D-84E9-187BB3DD0F23 yearOfAccount: type: string description: The year of accounting for the line. Only needed for the lead line. example: '2022' references: type: array items: type: object properties: reference: type: string description: The underwriter''s reference code for the line. example: 22FB238273XX riskCodes: type: string description: The category code describing the subject of the line. example: H3 description: type: string description: A free text comment field for the line. example: Ref:0023 mirrorStampData: type: array items: type: object properties: mirrorStampReferences: type: array description: the mirror stamp reference code items: example: 22FB238 mirrorStampDescriptions: type: array description: A free text comment field for the mirror stamp. items: example: REF:025 type: string mirrorStampID: type: string example: STDECAA286-05B2-4FEA-942E-09A3EC352030 description: The document ID of the stamp to be used as a mirror, beginning with ST. A company''s stamp list can be retrieved using /documents/Corporate-{companyID} mirrorStampCustomDescription: type: string example: Applying to EEA risks description: The text description of the cover associated with the mirror stamp. conditions: type: object properties: lineConditions: type: array description: The set of line conditions added by the underwriter items: type: string example: Line To stand subjectivityMode: type: string enum: - unchosen - holdingCover - noCoverGiven description: Whether the line provides ongoing cover while the specified subjectivity requirements are being agreed subjectivities: type: array description: Details of subjectivity requirements added by the underwriter items: type: object properties: deadline: type: string example: '1708560000.0' description: The deadline for accepting the subjectivity response, in unix epoch time identifier: type: string example: '' description: The uniqueID of the subjectivity. Leave blank, as the platform will auto-generate this text: type: string example: Sample Subjectivity description: Text detailing the requirement of the subjectivity subjectivitiesDeadlineNotRequired: type: string description: Text detailing any subjectivity requirements which do not have a deadline examples: simple: value: _rev: 1-1fb5b6812cb938636e5b1a3de968ce6a line: sectionIDs: [] impressions: - references: - reference: 22FB238273XX riskCodes: X1 description: Ref:0023 writtenPercentage: '100' stampID: ST1843A345-1F69-435D-84E9-187BB3DD0F23 yearOfAccount: '2022' conditions: lineConditions: [] subjectivities: [] conditionsAndSubjectivities: value: _rev: 1-0f9d0731df4d917b0daba4974b7a647e line: sectionIDs: [] impressions: - references: - reference: LINECONSSUBS riskCodes: '' description: '' writtenPercentage: '100' stampID: ST1843A345-1F69-435D-84E9-187BB3DD0F23 yearOfAccount: '2022' conditions: lineConditions: - LINE TO STAND - COPY POLICY WORDING subjectivityMode: holdingCover subjectivities: - approvedStatus: notYetResponded text: Survey required deadline: '1661295600' identifier: '' deadlineNotRequired: All claims to be filed electronically. mirrorStamps: value: _rev: 5-14d501d94a1160c1f6b151633afd733f line: sectionIDs: [] impressions: - references: - reference: SADASD riskCodes: '' description: '' mirrorStampData: - mirrorStampReferences: - DSDSAD mirrorStampDescriptions: - '' mirrorStampID: STDECAA286-05B2-4FEA-942E-09A3EC352030 mirrorStampCustomDescription: Applying to EEA risks writtenPercentage: '100' stampID: STDCEB5FD2-E54C-4596-B0D8-4C50B63F27BA conditions: lineConditions: [] subjectivities: [] multipleStamps: value: _rev: 3-e745086500eb2da786bb628b8d62dd4e line: sectionIDs: [] impressions: - references: - reference: REF1 riskCodes: '' description: '' writtenPercentage: '50' stampID: STDCEB5FD2-E54C-4596-B0D8-4C50B63F27BA - references: - reference: REF2 riskCodes: '' description: '' writtenPercentage: '50' stampID: STDECAA286-05B2-4FEA-942E-09A3EC352030 conditions: lineConditions: [] subjectivities: [] responses: '200': description: successfully written lines content: application/json: schema: type: object properties: msg: type: string example: Wrote line. description: Success is confirmed by the message 'Wrote line.' '401': $ref: '#/paths/~1api~1risks~1save/post/responses/401' /api/risks/newDraft: post: tags: - Risks summary: Creates a draft risk using a simplified input format - Broker Only parameters: - in: query name: teamChannel required: true schema: type: string description: The team channel where the new Draft Risk is to be created. This string always takes the format "company_DEPARTMENT" and a full list of available channels for a user can be seen in the response to a GET request to /api/user/myDetails. This value is the equivalent of selecting a Team in the "Create for Team" dropdown box when creating a new Risk in the web UI requestBody: description:An array of simplified line items. Note that each should have either text, for a single line, or array for several paragraphs. Dates, amounts etc will be picked out as placeholders if they follow our conventions. If both are supplied the array takes precedence.
required: true content: application/json: schema: type: array items: type: object properties: heading: type: string description: the heading for the line item example: Insured text: type: string description: a single line of text for the line item detail example: GBP 250,000 array: type: array description: one line per paragraph for the line item detail items: type: string example: - From 1 April 2020 - To 31 March 2021 example: - heading: UMR text: B0999JC0212211614 - heading: Insured text: Swagger Widgets Inc - heading: Contract Type text: Cyber Insurance - heading: Period array: - From 1 April 2021 - To 31 March 2022 - heading: Premium text: USD 25,000 - heading: Limit of Liability text: USD 40,000,000 responses: '200': description: OK content: application/json: example: id: IC4F06B6BD-20EE-41BC-87F7-1292B7750C9B rev: 1-141df67df9e5eaacd0830c65e47a0bf9 ok: true '401': $ref: '#/paths/~1api~1risks~1save/post/responses/401' /api/risks/root/{rootID}: get: tags: - Risks summary: Get a list of documents associated with a risk parameters: - in: path name: rootID schema: type: string required: true description: 'The root ID of the risk, stopping before the :: suffix' example: IC213DA609-D6B5-4A05-86B8-3FD91E861F57 responses: '200': description: OK content: application/json: schema: type: array items: type: object properties: id: type: string example: IC213DA609-D6B5-4A05-86B8-3FD91E861F57::QR1 description: The full ID of the document type: type: string example: RWPlacing description: The type of the document, which will always be RWPlacing channels: type: array items: type: string description: The channels of the user teams that can see the document example: - ajc_ALL - messina_ALL '401': $ref: '#/paths/~1api~1risks~1save/post/responses/401' /api/risks/{rootID}/related/{type}: get: tags: - Risks summary: returns documents of a certain type for a risk parameters: - in: path name: rootID schema: type: string required: true description: 'The root ID of the risk, stopping before the :: suffix' example: IC213DA609-D6B5-4A05-86B8-3FD91E861F57 - in: path name: type schema: type: string required: true description: The document type to be fetched, for instance RWComment, RWLineGuidanceSet, RWWrittenLineSet, RWSignedLineSet example: RWComment responses: '200': description: An array of documents for the required type content: application/json: schema: type: array items: type: object description: documents of the specified type '401': $ref: '#/paths/~1api~1risks~1save/post/responses/401' /api/risks/save: post: tags: - Risks summary: Create a new risk from a full JMRC - Broker Only requestBody: description: JMRC object required: true content: application/json: schema: type: object properties: MRCContract: type: object properties: lineItems: type: array items: $ref: '#/paths/~1api~1risks~1%7BriskID%7D~1lineitem~1%7BmrcHeading%7D/get/responses/200/content/application~1json/schema/items' examples: simple: value: MRCContract: lineItems: - elements: [] fragments: [] index: 0 mrcHeading: NonMRCHeading mrcSection: RiskDetails nameVariation: NonMRCHeading originalHeading: RISK DETAILS originalSection: self placeholders: [] subItems: [] - elements: - index: 0 text: B13123123 fragments: [] index: 1 mrcHeading: UMR mrcSection: RiskDetails nameVariation: UMR originalHeading: UMR originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 2 mrcHeading: ContractType mrcSection: RiskDetails nameVariation: ContractType originalHeading: TYPE originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 3 mrcHeading: Insured mrcSection: RiskDetails nameVariation: Insured originalHeading: INSURED originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 4 mrcHeading: PrincipalAddress mrcSection: RiskDetails nameVariation: PrincipalAddress originalHeading: PRINCIPAL ADDRESS originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 5 mrcHeading: Period mrcSection: RiskDetails nameVariation: Period originalHeading: PERIOD originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 6 mrcHeading: Interest mrcSection: RiskDetails nameVariation: Interest originalHeading: INTEREST originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 7 mrcHeading: LimitOfLiability mrcSection: RiskDetails nameVariation: LimitOfLiability originalHeading: LIMIT OF LIABILITY originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 8 mrcHeading: ReInsuredsRetention mrcSection: RiskDetails nameVariation: ReInsuredsRetention originalHeading: (RE)INSURED'S RETENTION originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 9 mrcHeading: Situation mrcSection: RiskDetails nameVariation: Situation originalHeading: SITUATION originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 10 mrcHeading: ChoiceOfLawAndJurisdiction mrcSection: RiskDetails nameVariation: ChoiceOfLawAndJurisdiction originalHeading: CHOICE OF LAW & JURISDICTION originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 11 mrcHeading: Premium mrcSection: RiskDetails nameVariation: Premium originalHeading: PREMIUM originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 12 mrcHeading: PremiumPaymentTerms mrcSection: RiskDetails nameVariation: PremiumPaymentTerms originalHeading: PREMIUM PAYMENT TERMS originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 13 mrcHeading: TaxesPayableByInsuredAndAdministeredByInsurers mrcSection: RiskDetails nameVariation: TaxesPayableByInsuredAndAdministeredByInsurers originalHeading: TAXES PAYABLE BY INSURED AND ADMINISTERED BY INSURER(S) originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 14 mrcHeading: TaxesPayableByInsurersAndAdministeredByInsuredOrTheirAgent mrcSection: RiskDetails nameVariation: TaxesPayableByInsurersAndAdministeredByInsuredOrTheirAgent originalHeading: TAXES PAYABLE BY INSURERS AND ADMINISTERED BY INSURED OR THEIR AGENT originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 15 mrcHeading: RecordingTransmittingAndStoringInformation mrcSection: RiskDetails nameVariation: RecordingTransmittingAndStoringInformation originalHeading: RECORDING, TRANSMITTING & STORING INFORMATION originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 16 mrcHeading: InsurerContractDocumentation mrcSection: RiskDetails nameVariation: InsurerContractDocumentation originalHeading: INSURER CONTRACT DOCUMENTATION originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 17 mrcHeading: NonMRCHeading mrcSection: Information nameVariation: NonMRCHeading originalHeading: INFORMATION originalSection: self placeholders: [] subItems: [] - elements: [] fragments: [] index: 18 mrcHeading: Information mrcSection: Information nameVariation: Information originalHeading: INFORMATION originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 19 mrcHeading: NonMRCHeading mrcSection: SecurityDetails nameVariation: NonMRCHeading originalHeading: SECURITY DETAILS originalSection: self placeholders: [] subItems: [] - elements: [] fragments: [] index: 20 mrcHeading: ReinsurersLiability mrcSection: SecurityDetails nameVariation: ReinsurersLiability originalHeading: REINSURER'S LIABILITY originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 21 mrcHeading: OrderHereon mrcSection: SecurityDetails nameVariation: OrderHereon originalHeading: ORDER HEREON originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 22 mrcHeading: BasisOfWrittenLines mrcSection: SecurityDetails nameVariation: BasisOfWrittenLines originalHeading: BASIS OF WRITTEN LINES originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 23 mrcHeading: SigningProvisions mrcSection: SecurityDetails nameVariation: SigningProvisions originalHeading: SIGNING PROVISIONS originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 24 mrcHeading: InsurersWrittenLine mrcSection: SecurityDetails nameVariation: InsurersWrittenLine originalHeading: INSURER'S WRITTEN LINE originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 25 mrcHeading: NonMRCHeading mrcSection: SubscriptionAgreement nameVariation: NonMRCHeading originalHeading: SUBSCRIPTION AGREEMENT originalSection: self placeholders: [] subItems: [] - elements: [] fragments: [] index: 26 mrcHeading: NoticeOfCancellationProvisions mrcSection: SubscriptionAgreement nameVariation: NoticeOfCancellationProvisions originalHeading: NOTICE OF CANCELLATION PROVISIONS originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 27 mrcHeading: SlipLeader mrcSection: SubscriptionAgreement nameVariation: SlipLeader originalHeading: SLIP LEADER originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 28 mrcHeading: BureauLeader mrcSection: SubscriptionAgreement nameVariation: BureauLeader originalHeading: BUREAU LEADER originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 29 mrcHeading: BasisOfAgreementToContractChanges mrcSection: SubscriptionAgreement nameVariation: BasisOfAgreementToContractChanges originalHeading: BASIS OF AGREEMENT TO CONTRACT CHANGES originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 30 mrcHeading: OtherAgreementPartiesForContractChangesForPart2GUAChangesOnly mrcSection: SubscriptionAgreement nameVariation: OtherAgreementPartiesForContractChangesForPart2GUAChangesOnly originalHeading: OTHER AGREEMENT PARTIES FOR CONTRACT CHANGES, FOR PART 2 GUA CHANGES ONLY originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 31 mrcHeading: AgreementPartiesForContractChangesForTheirProportionOnly mrcSection: SubscriptionAgreement nameVariation: AgreementPartiesForContractChangesForTheirProportionOnly originalHeading: AGREEMENT PARTIES FOR CONTRACT CHANGES, FOR THEIR PROPORTION ONLY originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 32 mrcHeading: BasisOfClaimsAgreement mrcSection: SubscriptionAgreement nameVariation: BasisOfClaimsAgreement originalHeading: BASIS OF CLAIMS AGREEMENT originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 33 mrcHeading: ClaimsAgreementParties mrcSection: SubscriptionAgreement nameVariation: ClaimsAgreementParties originalHeading: CLAIMS AGREEMENT PARTIES originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 34 mrcHeading: ClaimsAdministration mrcSection: SubscriptionAgreement nameVariation: ClaimsAdministration originalHeading: CLAIMS ADMINISTRATION originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 35 mrcHeading: RulesAndExtentOfAnyOtherDelegatedClaimsAuthority mrcSection: SubscriptionAgreement nameVariation: RulesAndExtentOfAnyOtherDelegatedClaimsAuthority originalHeading: RULES AND EXTENT OF ANY OTHER DELEGATED CLAIMS AUTHORITY originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 36 mrcHeading: ExpertsFeesCollection mrcSection: SubscriptionAgreement nameVariation: ExpertsFeesCollection originalHeading: EXPERT(S) FEES COLLECTION originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 37 mrcHeading: SettlementDueDate mrcSection: SubscriptionAgreement nameVariation: SettlementDueDate originalHeading: SETTLEMENT DUE DATE originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 38 mrcHeading: BureauxArrangements mrcSection: SubscriptionAgreement nameVariation: BureauxArrangements originalHeading: BUREAUX ARRANGEMENTS originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 39 mrcHeading: NonMRCHeading mrcSection: FiscalAndRegulatory nameVariation: NonMRCHeading originalHeading: FISCAL AND REGULATORY originalSection: self placeholders: [] subItems: [] - elements: [] fragments: [] index: 40 mrcHeading: TaxPayableByInsurers mrcSection: FiscalAndRegulatory nameVariation: TaxPayableByInsurers originalHeading: TAX PAYABLE BY INSURER(S) originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 41 mrcHeading: CountryOfOrigin mrcSection: FiscalAndRegulatory nameVariation: CountryOfOrigin originalHeading: COUNTRY OF ORIGIN originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 42 mrcHeading: OverseasBroker mrcSection: FiscalAndRegulatory nameVariation: OverseasBroker originalHeading: OVERSEAS BROKER originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 43 mrcHeading: AllocationOfPremiumToCoding mrcSection: FiscalAndRegulatory nameVariation: AllocationOfPremiumToCoding originalHeading: ALLOCATION OF PREMIUM TO CODING originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 44 mrcHeading: RegulatoryClientClassification mrcSection: FiscalAndRegulatory nameVariation: RegulatoryClientClassification originalHeading: REGULATORY CLIENT CLASSIFICATION originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 45 mrcHeading: NonMRCHeading mrcSection: BrokerRemunerationAndDeductions nameVariation: NonMRCHeading originalHeading: BROKER REMUNERATION & DEDUCTIONS originalSection: self placeholders: [] subItems: [] - elements: [] fragments: [] index: 46 mrcHeading: FeePayableByClient mrcSection: BrokerRemunerationAndDeductions nameVariation: FeePayableByClient originalHeading: FEE PAYABLE BY CLIENT? originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 47 mrcHeading: TotalBrokerage mrcSection: BrokerRemunerationAndDeductions nameVariation: TotalBrokerage originalHeading: TOTAL BROKERAGE originalSection: '' placeholders: [] subItems: [] - elements: [] fragments: [] index: 48 mrcHeading: OtherDeductionsFromPremium mrcSection: BrokerRemunerationAndDeductions nameVariation: OtherDeductionsFromPremium originalHeading: OTHER DEDUCTIONS FROM PREMIUM originalSection: '' placeholders: [] subItems: [] complex: value: MRCContract: lineItems: - fragments: [] originalHeading: 'RISK DETAILS ' nameVariation: NonMRCHeading mrcSection: RiskDetails placeholders: [] elements: [] originalSection: self index: 0 subItems: [] mrcHeading: NonMRCHeading - subItems: [] originalHeading: UMR elements: - index: 0 text: B123123123123 mrcHeading: UMR fragments: [] originalSection: '' nameVariation: UMR placeholders: [] mrcSection: RiskDetails index: 1 - nameVariation: Company originalHeading: COMPANY subItems: [] elements: - index: 0 text: Swagger Simple Save Example mrcHeading: Insured locked: false fragments: [] originalSection: '' placeholders: [] tagPages: - title: '' sectionIDs: [] pageID: 9763BF50-3F8A-40B2-A2A8-6C20E709B2DB index: 2 mrcSection: RiskDetails - subItems: [] originalHeading: ADDRESS elements: - index: 0 text: 11 Amelia Earhart Way, Rongotai, Wellington 6003, New Zealand mrcHeading: PrincipalAddress fragments: [] nameVariation: Address placeholders: [] originalSection: '' mrcSection: RiskDetails index: 3 - mrcHeading: Period originalHeading: PERIOD nameVariation: Period locked: false mrcSection: RiskDetails placeholders: - value: 31 August 2021 originalValue: 31 August 2021 name: DefinedData0 phType: Date tags: - Page:17D6A8C3-4C32-4E5D-AD1D-0A7321C66535 - Inception_Date - value: 31 August 2022 originalValue: 31 August 2022 name: DefinedData1 phType: Date tags: - Page:17D6A8C3-4C32-4E5D-AD1D-0A7321C66535 - Expiry_Date - value: 12.01 a.m. originalValue: 12.01 a.m. name: DefinedData2 phType: DefinedData tags: - Page:17D6A8C3-4C32-4E5D-AD1D-0A7321C66535 - Inception_Time - Expiry_Time - value: Local Standard Time originalValue: Local Standard Time name: DefinedData3 phType: DefinedData tags: - Page:17D6A8C3-4C32-4E5D-AD1D-0A7321C66535 - Time_Qualifier index: 4 elements: - index: 0 text: 'From: [[DefinedData0]]' - index: 1 text: 'To: [[DefinedData1]]' - index: 2 text: Both days at [[DefinedData2]] [[DefinedData3]] at the location of the property insured. originalSection: '' subItems: [] tagPages: - title: '' sectionIDs: [] pageID: 17D6A8C3-4C32-4E5D-AD1D-0A7321C66535 fragments: [] - originalHeading: TYPE mrcHeading: ContractType nameVariation: ContractType mrcSection: RiskDetails placeholders: [] index: 5 elements: - index: 0 text: Aviation Hull and Liability Insurance originalSection: '' subItems: [] fragments: [] - mrcHeading: LimitOfLiability fragments: [] nameVariation: LimitsOfLiability locked: false mrcSection: RiskDetails placeholders: - value: USD 100,000,000 originalValue: USD 100,000,000 name: Amount1 phType: Amount elements: - index: 0 text: '[[Amount1]] each and every loss sdfsdf' index: 6 tagPages: - title: '' sectionIDs: [] pageID: 0EA4F5E0-05D5-4B74-B5B0-2CF56B0AD774 subItems: [] originalSection: '' originalHeading: LIMITS OF LIABILITY - originalHeading: PREMIUM fragments: [] nameVariation: Premium locked: false mrcSection: RiskDetails placeholders: - value: 100% originalValue: 100% name: Percentage1 phType: Percentage - value: USD 5,500,000 originalValue: USD 5,500,000 name: DefinedData0 phType: Amount tags: - Page:6A45CE72-A1D1-4270-B767-0DDAF5FF0735 - Premium_Amount - value: annual originalValue: annual name: DefinedData1 phType: DefinedData tags: - Page:6A45CE72-A1D1-4270-B767-0DDAF5FF0735 - Premium_Period_Qualifier elements: - index: 0 text: ' [[DefinedData0]] ([[Percentage1]]) [[DefinedData1]]' tagPages: - pageID: 6A45CE72-A1D1-4270-B767-0DDAF5FF0735 sectionIDs: [] title: '' originalSection: '' subItems: [] index: 7 mrcHeading: Premium - fragments: [] originalHeading: 'INFORMATION ' nameVariation: NonMRCHeading mrcSection: Information placeholders: [] elements: [] originalSection: self index: 8 subItems: [] mrcHeading: NonMRCHeading - originalHeading: INFORMATION mrcHeading: Information nameVariation: Information locked: false mrcSection: Information placeholders: [] elements: - index: 0 text: '' index: 9 tagPages: - pageID: F479C70D-2059-417F-98F6-64F9F041BD37 sectionIDs: [] title: '' subItems: [] originalSection: '' fragments: [] - fragments: [] mrcHeading: NonMRCHeading nameVariation: NonMRCHeading mrcSection: SecurityDetails placeholders: [] index: 15 originalSection: self elements: [] subItems: [] originalHeading: 'SECURITY DETAILS ' - originalHeading: WRITTEN LINES mrcHeading: InsurersWrittenLine nameVariation: InsurersWrittenLine mrcSection: SecurityDetails placeholders: [] index: 16 originalSection: '' elements: - index: 0 text: In a co-insurance placement, following (re)insurers may, but are not obliged to, follow the premium charged by the lead (re)insurer. - index: 1 text: (Re)insurers may not seek to guarantee for themselves terms as favourable as those which others subsequently achieve during the placement. subItems: [] fragments: [] - originalHeading: 'SUBSCRIPTION AGREEMENT ' fragments: [] nameVariation: NonMRCHeading mrcSection: SubscriptionAgreement placeholders: [] index: 10 originalSection: self elements: [] subItems: [] mrcHeading: NonMRCHeading - fragments: [] mrcHeading: SlipLeader nameVariation: SlipLeader mrcSection: SubscriptionAgreement placeholders: [] index: 11 originalSection: '' elements: - index: 0 text: The Slip Leader is ENTER SLIP LEADER subItems: [] originalHeading: SLIP LEADER - originalHeading: BUREAU(X) LEADER(S) fragments: [] nameVariation: BureauLeader mrcSection: SubscriptionAgreement placeholders: [] index: 12 originalSection: '' elements: - index: 0 text: The Bureau(x) Leader(s) (where applicable) is AAA NNN subItems: [] mrcHeading: BureauLeader - fragments: [] originalHeading: 'FISCAL AND REGULATORY ' nameVariation: NonMRCHeading mrcSection: FiscalAndRegulatory placeholders: [] elements: [] index: 13 originalSection: self subItems: [] mrcHeading: NonMRCHeading - fragments: [] mrcHeading: NonMRCHeading nameVariation: NonMRCHeading mrcSection: BrokerRemunerationAndDeductions placeholders: [] index: 14 originalSection: self elements: [] subItems: [] originalHeading: 'BROKER REMUNERATION AND DEDUCTIONS ' parameters: - in: query required: true name: UMR description: Unique market reference example: B123123123123 schema: type: string - in: query required: true name: insuranceType description: Type of insurance schema: type: string enum: - Insurance - Reinsurance - in: query required: true name: contractType description: Type of contract schema: type: string example: Cyber Insurance - in: query required: true name: insuredName description: Name of the insured schema: type: string example: Acme Widgets Inc - in: query required: true name: teamChannel description: Whitespace team channel name example: lloydsbroker_AVIATION schema: type: string - in: query required: true name: placementType description: decides whether a risk or template is created schema: enum: - FullContract - Template type: string responses: '200': description: OK content: application/json: schema: type: object properties: ok: type: boolean example: true id: type: string example: IC0000000-000-00 rev: type: string description: Revision number of the newly created Risk example: 1-K23K2J2JL323IEOW '401': description: Unauthorized call content: application/json: schema: type: object properties: error: type: boolean example: true reason: type: string example: Invalid WSAUTH /api/risks/{EndorsementID}/showEndorsement: post: tags: - Risks summary: Show an endorsement to underwriters - Broker Only parameters: - in: path name: EndorsementID schema: type: string required: true description: The unique ID of the Endorsement example: IC213DA609-D6B5-4A05-86B8-3FD91E861F57::FO::EN1 requestBody: description: Can only show to "leader" or "agreementParty" content: application/json: schema: type: object properties: carriers: type: array description: The carrier team/s to be shown the risk items: type: object properties: channel: type: string example: whitesails_ALL role: type: string example: leader responses: '200': description: successfully showed endorsement content: application/json: schema: type: object properties: msg: type: string example: Shown. description: Success is confirmed by the message 'Shown.' '401': $ref: '#/paths/~1api~1risks~1save/post/responses/401' /api/risks/{EndorsementID}/acceptEndorsement: post: summary: Accept an endorsement as an underwriter - Underwriter Only tags: - Risks parameters: - in: path name: EndorsementID schema: type: string example: ICF1317DDA-50DB-4611-8253-D3DA499F861C::FO::EN1 required: true description: The unique ID of the endorsement, starting IC and having parts delimited by '::'. This must be an endorsement, so the riskID will end ENx where x is 1, 2... requestBody: content: application/json: schema: type: object required: - channel properties: channel: type: string description: the channel for the underwriter's team example: palermo_ALL instruction: type: string description: For leaders only -- set to specify the underwriters who must agree the endorsement -- one of leaderOnly, leaderAndAgreementParties or allToAgree, otherwise omit the value example: leaderOnly notify_days: type: string description: leader only, optional -- the number of days the broker has to notify following parties example: '7' responses: '200': description: The full JMRC of the risk. In the JSON, .control.isIndicative will be updated to the new true/false value (not shown in the example). content: application/json: schema: type: object properties: msg: type: string description: an acceptance message example: accepted /api/risks/changeRiskName/{rootID}: post: summary: Change the name of the risk - Broker Only description: Risk name can only be changed if the risk has not been shown to any markets. parameters: - in: path name: rootID schema: type: string required: true description: The unique root ID of the risk example: IC213DA609-D6B5-4A05-86B8-3FD91E861F57 tags: - Risks requestBody: content: application/json: schema: type: object properties: newName: type: string description: The new name of the risk example: Acme Widgets responses: '200': description: A confirmation of the saved data content: application/json: schema: type: object properties: msg: type: string description: Message to confirm that the risk name has been updated example: Updated Risk Name /api/risks/{quoteID}/createDraftFromQuote: post: summary: Create an editable draft from a quote - Broker Only description: Broker accounts only. Duplicates an underwriter''s quote as a new editable draft under the same risk. This is only possible for risks that have not yet progressed to the firm order stage. tags: - Risks parameters: - in: path name: quoteID schema: type: string required: true description: The unique document ID of the quote, starting IC and ending ::UQx, where x is the number of the quote in order of quotes recieved, ie. 1, 2, 3 etc example: ICD77B5FD4-0790-42B9-BC53-65242FB96558::MU438E3843-63ED-47AD-9059-11E6FD1D000D::UQ1 responses: '200': description: successfully created Draft content: application/json: schema: type: object properties: msg: type: string description: a message showing that the draft has been created example: Draft created /api/risks/{riskID}/lineItemAttributes: post: tags: - Risks summary: Edit an attribute of a line item -- that is, one contract heading and its associated text -- such as locking the text to prevent further editing, or adding a page break parameters: - in: path name: riskID schema: type: string required: true description: The unique ID of the risk example: IC213DA609-D6B5-4A05-86B8-3FD91E861F57 requestBody: content: application/json: examples: Add/Remove Page Break: description: Add or remove a page break to a heading value: index: 3 hasPageBreak: true Lock Text: description: Lock the text in a heading, Locktype options are "lockTextOnly", "lockAll", "lockTextOnlyTemplate", "lockAllTemplate" value: index: 3 lockType: lockTextOnly locked: true schema: properties: lockType: type: string description: required to be 'edit' example: edit hasPageBreak: type: boolean description: choose to add page break to heading or not example: true index: type: number description: the index of the line item to be changed example: 6 locked: type: boolean description: choose whether to lock or not example: true responses: '401': $ref: '#/paths/~1api~1risks~1save/post/responses/401' /api/risks/{riskID}/getQuoteDetails: get: tags: - Risks summary: Returns any information entered by the underwriter into a quote's 'Quote Details' panel. Underwriters are not required to use this panel when quoting, so some (or all) information may be blank. parameters: - in: path name: riskID schema: type: string required: true description: The unique ID of the quote, ending in ::UQ# (where example: ICCFD2A903-08B1-4E52-BD9B-57268B9723F8::MU999AF919-3FDB-49F2-B4C5-D42614B02E70::UQ1 responses: '200': description: successful response content: application/json: schema: type: object properties: buttonStampDetails: type: object properties: stampID: type: string example: BTN-BAB19551-5557-4E6B-888B-E3B1B6A0E982 description: The unique ID of the button stamp added by the underwriter validityPeriod: type: number description: The valdity period of the quote example: 7 notes: type: string example: Notes for the Quote description: Free-text notes added by the underwriter reference: type: string example: '123123123' description: The underwriter's reference number for the quote quotedLineSize: type: string example: '15' description: The quoted line percentage conditions: type: string example: Line To Stand description: Any subjectivities or conditions that the underwriter requires when writing a line on this contract indicatedStamps: type: array items: type: string example: Lloyds Syndicate 1256 description: The stamp that the underwriter is considering using when writing the line '401': $ref: '#/paths/~1api~1risks~1save/post/responses/401' /api/risks/{riskID}/saveQuoteDetails: post: summary: Edit and Save Quote Details - Underwriter Only description: Can edit the quote reference, any subjectivites/line conditions, notes, and the quote''s validity period, as well as indicate line stamps to use when writing and/or add button stamps tags: - Risks parameters: - in: path name: riskID schema: type: string example: ICB2906C80-AC59-4B3A-B4AC-643E340D5B30::MUD10D799A-7AEB-4F84-A4D9-9FDA73D057DE::UQ required: true description: The unique ID of the quote in preparation, starting IC and having parts delimited by ::, ending with UQ# where '#' is 1,2,3 etc requestBody: description: Payload only needs to be complete if you want to edit every detail, otherwise remove irrelvant fields required: true content: application/json: schema: properties: reference: type: string description: Quote Reference example: '121232131' conditions: type: string description: Subjectivites/ Line Conditions example: Line To Stand notes: type: string description: Notes example: Prefer to be leader validityPeriod: type: number description: Validity period in days example: 12 indicatedStamps: type: array description: Indication of the full stamp likely to be used when writing a line items: type: string example: Lloyds 1234 buttonStampDetails: type: object description: Button stamp details properties: stampID: type: string description: ID of the Button Stamp example: BTN-BAB19551-5557-4E6B-888B-E3B1B6A0E982 showOnEditedHeadings: type: boolean example: false quotedLineSize: type: string description: Quoted line percentage example: '12' responses: '200': description: successfully saved quote details content: application/json: schema: type: object properties: msg: type: string description: A message indicating success example: Successfully updated quote details. /api/risks/{riskID}/createBindableQuote: post: summary: Creates a Bindable Quote - Broker Only description: Bindable Quotes can be created from a risk at either the Draft or Quoted stage tags: - Risks parameters: - in: path name: riskID schema: type: string required: true description: The unique ID of the source risk document, starting IC example: IC63D86D53-3B1F-459F-9D35-5C2D4F0E4854 requestBody: description: Please add an empty payload of {} required: true content: application/json: schema: type: object description: Empty Payload responses: '200': description: Successfully created a bindable quote content: application/json: schema: type: object properties: msg: type: string example: Created bindable quote from IC576DEFEE-7046-4E3A-B18E-2F69638E9939::MU999AF919-3FDB-49F2-B4C5-D42614B02E70::UQ1 description: A message indicating success /api/risks/{riskID}/selfApproveSecondApproval: post: summary: Self-approve one of your contracts flagged for internal review. NOTE You must have the 'Self Approver' role enabled for this API call to work. tags: - Risks parameters: - in: path name: riskID schema: type: string required: true description: The unique ID of the risk, starting IC and having parts delimited by '::' example: IC213DA609-D6B5-4A05-86B8-3FD91E861F57::FO requestBody: content: application/json: schema: type: object properties: notes: type: string description: Any notes you want to include in the record of the approval example: Approved responses: '200': description: Successfully self-approved content: application/json: schema: type: object properties: msg: type: string description: message describing success example: Successfully self-approved /api/risks/{riskID}/duplicateDraft: post: summary: Duplicate an existing draft contract under the same risk overview - Broker Only description: This endpoint requires the ID of the draft to duplicate as well as an empty {} payload. tags: - Risks parameters: - in: path name: riskID schema: type: string required: true description: The unique ID of the draft example: IC63D86D53-3B1F-459F-9D35-5C2D4F0E4854 requestBody: description: Please add an empty payload of {} required: true content: application/json: schema: type: object description: Empty Payload responses: '200': description: successfully duplicated draft content: application/json: schema: type: object properties: msg: type: string example: Created copy of Draft to Placing description: A message indicating success /api/risks/{riskID}/changeHeadings: post: summary: Delete contract headings from a risk. description: To delete one or more contract headings, use the Delete array in the request and leave the Insert and Modify arrays blank. Please note that certain headings, such as UMR, cannot be deleted. tags: - Risks parameters: - in: path name: riskID schema: type: string required: true description: The unique ID of the risk, starting IC and having parts delimited by '::' example: IC213DA609-D6B5-4A05-86B8-3FD91E861F57::FO requestBody: content: application/json: schema: type: object properties: insert: type: array items: type: string description: Leave blank delete: type: array description: The index numbers of the headings to be deleted. items: type: number example: 5 modify: type: array description: Leave blank items: type: string _rev: type: string description: The current revision number of the risk example: 1-da1ae8df074c21794643c87c4fda38f responses: '200': description: OK content: application/json: example: provenance: dataHash: 0aafa0694cc205cd9f6c6c214f2fa60290aec52a25a16298d4401979d25a6e34 userID: MU9FCFC64E-7694-420A-BE61-2ABEDB3E8F52 provHash: a0364567216c7041bcda197d50a49504ad4b75098c05e2c4bf8452f3e1e4f46f system: LaVAPI writtenAt: '2023-09-22 13:20:38' version: 2023-09-21@19:07:10 updatedAt: '2023-09-22 13:20:38' createdAt: '2023-05-05 11:38:23' type: RWPlacing _rev: 2-469f0a5e1c1817de973f7c84430f49eb control: insuredName: Acme Widgets Inc umr: B123123123123 placementType: FullContract createdInVersion: 21100 originalDocID: '' placingBrokerChannel: akhil_ALL isFacility: false status: NotFinalised insuranceType: Insurance placingBroker: AKHIL All Risks shownToUnderwriter: '' limitSummary: USD 100,000,000 contractType: Cyber Insurance proposedEndorsementFollowers: {} channels: - akhil_ALL _id: IC97799647-4496-4760-B594-02AC726B0D7E accountDocID: null MRCContract: lineItems: - fragments: [] originalHeading: 'RISK DETAILS ' nameVariation: NonMRCHeading mrcSection: RiskDetails placeholders: [] elements: [] originalSection: self index: 0 subItems: [] mrcHeading: NonMRCHeading - subItems: [] originalHeading: UMR elements: - index: 0 text: B123123123123 mrcHeading: UMR fragments: [] originalSection: '' nameVariation: UMR placeholders: [] mrcSection: RiskDetails index: 1 - nameVariation: Company originalHeading: COMPANY subItems: [] elements: - index: 0 text: Swagger Simple Save Example mrcHeading: Insured locked: false fragments: [] originalSection: '' placeholders: [] tagPages: - title: '' sectionIDs: [] pageID: 9763BF50-3F8A-40B2-A2A8-6C20E709B2DB index: 2 mrcSection: RiskDetails - subItems: [] originalHeading: ADDRESS elements: - index: 0 text: 11 Amelia Earhart Way, Rongotai, Wellington 6003, New Zealand mrcHeading: PrincipalAddress fragments: [] nameVariation: Address placeholders: [] originalSection: '' mrcSection: RiskDetails index: 3 - mrcHeading: Period originalHeading: PERIOD nameVariation: Period locked: false mrcSection: RiskDetails placeholders: - value: 31 August 2021 originalValue: 31 August 2021 name: DefinedData0 phType: Date tags: - Page:17D6A8C3-4C32-4E5D-AD1D-0A7321C66535 - Inception_Date - value: 31 August 2022 originalValue: 31 August 2022 name: DefinedData1 phType: Date tags: - Page:17D6A8C3-4C32-4E5D-AD1D-0A7321C66535 - Expiry_Date - value: 12.01 a.m. originalValue: 12.01 a.m. name: DefinedData2 phType: DefinedData tags: - Page:17D6A8C3-4C32-4E5D-AD1D-0A7321C66535 - Inception_Time - Expiry_Time - value: Local Standard Time originalValue: Local Standard Time name: DefinedData3 phType: DefinedData tags: - Page:17D6A8C3-4C32-4E5D-AD1D-0A7321C66535 - Time_Qualifier index: 4 elements: - index: 0 text: 'From: [[DefinedData0]]' - index: 1 text: 'To: [[DefinedData1]]' - index: 2 text: Both days at [[DefinedData2]] [[DefinedData3]] at the location of the property insured. originalSection: '' subItems: [] tagPages: - title: '' sectionIDs: [] pageID: 17D6A8C3-4C32-4E5D-AD1D-0A7321C66535 fragments: [] - originalHeading: TYPE mrcHeading: ContractType nameVariation: ContractType mrcSection: RiskDetails placeholders: [] index: 5 elements: - index: 0 text: Aviation Hull and Liability Insurance originalSection: '' subItems: [] fragments: [] - mrcHeading: LimitOfLiability fragments: [] nameVariation: LimitsOfLiability locked: false mrcSection: RiskDetails placeholders: - value: USD 100,000,000 originalValue: USD 100,000,000 name: Amount1 phType: Amount elements: - index: 0 text: '[[Amount1]] each and every loss sdfsdf' index: 6 tagPages: - title: '' sectionIDs: [] pageID: 0EA4F5E0-05D5-4B74-B5B0-2CF56B0AD774 subItems: [] originalSection: '' originalHeading: LIMITS OF LIABILITY - originalHeading: PREMIUM fragments: [] nameVariation: Premium locked: false mrcSection: RiskDetails placeholders: - value: 100% originalValue: 100% name: Percentage1 phType: Percentage - value: USD 5,500,000 originalValue: USD 5,500,000 name: DefinedData0 phType: Amount tags: - Page:6A45CE72-A1D1-4270-B767-0DDAF5FF0735 - Premium_Amount - value: annual originalValue: annual name: DefinedData1 phType: DefinedData tags: - Page:6A45CE72-A1D1-4270-B767-0DDAF5FF0735 - Premium_Period_Qualifier elements: - index: 0 text: ' [[DefinedData0]] ([[Percentage1]]) [[DefinedData1]]' tagPages: - pageID: 6A45CE72-A1D1-4270-B767-0DDAF5FF0735 sectionIDs: [] title: '' originalSection: '' subItems: [] index: 7 mrcHeading: Premium - fragments: [] originalHeading: 'INFORMATION ' nameVariation: NonMRCHeading mrcSection: Information placeholders: [] elements: [] originalSection: self index: 8 subItems: [] mrcHeading: NonMRCHeading - originalHeading: INFORMATION mrcHeading: Information nameVariation: Information locked: false mrcSection: Information placeholders: [] elements: - index: 0 text: '' index: 9 tagPages: - pageID: F479C70D-2059-417F-98F6-64F9F041BD37 sectionIDs: [] title: '' subItems: [] originalSection: '' fragments: [] - fragments: [] mrcHeading: NonMRCHeading nameVariation: NonMRCHeading mrcSection: SecurityDetails placeholders: [] index: 15 originalSection: self elements: [] subItems: [] originalHeading: 'SECURITY DETAILS ' - originalHeading: WRITTEN LINES mrcHeading: InsurersWrittenLine nameVariation: InsurersWrittenLine mrcSection: SecurityDetails placeholders: [] index: 16 originalSection: '' elements: - index: 0 text: In a co-insurance placement, following (re)insurers may, but are not obliged to, follow the premium charged by the lead (re)insurer. - index: 1 text: (Re)insurers may not seek to guarantee for themselves terms as favourable as those which others subsequently achieve during the placement. subItems: [] fragments: [] - originalHeading: 'SUBSCRIPTION AGREEMENT ' fragments: [] nameVariation: NonMRCHeading mrcSection: SubscriptionAgreement placeholders: [] index: 10 originalSection: self elements: [] subItems: [] mrcHeading: NonMRCHeading - fragments: [] mrcHeading: SlipLeader nameVariation: SlipLeader mrcSection: SubscriptionAgreement placeholders: [] index: 11 originalSection: '' elements: - index: 0 text: The Slip Leader is ENTER SLIP LEADER subItems: [] originalHeading: SLIP LEADER - originalHeading: BUREAU(X) LEADER(S) fragments: [] nameVariation: BureauLeader mrcSection: SubscriptionAgreement placeholders: [] index: 12 originalSection: '' elements: - index: 0 text: The Bureau(x) Leader(s) (where applicable) is AAA NNN subItems: [] mrcHeading: BureauLeader - fragments: [] originalHeading: 'FISCAL AND REGULATORY ' nameVariation: NonMRCHeading mrcSection: FiscalAndRegulatory placeholders: [] elements: [] index: 13 originalSection: self subItems: [] mrcHeading: NonMRCHeading - fragments: [] mrcHeading: NonMRCHeading nameVariation: NonMRCHeading mrcSection: BrokerRemunerationAndDeductions placeholders: [] index: 14 originalSection: self elements: [] subItems: [] originalHeading: 'BROKER REMUNERATION AND DEDUCTIONS ' /api/risks/{riskID}/declineFirmOrder: post: summary: Declines a firm order - Underwriter Only description: An underwriter may only decline a firm order before adding a written line. tags: - Risks parameters: - in: path name: riskID schema: type: string required: true description: The full unique ID of the firm order, ending in ::FO::{companyId}::{teamId}. Please make sure that the companyId and teamId are correct and relevant for the team you are declining for, as a broker may send a firm order on the same contract to multiple teams and/or Whitespace corporate accounts at your organisation. example: ICEB90F9F2-7B58-41FD-9160-528350E53EFE::FO::TOMYUNDERWRITING::ALL requestBody: description: Payload depends on the type of the contract and whether it is sectioned. See below for examples. required: true content: application/json: examples: Open Market/Facility: description: Open Market or Facility value: - {} Declaration: description: Declaration value: - associatedFacilityID: facilityID: ICE82100B0-2D8B-4DD5-883E-B3D2AC98DA81 Sectioned Open Market/Facility: description: Sectioned Open Market or Facility value: - sectionID: '1' Sectioned Declaration: description: Sectioned Declaration value: - sectionID: '1' associatedFacilityID: facilityID: ICE82100B0-2D8B-4DD5-883E-B3D2AC98DA81 schema: type: array items: type: object example: {} responses: '200': description: succesfully declined Firm Order content: application/json: example: - rev: 1-f1363da19c65a9928ecce76a74a63bb8 id: ICEB90F9F2-7B58-41FD-9160-528350E53EFE::FO::TOMYUNDERWRITING::ALL::ARCH::2E365330-46EB-4841-9ECC-431474D2BE8A - rev: 1-835f0c80fe9b8705f956a73a8d058320 id: ICEB90F9F2-7B58-41FD-9160-528350E53EFE::FO::TOMYUNDERWRITING::ALL::ACTI::5E35C3E8-2D61-4BB9-BD84-0A09723E87F1 - rev: 2-8d65daf913586207660d2570ee587970 id: ICEB90F9F2-7B58-41FD-9160-528350E53EFE::FO::TOMYUNDERWRITING::ALL::LGUS - rev: 3-b376e2514217166c2ae6de972d603db8 id: ICEB90F9F2-7B58-41FD-9160-528350E53EFE::FO::TOMYUNDERWRITING::ALL - rev: 1-335ee730cde9c14ab513ebdbf9e4a733 id: ICEB90F9F2-7B58-41FD-9160-528350E53EFE::FOD::TOMYUNDERWRITING::ALL /api/risks/{riskID}/withdrawFirmOrder: post: summary: Withdraw a firm order from an underwriter - Broker Only description: Retract a request for a written line. A firm order can only be withdrawn before the underwriter writes a line. tags: - Risks parameters: - in: path name: riskID schema: type: string required: true description: The unique ID of the firm order, starting with 'IC' and ending in '::FO' example: ICEB90F9F2-7B58-41FD-9160-528350E53EFE::FO requestBody: description: The payload required varies by contract type and whether it is sectioned. See below for examples. required: true content: application/json: examples: Open Market/Facility: description: Unsectioned Open Market or Facility Agreement value: - channel: tomyunderwriting_ALL Sectioned Open Market/Facility: description: Sectioned Open Market or Facility Agreement value: - channel: tomyunderwriting_ALL sectionID: '1' Declaration: description: Unsectioned Declaration value: - channel: tomyunderwriting_ALL associatedFacilityID: facilityID: ICE82100B0-2D8B-4DD5-883E-B3D2AC98DA81 Sectioned Declaration: description: Sectioned Declaration value: - channel: tomyunderwriting_ALL associatedFacilityID: facilityID: ICE82100B0-2D8B-4DD5-883E-B3D2AC98DA81 sectionID: '1' schema: type: array items: type: object properties: channel: type: string responses: '200': description: successfully withdrew Firm Order content: application/json: example: - rev: 1-f1363da19c65a9928ecce76a74a63bb8 id: ICEB90F9F2-7B58-41FD-9160-528350E53EFE::FO::TOMYUNDERWRITING::ALL::ARCH::2E365330-46EB-4841-9ECC-431474D2BE8A - rev: 1-835f0c80fe9b8705f956a73a8d058320 id: ICEB90F9F2-7B58-41FD-9160-528350E53EFE::FO::TOMYUNDERWRITING::ALL::ACTI::5E35C3E8-2D61-4BB9-BD84-0A09723E87F1 - rev: 2-8d65daf913586207660d2570ee587970 id: ICEB90F9F2-7B58-41FD-9160-528350E53EFE::FO::TOMYUNDERWRITING::ALL::LGUS - rev: 3-b376e2514217166c2ae6de972d603db8 id: ICEB90F9F2-7B58-41FD-9160-528350E53EFE::FO::TOMYUNDERWRITING::ALL - rev: 1-335ee730cde9c14ab513ebdbf9e4a733 id: ICEB90F9F2-7B58-41FD-9160-528350E53EFE::FOD::TOMYUNDERWRITING::ALL /api/risks/{riskID}/saveVerticalLines: post: tags: - Risks summary: Sets the vertical terms for a specific heading on a risk. This operation can only be performed on contracts at the firm order or bindable quote stages - Broker Only parameters: - in: path name: riskID required: true schema: type: string description: The unique ID of the risk, starting IC and having parts delimited by '::' example: IC213DA609-D6B5-4A05-86B8-3FD91E861F57::FO requestBody: description: Data specifying the vertical terms required: true content: application/json: examples: Insured - a simple case: description: A simple case of adding three vertical terms for the Insured heading with no tagged data value: verticalLines: - elements: - text: Acme Inc index: 0 placeholders: [] attributes: locked: false - elements: - text: Dalston Airways index: 0 placeholders: [] attributes: locked: false - elements: - text: Test Company index: 0 placeholders: [] attributes: locked: false initialLineIndex: 9 _rev: 8-d3238cf5840b5a334e53062cbaa06b1b Premium - Defined Data: description: A more complicated case involving Defined Data tags value: verticalLines: - elements: - text: '[[DefinedData0]]' index: 0 placeholders: - name: DefinedData0 value: GBP 10,500,000 phType: Amount tags: - Page:9FA04CFC-EE83-45F5-BD50-9581A63DE206 - Premium_Amount tagPages: - sectionIDs: [] title: '' pageID: 9FA04CFC-EE83-45F5-BD50-9581A63DE206 attributes: locked: false - elements: - text: '[[DefinedData0]]' index: 0 placeholders: - name: DefinedData0 value: GBP 13,500,000 phType: Amount tags: - Page:9FA04CFC-EE83-45F5-BD50-9581A63DE206 - Premium_Amount tagPages: - sectionIDs: [] title: '' pageID: 9FA04CFC-EE83-45F5-BD50-9581A63DE206 attributes: locked: false - elements: - text: '[[DefinedData0]]' index: 0 placeholders: - name: DefinedData0 value: GBP 15,000,000 phType: Amount tags: - Page:9FA04CFC-EE83-45F5-BD50-9581A63DE206 - Premium_Amount tagPages: - sectionIDs: [] title: '' pageID: 9FA04CFC-EE83-45F5-BD50-9581A63DE206 attributes: locked: false initialLineIndex: 11 _rev: 1-74afa924b92ada72344dc7d1b219e0b4 schema: properties: _rev: type: string description: the current revision of the risk document example: 3-7984cfdf73dfca82ccd1178ec066b005 initialLineIndex: type: number description: the index number of the line item for the heading that is receiving vertical terms example: 6 verticalLines: type: array items: type: object properties: attributes: type: object properties: locked: type: boolean description: true if the item is to be locked, ie not editable by the underwriter example: false elements: type: array description: the text of the vertical terms items: $ref: '#/paths/~1api~1risks~1%7BriskID%7D~1editLineItem/post/requestBody/content/application~1json/schema/properties/elements/items' tagPages: type: array description: the data tag pages identifying the Defined Data sets associated with the terms. Can be empty items: $ref: '#/paths/~1api~1risks~1%7BriskID%7D~1editLineItem/post/requestBody/content/application~1json/schema/properties/tagPages/items' placeholders: type: array description: the data value placeholders used in the line item items: $ref: '#/paths/~1api~1risks~1%7BriskID%7D~1editLineItem/post/requestBody/content/application~1json/schema/properties/placeholders/items' responses: '200': description: successful response content: application/json: schema: $ref: '#/components/schemas/RWPlacing' '401': $ref: '#/paths/~1api~1risks~1save/post/responses/401' /api/risks/{riskID}/notTakeUpQuotation: post: tags: - Risks summary: Mark a quote recieved from an underwriter as NTU (Not Taken Up) - Broker Only parameters: - in: path name: riskID required: true schema: type: string description: The unique ID of the quote, starting IC and ending with '::UQ#', where example: IC13FD54AD-2DAA-49C2-A91C-E5DCEE3BFCE2::MU999AF919-3FDB-49F2-B4C5-D42614B02E70::UQ4 requestBody: description: POST an empty object required: true content: application/json: schema: type: object description: empty payload responses: '200': description: successful response content: application/json: schema: type: object properties: msg: example: doc with id IC13FD54AD-2DAA-49C2-A91C-E5DCEE3BFCE2::MU999AF919-3FDB-49F2-B4C5-D42614B02E70::UQ2 successfully not taken up '401': $ref: '#/paths/~1api~1risks~1save/post/responses/401' /api/risks/{riskID}/rollbackSigned: post: summary: Reverts a risk from signed to unsigned - Broker Only description: Removes the 'signed' status from the contract's written lines, reverting the contract back to the written firm order stage. No other changes are made. It is NOT possible to roll back the signed status of a facility agreement contract once a declaration has been shown to it. tags: - Risks parameters: - in: path name: riskID schema: type: string required: true description: The unique ID of the signed contract document, starting IC and ending in '::SIGNED' example: IC63D86D53-3B1F-459F-9D35-5C2D4F0E4854::SIGNED requestBody: description: Please add an empty payload of {} required: true content: application/json: schema: type: object description: Empty Payload responses: '200': description: successfully rolled back signed lines content: application/json: schema: type: object properties: msg: type: string example: Signed risk rolled back to Firm Order. description: A message indicating success /api/risks/{riskID}/createEndorsement: post: summary: Creates an endorsement - Broker Only description: Can only create an endorsement on a risk at the Signed or Firm Order stages. In the case of Firm Order, at least one line must have gone down. It is currently not possible to create Mid-Term Participant Change endorsements on risks with vertical terms. tags: - Risks parameters: - in: path name: riskID schema: type: string required: true description: The unique ID of the Firm Order/Signed Risk example: IC63D86D53-3B1F-459F-9D35-5C2D4F0E4854::SIGNED requestBody: required: true content: application/json: schema: type: object properties: number: type: number example: 1 description: The number of the endorsement you want to create. Cannot duplicate the number of an already-exisitng endorsement. type: type: string example: standard description: The type of endorsement - standard refers to a normal endorsement, mtpc refers to a Mid-Term Participant Change endorsement. enum: - standard - mtpc responses: '200': description: successfully created Endorsement content: application/json: schema: type: object properties: msg: type: string example: Created endorsement with docID ICE82100B0-2D8B-4DD5-883E-B3D2AC98DA81::SIGNED::EN2 docID: type: string example: ICE82100B0-2D8B-4DD5-883E-B3D2AC98DA81::SIGNED::EN2 description: the ID of the newly created Endorsement version: type: string example: '2.8' /api/risks/{riskID}/deleteDraft: post: summary: Deletes a Draft Contract - Broker Only tags: - Risks parameters: - in: path name: riskID schema: type: string required: true description: The unique ID of the Draft. example: IC63D86D53-3B1F-459F-9D35-5C2D4F0E4854 requestBody: description: Please add an empty object of {} required: true content: application/json: schema: type: object description: Empty Payload responses: '200': description: successfully deleted draft content: application/json: schema: type: object properties: msg: type: string example: Draft Deleted description: A message indicating success /api/risks/{riskID}/applyTemplate: post: tags: - Risks summary: Merge the data from a risk with the text, data and other material from a template, preserving all the risk''s data while replacing all its other content - Broker Only description: You need the ID and current revision number of both the risk and the template you are trying to merge. You can fetch the revision number of a risk with /risks/{riskID} and check the ._rev field. Can only be done on a risk stage that has not been shown to underwriters. parameters: - in: path name: riskID schema: type: string required: true description: The unique ID of the risk example: IC213DA609-D6B5-4A05-86B8-3FD91E861F57 requestBody: content: application/json: schema: properties: templateID: type: string description: The unique ID of the template example: IC4E211C90-FA0D-4B87-83CD-7F35CC443D9C contractRev: type: string description: Revision of the contract example: 2-779b4a910939f5f5fb2196edc7aa854a templateRev: type: string description: Revision of the template example: 6-4ace697891baf963c4ccc5961623e292 responses: '200': description: successful response content: application/json: schema: properties: rev: description: Revision of the new risk example: 10-849b76541bfc6683d15208ea4ebe43c5 type: string ok: type: boolean example: true id: type: string example: IC9326FED7-A802-4C86-B625-6E078470CA83 description: ID of the merged risk '401': $ref: '#/paths/~1api~1risks~1save/post/responses/401' /api/risks/{riskID}/rejectWrittenLine/{writtenLineSetID}: post: tags: - Risks summary: Reject an underwriter''s line written with Line Conditions or Subjectivities - Broker Only description: You need to provide the ID of the Firm Order as well the ID of the underwriter''s line (RWWrittenLineSet ID). This can be fetched from /combinedSets, /getExtendedRisk parameters: - in: path name: riskID schema: type: string required: true description: The unique ID of the Firm Order example: IC213DA609-D6B5-4A05-86B8-3FD91E861F57::FO - in: path name: writtenLineSetID schema: type: string required: true description: The unique ID of the RWWrittenLineSet which can be retrieved from /combinedSets example: IC8BEBB532-E007-453C-9A6F-EC227AEF6B85::FO::TOMYUNDERWRITING::ALL::WRLS requestBody: content: application/json: schema: type: object responses: '200': description: successful response content: application/json: schema: properties: msg: description: A msg indicating success example: Successfully rejected line type: string '401': $ref: '#/paths/~1api~1risks~1save/post/responses/401' /api/risks/{riskID}/acceptWrittenLine/{writtenLineSetID}: post: tags: - Risks summary: Accepts an underwriter''s line with Line Conditions or Subjectivities - Broker Only description: You need to provide the ID of the Firm Order as well the ID of the underwriter''s line (RWWrittenLineSet ID). This can be fetched from /combinedSets, /getExtendedRisk. parameters: - in: path name: riskID schema: type: string required: true description: The unique ID of the Firm Order example: IC213DA609-D6B5-4A05-86B8-3FD91E861F57::FO - in: path name: writtenLineSetID schema: type: string required: true description: The unique ID of the RWWrittenLineSet which can be retrieved from /combinedSets example: IC8BEBB532-E007-453C-9A6F-EC227AEF6B85::FO::TOMYUNDERWRITING::ALL::WRLS requestBody: content: application/json: schema: type: object description: Empty Payload responses: '200': description: successful response content: application/json: schema: properties: msg: description: A msg indicating success example: Successfully accepted line type: string '401': $ref: '#/paths/~1api~1risks~1save/post/responses/401' /api/risks/{riskID}/createContractCorrection: post: summary: Create a Contract Correction - Broker Only description: A Contract Correction can only be started at the Signed stage or at Firm Order if at least one written line is present and no line requests are outstanding. Other outstanding Actions will prevent correction, including (but not limited to) a line written with a subjectivity response that has not been agreed/rejected, an incomplete endorsement, an outstanding line removal request, and other unresolved contract-altering issues. tags: - Risks parameters: - in: path name: riskID schema: type: string required: true description: The unique ID of the Firm Order or Signed Risk example: IC63D86D53-3B1F-459F-9D35-5C2D4F0E4854::FO requestBody: description: Please add an empty object of {} required: true content: application/json: schema: type: object description: Empty Payload responses: '200': description: successful response content: application/json: schema: type: object properties: msg: type: string example: Contract Correction Created description: A message indicating success /api/risks/{riskID}/contractAttributes: post: tags: - Risks summary: Edit an attribute of the entire contract. Currently limited to text-locking options - Broker Only description:You can use this call to record a line for an off-platform company on 'FullContracts' OR for an off-platform team of a live company on an off-platform contract.
You can use an existing stamp or, for an off-platform carrier, create a new stamp yourself. If you want to use an existing stamp for an off-platform carrier, you can grab the list of existing stamps by calling /documents/{docID}, where docID in this case is Extra-{companyId}.
Always set saveStamps as False.
There are number of stamp types you can choose but for now via API we are only allowing nonBureau stamps. See example below
parameters: - in: path name: riskID schema: type: string required: true description: The unique ID of the Firm Order or Bindable Quote example: IC213DA609-D6B5-4A05-86B8-3FD91E861F57::FO requestBody: content: application/json: examples: Non Bureau Stamp: description: Non-bureau stamp value: _rev: 2-e61bf2c6aa5ff799b4e4e17b57c003ee items: - lines: - sectionIDs: [] impressions: - references: - reference: AFFFFF riskCodes: '' writtenPercentage: '12' stampID: '' bureauMarket: '' businessUnit: Non Bureau MGA Example bureauMarketCode: '' bureauSubMarket: '' stampType: other shortName: Non Bureau 5123 category: NonBureauMGA splitStampData: - code: '61232131' pseudonym: '' coverholder: false conditions: lineConditions: [] subjectivities: [] leadUnderwriter: false writtenDate: 1748003486 uwrChannel: offlineberkshirehathaway_ALL saveStamps: true schema: type: object properties: _rev: type: string example: 2-7066db9d64dbbe1dbf2a531bd33bf631 items: type: array items: type: object properties: lines: type: array items: type: object properties: sectionIDs: type: array items: type: string example: 1 impressions: type: array items: type: object properties: references: type: array items: type: object properties: reference: type: string example: DSFSDFSDF riskCodes: type: string example: '' writtenPercentage: type: string example: '100' stampID: type: string example: ST610A6AE7-A17F-47DE-9894-42B16B843733 bureauMarket: type: string example: Lloyd''s businessUnit: type: string example: Lloyd''s Underwriter Syndicate No. 6543 BLE bureauMarketCode: type: string example: '6543' bureauSubMarket: type: string example: '' stampType: type: string example: lloyds shortName: type: string example: '' mirrorStampsData: type: array items: type: object properties: references: type: array items: type: string example: FSDFSDF businessUnit: type: string example: Blenheim Underwriting Limited bureauMarket: type: string example: XIS bureauMarketCode: type: string example: B1234 bureauSubMarket: type: string example: '' stampID: type: string example: ST4F172B8C-4860-49A3-B140-A17B804D220A stampType: type: string example: other shortName: type: string example: '' mirrorStampCustomDescription: type: string example: Custom conditions: type: object properties: lineConditions: type: array items: {} description: details of any line conditions subjectivities: type: array items: {} description: details of any no deadline subjectivities leadUnderwriter: type: boolean description: are they the lead underwriter or not writtenDate: type: integer example: 1747654790 description: Date in unix epoch time uwrChannel: type: string example: offlineblenheimsyndicate_ALL saveStamps: type: boolean description: Choose whether to save a stamp. Only works for off-platform entities. responses: '200': content: application/json: schema: type: object properties: msg: type: string /api/risks/{riskID}/forwardAsQuoteRequest: post: summary: Forwards a quote as a new quote request - Broker Only tags: - Risks parameters: - in: path name: riskID schema: type: string required: true description: The ID of the quote to forward. The POST payload has several optional parameters -- 'userId' specifies the uniqueID of a specific user to show the draft to, 'messages' includes a broker''s message with the contract, and 'attachments' identifies attachments to share with the request. example: ICD57AF686-6EB7-4D6B-A43A-5978F2C2681F::MU999AF919-3FDB-49F2-B4C5-D42614B02E70::UQ1 requestBody: content: application/json: schema: type: object properties: teamId: type: string description: The carrier team to send the quote request to. All uppercase, no spaces example: MARINEHULL companyId: type: string description: The carrier company to send the quote request to. All uppercase, no spaces example: WHITECLIFFS userId: type: string description: Optional -- include the MU identifier of an individual underwriter to send the quote request to them specifically example: MUD10D799A-7AEB-4F84-A4D9-9FDA73D057DE facilityID: type: string description: Required if the risk is a declaration. Specifies the facility agreement that the quote request is being shown under. example: ICCDA7C650-47DB-40E5-B8C0-588867E6BB6D messages: type: array description: Optional -- include to send an accompanying broker''s message items: type: object properties: channel: type: string description: The receipient''s channel ID example: whitecliffs_MARINEHULL elements: type: array items: type: object properties: text: type: string example: Please agree description: The body of the message index: type: integer example: 0 greeting: type: string example: Hello description: The header text of the message closing: type: string example: Best regards description: The footer text of the message attachments: type: array description: Optional -- include to specify the attachment/s to share along with the quote request items: type: object properties: attachID: type: string example: A-77C8A342-DCDA-410B-9292-B3CD3105FC10 description: The ID of the attachment docID: type: string example: IC2B5E02ED-FF47-4BB6-98F5-8C85F1E052B5::ATCH::A-77C8A342-DCDA-410B-9292-B3CD3105FC10 description: The unique ID of the attachment document channels: type: array items: type: string example: whitecliffs_MARINEHULL description: The channel of the recipient to share the attachment with responses: '200': description: successfully forwarded the quote request content: application/json: schema: type: object properties: msg: type: string example: Forwarded /api/risks/{riskID}/setEndorsementFollowerRoles: post: tags: - Risks summary: Set the roles of carriers on a Endorsement - Broker Only description: A role assigned to a carrier cannot be changed once they have been shown the endorsement. Only carriers who have added a line on the firm order can be assigned a role, but all those carriers must have a role assigned. parameters: - in: path name: riskID schema: type: string required: true description: The unique ID of the Endorsement example: IC213DA609-D6B5-4A05-86B8-3FD91E861F57::SIGNED::EN1 requestBody: content: application/json: schema: type: array items: type: object properties: channel: type: string example: whitesails_MARINE description: the channel of the carrier type: type: string description: the role to assign example: leader enum: - leader - agreementParty - doesNotApply - notifyParty - nonNotifyParty responses: '200': description: successful response content: application/json: schema: type: array items: type: object properties: rev: type: string description: the new revision of the document that was updated example: 5-79fc84132c7b0d9df26daecc84c21de9 id: type: string description: the id of the document that was updated example: IC6FD42DF7-989A-4AB4-8638-1EB5870E70CD::SIGNED::EN3::ENF::offlineallianzglobal_ALL /api/risks/{riskID}/setEndorsementFollowerTemplate: post: tags: - Risks summary: Set the agreement template for an endorsement - Broker Only description: Choose between GUA - Marine (GUAStampA), GUA - Non Marine (GUAStampB), AVS100B - Aviation (AVS100B) and non-GUA (NonGUA). Can only be set once the Endorsement has been assigned a Leader. parameters: - in: path name: riskID schema: type: string required: true description: The unique ID of the endorsement example: IC213DA609-D6B5-4A05-86B8-3FD91E861F57::SIGNED::EN1 requestBody: content: application/json: schema: type: object properties: channel: type: string example: whitesails_MARINE description: the channel of the leader template: type: string description: the type of agreement template for the endorsement example: GUAStampA enum: - GUAStampA - GUAStampB - AVS100B - NonGUA responses: '200': description: successful response content: application/json: schema: type: object properties: endorsementDocID: type: string example: ICC158D6C8-C9E7-4E2C-BAD2-3AA77781CF13::FO::EN4 provenance: type: object properties: version: type: string example: 2025-05-22@11:41:11 dataHash: type: string example: 392ccf6c3b8bcba72027b4fbb0882aab74579063a9132b269803fa612f4c14ab provHash: type: string example: 54c906ca1b32c13e33224580e562b20752576a1becaa97df48d21a396ebdfa34 system: type: string example: LaVAPI writtenAt: type: string example: '2025-05-23 08:50:29' userID: type: string example: MU9FCFC64E-7694-420A-BE61-2ABEDB3E8F52 updatedAt: type: string example: '2025-05-23 08:50:29' _rev: type: string example: 9-ff211010ac83c76c5f76b31b2f87a3e6 createdAt: type: string example: '2024-06-11 11:11:46' version: type: integer example: 21700 template: type: string example: GUAStampB uwrChannel: type: string example: offlinearielrebda_ALL channels: type: array items: type: string example: - akhil_ALL - offlinearielrebda_ALL type: type: string example: RWEndorsementFollower _id: type: string example: ICC158D6C8-C9E7-4E2C-BAD2-3AA77781CF13::FO::EN4::ENF::offlinearielrebda_ALL followerType: type: string example: unchosen '401': $ref: '#/paths/~1api~1risks~1save/post/responses/401' /api/risks/{riskID}/completeEndorsement: post: tags: - Risks summary: Complete a Endorsement and bind any notify parties to it - Broker Only description: This endpoint can only be used once the Leader and any agreement parties on the endorsement (if they exist) have agreed to it. The normal payload accompanying the endorsement ID is just a blank object, but it can be used to share attachments with notify parties. parameters: - in: path name: riskID schema: type: string required: true description: The unique ID of the Endorsement example: IC213DA609-D6B5-4A05-86B8-3FD91E861F57::SIGNED::EN1 requestBody: content: application/json: schema: type: object properties: attachments: type: array items: type: object properties: docID: type: string example: IC6FD42DF7-989A-4AB4-8638-1EB5870E70CD::ATCH::A-68FDB77D-B32B-40CB-A6CC-258544DB0502 description: the docID of the attachment attachID: type: string description: the attachmentID of the attachment example: A-68FDB77D-B32B-40CB-A6CC-258544DB0502 channels: type: array description: the channels of the notify parties to share the attachment with items: type: string example: whitesails_ALL responses: '200': description: successfully completed Endorsement content: application/json: schema: type: object properties: msg: type: string example: Endorsement Completed description: a message indicating success /api/sections/{rootID}/save: post: summary: Saves an array of section identifiers for the risk - Broker Only description: Called by the broker in specifying the sections that apply. Note that the data can be fetched via /api/documents/$RootID::MS or alongside other data via /api/overview/$RootID tags: - Sections parameters: - in: path name: rootID schema: type: string required: true description: The first part of the riskID, starting IC and stopping before any '::' delimiters example: IC213DA609-D6B5-4A05-86B8-3FD91E861F57 requestBody: description: JMRC object required: true content: application/json: schema: type: array items: type: object properties: index: type: number example: 2 description: index, starting at 1, to set the order of the sections multiSectionId: type: string example: '2' description: numeric title for the section, for when space is short multiSectionName: type: string example: Cargo description: textual title for the section examples: normal: value: - index: 1 multiSectionId: '1' multiSectionName: Hull - index: 2 multiSectionId: '2' multiSectionName: Cargo - index: 3 multiSectionId: '3' multiSectionName: Liability responses: '200': description: Successful response contains document id and revision content: application/json: schema: type: array items: type: object properties: id: type: string description: the document ID for the section document, being $RootID::MS example: IC213DA609-D6B5-4A05-86B8-3FD91E861F57::MS rev: type: string description: the revision for the section document example: 1-98bbeb9b566269e39f14a2f59bc489c2 ok: type: boolean description: true if the data was saved example: true /api/shared/corporate: get: summary: List of all companies operating on the platform, with teams and users description:Note that the users' email addresses are removed for reasons of data protection.
This list can be loaded and cached for reference purposes, with a periodic refresh.
tags: - Shared responses: '200': description: array of Company objects content: application/json: schema: type: array items: $ref: '#/components/schemas/CorporateDetail' /api/shared/compressedCorporate: get: summary: Returns the full list of corporate data in a compressed format description:Please note that to perform the compression, the API call requires the Accept-Encoding header with the value 'deflate'.
This list can be loaded and cached for reference purposes, with a periodic refresh.
tags: - Shared parameters: - name: Accept-Encoding in: header required: true schema: type: string enum: - deflate example: deflate responses: '200': description: Array of Company objects content: application/json: schema: type: array items: $ref: '#/components/schemas/CorporateDetail' /api/shared/corporate/memberStates: get: summary: List of values for the state of a member tags: - Shared responses: '200': description: reference array of values for a mamber's current state content: application/json: schema: type: array items: type: string example: - Draft - Live - Suspended - Digitiser - ReadOnly /api/summary: get: summary: returns batches of risk summaries description:This endpoint returns 60 risks at a time. Without parameters it will return the most recently changed risks. The last and from query string parameters enable calls to page through all risks.
tags: - Summary parameters: - in: query required: false name: last description: The rootID for the last document returned by the previous call example: IC467868DE-2E64-4828-913B-A5789191CF3B schema: type: string - in: query required: false name: from description: The date for the last document returned by the previous call example: 2021-11-22%2006:37:49 schema: type: string responses: '200': description: an array of RWRiskSummary objects content: application/json: examples: One: description: a full response across many risks value: - _id: RWRiskSummary::ICF4D673E7-43BF-4EC1-AFBF-E640A39C9223::whitesails_MARINE _rev: 1-52ff74b12576b09322cea096822717b6 actions: - uwFirmOrder:1640793869.0 docs: - channels: - gailbkr_ALL - whitesails_MARINE createdAt: '2021-12-29 16:04:29' createdInVersion: 20100 id: ICF4D673E7-43BF-4EC1-AFBF-E640A39C9223::FO::WHITESAILS::MARINE inceptionDate: 1564617600 insuredName: GM 29/12 001 isFacility: false lastModifiedBy: MU0A7E5E65-AF27-4615-A447-E2AB41B1CF61 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: gailbkr_ALL rev: 1-3f0a3f1de3b981e565b1c90b59c13f7f status: FirmOrder type: RWPlacing umr: B0999GM2912211559 updatedAt: '2021-12-29 16:04:29' - channels: - gailbkr_ALL - whitesails_MARINE empty: false id: ICF4D673E7-43BF-4EC1-AFBF-E640A39C9223::FO::WHITESAILS::MARINE::LGUS sections: - index: 2 leadUnderwriterChannel: sscarrier_ALL multiSectionId: '2' multiSectionName: '2: Liability' type: RWLineGuidanceSet - id: ICF4D673E7-43BF-4EC1-AFBF-E640A39C9223::OWN::WHITESAILS::MARINE ownerChannel: whitesails_MARINE ownerUserID: MUD84FE66A-077F-457C-B962-ABE7375907E8 type: RWRiskOwner updatedAt: '2021-12-29 16:04:30' filters: - ptype:FullContract - status:FirmOrderPending - umr:b0999gm2912211559 - name:001 - action:uwFirmOrder - name:29/12 001 - status:FirmOrder - owner:MUD84FE66A-077F-457C-B962-ABE7375907E8 - name:gm 29/12 001 - ctype:Open Market rootID: ICF4D673E7-43BF-4EC1-AFBF-E640A39C9223 updatedAt: '2021-12-29 16:04:30' - _id: RWRiskSummary::IC474C46AB-197A-4928-B352-9D04CB7A4319::whitesails_MARINE _rev: 5-b3aefdbc600a6ddf5be75fec217a1fea actions: [] docs: - channels: - whitesails_MARINE - gailbkr_ALL id: IC474C46AB-197A-4928-B352-9D04CB7A4319::CHAT::690E57A6-12DE-4B84-862E-19E126BCF931 rev: 1-96be7fb47fd41ce7a8bd1c4fe848303a sender: MUD84FE66A-077F-457C-B962-ABE7375907E8 type: RWComment updatedAt: '2021-12-29 15:47:25' - carriers: mcneillieuwr_ALL: - '60' id: IC474C46AB-197A-4928-B352-9D04CB7A4319::FO::MCNEILLIEUWR::ALL::SILS signed: - '60' type: RWSignedLineSet updatedAt: '2021-12-29 12:24:21' - carriers: sscarrier_ALL: - '70' id: IC474C46AB-197A-4928-B352-9D04CB7A4319::FO::SSCARRIER::ALL::SILS signed: - '70' type: RWSignedLineSet updatedAt: '2021-12-29 12:24:21' - carriers: sscarrier_ALL: - '70' id: IC474C46AB-197A-4928-B352-9D04CB7A4319::FO::SSCARRIER::ALL::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2021-12-29 12:18:43' written: - '70' - carriers: whitecliffs_PROPERTY: - '40' id: IC474C46AB-197A-4928-B352-9D04CB7A4319::FO::WHITECLIFFS::PROPERTY::SILS signed: - '40' type: RWSignedLineSet updatedAt: '2021-12-29 12:24:21' - channels: - gailbkr_ALL - whitesails_MARINE createdAt: '2021-12-29 12:12:23' createdInVersion: 20100 id: IC474C46AB-197A-4928-B352-9D04CB7A4319::FO::WHITESAILS::MARINE inceptionDate: 1370044800 insuredName: 'UI Example: Facility Sectioned - Signed' isFacility: true lastModifiedBy: MU0A7E5E65-AF27-4615-A447-E2AB41B1CF61 leadUnderwriterChannel: '' limitSummary: '' placementType: FullContract placingBrokerChannel: gailbkr_ALL rev: 1-4dd00b3d4321f7c947dcb53d778040e6 status: FirmOrder type: RWPlacing umr: B0999GM2912211209 updatedAt: '2021-12-29 12:12:23' - channels: - gailbkr_ALL - whitesails_MARINE empty: false id: IC474C46AB-197A-4928-B352-9D04CB7A4319::FO::WHITESAILS::MARINE::LGUS sections: - index: 2 leadUnderwriterChannel: sscarrier_ALL multiSectionId: '2' multiSectionName: '2: Facility Section: Liability' type: RWLineGuidanceSet - carriers: whitesails_MARINE: - '30' id: IC474C46AB-197A-4928-B352-9D04CB7A4319::FO::WHITESAILS::MARINE::SILS signed: - '30' type: RWSignedLineSet updatedAt: '2021-12-29 12:24:21' - carriers: whitesails_MARINE: - '30' id: IC474C46AB-197A-4928-B352-9D04CB7A4319::FO::WHITESAILS::MARINE::WRLS needsApproving: false type: RWWrittenLineSet updatedAt: '2021-12-29 12:22:30' written: - '30' - id: IC474C46AB-197A-4928-B352-9D04CB7A4319::OWN::WHITESAILS::MARINE ownerChannel: whitesails_MARINE ownerUserID: MUD84FE66A-077F-457C-B962-ABE7375907E8 type: RWRiskOwner updatedAt: '2021-12-29 12:12:23' - channels: - gailbkr_ALL - whitesails_MARINE createdAt: '2021-12-29 12:24:21' createdInVersion: 20100 id: IC474C46AB-197A-4928-B352-9D04CB7A4319::SIGNED::WHITESAILS::MARINE inceptionDate: 1370044800 insuredName: 'UI Example: Facility Sectioned - Signed' isFacility: true lastModifiedBy: MU0A7E5E65-AF27-4615-A447-E2AB41B1CF61 leadUnderwriterChannel: '' limitSummary: '' placementType: FullContract placingBrokerChannel: gailbkr_ALL rev: 1-c3b39ef9b2c613387a7c5e2e137aa131 status: Signed type: RWPlacing umr: B0999GM2912211209 updatedAt: '2021-12-29 12:24:21' filters: - owner:MUD84FE66A-077F-457C-B962-ABE7375907E8 - rcpt:MUD84FE66A-077F-457C-B962-ABE7375907E8:IC474C46AB-197A-4928-B352-9D04CB7A4319::CHAT::690E57A6-12DE-4B84-862E-19E126BCF931_rcpt_[[USER]]_rev_1-96be7fb47fd41ce7a8bd1c4fe848303a - name:signed - ptype:FullContract - 'name:example: facility sectioned - signed' - name:- signed - ctype:Facilities - name:sectioned - signed - umr:b0999gm2912211209 - 'name:ui example: facility sectioned - signed' - name:facility sectioned - signed - status:Signed rootID: IC474C46AB-197A-4928-B352-9D04CB7A4319 updatedAt: '2021-12-29 15:47:25' - _id: RWRiskSummary::ICC0C436F4-6B0A-4A3E-A277-1B376FE91B01::whitesails_MARINE _rev: 1-6bd7eb78107b9ea59698ddb421cd881a actions: - uwFirmOrder:1638955105.0 docs: - channels: - gailbkr_ALL - whitesails_MARINE createdAt: '2021-12-08 09:18:25' createdInVersion: 20100 id: ICC0C436F4-6B0A-4A3E-A277-1B376FE91B01::FO::WHITESAILS::MARINE inceptionDate: 1370044800 insuredName: GM01122101 isFacility: true lastModifiedBy: MU0A7E5E65-AF27-4615-A447-E2AB41B1CF61 leadUnderwriterChannel: '' limitSummary: '' placementType: FullContract placingBrokerChannel: gailbkr_ALL rev: 1-87e6890b871ee6c8c6055bf78af4fe66 status: FirmOrder type: RWPlacing umr: B0999ABC123456789 updatedAt: '2021-12-08 09:18:25' - channels: - gailbkr_ALL - whitesails_MARINE empty: false id: ICC0C436F4-6B0A-4A3E-A277-1B376FE91B01::FO::WHITESAILS::MARINE::LGUS sections: - index: 2 leadUnderwriterChannel: sscarrier_ALL multiSectionId: '2' multiSectionName: Liability Section type: RWLineGuidanceSet - id: ICC0C436F4-6B0A-4A3E-A277-1B376FE91B01::OWN::WHITESAILS::MARINE ownerChannel: whitesails_MARINE ownerUserID: MUD84FE66A-077F-457C-B962-ABE7375907E8 type: RWRiskOwner updatedAt: '2021-12-08 09:18:25' filters: - status:FirmOrderPending - owner:MUD84FE66A-077F-457C-B962-ABE7375907E8 - umr:b0999abc123456789 - ctype:Facilities - action:uwFirmOrder - status:FirmOrder - ptype:FullContract - name:gm01122101 rootID: ICC0C436F4-6B0A-4A3E-A277-1B376FE91B01 updatedAt: '2021-12-08 09:18:25' - _id: RWRiskSummary::ICBF03FE4B-197C-47D7-A0A5-10CE62286A55::whitesails_PROPERTY _rev: 1-59f965e77cdd4618b3829298da9ed692 actions: [] docs: - channels: - blackhole_MANUALGARY - whitesails_PROPERTY createdAt: '2021-11-30 10:09:01' createdInVersion: 20100 id: ICBF03FE4B-197C-47D7-A0A5-10CE62286A55::M2 inceptionDate: 1596240000 insuredName: Test 10.08 isFacility: false lastModifiedBy: MU7080BDB1-C6C7-48AF-BF85-128F694B9992 leadUnderwriterChannel: whitesails_PROPERTY limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: blackhole_MANUALGARY rev: 1-0d8f094b444f289c03d173ae126a21fa status: Marketed Only type: RWPlacing umr: B00123JHP1141933 updatedAt: '2021-11-30 10:09:01' filters: - ctype:Open Market - ptype:FullContract - name:10.08 - status:MarketedOnly - name:test 10.08 - umr:b00123jhp1141933 rootID: ICBF03FE4B-197C-47D7-A0A5-10CE62286A55 updatedAt: '2021-11-30 10:09:01' - _id: RWRiskSummary::IC84ACEBA8-3CC3-449A-BE37-8B11CF1AC9AF::whitesails_PROPERTY _rev: 3-716d73fd238016d5cf1e8aee09afe41a actions: - uwFirmOrder:1631262090.0 docs: - count: 1 digests: sha1-3LB8jd/dXhFDGvaHBkvH2Yd787A=: MUB6A6C9F9-61C1-49EA-8C44-28EEAB3226F5 id: IC84ACEBA8-3CC3-449A-BE37-8B11CF1AC9AF::ATCH type: RWAttachmentCollection updatedAt: '2021-09-10 08:37:33' - channels: - blackrobot_AUTOAPIJENKINS - whitesails_PROPERTY createdAt: '2021-09-10 08:21:30' id: IC84ACEBA8-3CC3-449A-BE37-8B11CF1AC9AF::FO::WHITESAILS::PROPERTY insuredName: UMRValidation Firm Order 01:20:56 isFacility: false lastModifiedBy: MUB6A6C9F9-61C1-49EA-8C44-28EEAB3226F5 leadUnderwriterChannel: '' limitSummary: '' placementType: FullContract placingBrokerChannel: blackrobot_AUTOAPIJENKINS rev: 1-46d4440837c36bf7f863d17ffe3f3dd0 status: FirmOrder type: RWPlacing umr: B0999MT1607101221 updatedAt: '2021-09-10 08:21:30' - channels: - blackrobot_AUTOAPIJENKINS - whitesails_PROPERTY empty: false id: IC84ACEBA8-3CC3-449A-BE37-8B11CF1AC9AF::FO::WHITESAILS::PROPERTY::LGUS sections: [] type: RWLineGuidanceSet filters: - ctype:Open Market - rcpt:MUB6A6C9F9-61C1-49EA-8C44-28EEAB3226F5:IC84ACEBA8-3CC3-449A-BE37-8B11CF1AC9AF::ATCH_rcpt_[[USER]]_att_sha1-3LB8jd_dXhFDGvaHBkvH2Yd787A - name:firm order 01:20:56 - umr:b0999mt1607101221 - action:uwFirmOrder - name:01:20:56 - name:umrvalidation firm order 01:20:56 - name:order 01:20:56 - status:FirmOrderPending - ptype:FullContract - status:FirmOrder rootID: IC84ACEBA8-3CC3-449A-BE37-8B11CF1AC9AF updatedAt: '2021-09-10 08:37:33' - _id: RWRiskSummary::IC220B7F8A-2C83-4881-8014-0D6210DC6606::whitesails_MARINE _rev: 5-a01b1dc4c9dbf8069a4631d7694819da actions: [] docs: - agreed: false id: IC220B7F8A-2C83-4881-8014-0D6210DC6606::FO::EN1::ENF::mcneillieuwr_ALL role: unchosen type: RWEndorsementFollower uwrChannel: mcneillieuwr_ALL - agreed: false id: IC220B7F8A-2C83-4881-8014-0D6210DC6606::FO::EN1::ENF::sscarrier_ALL role: unchosen type: RWEndorsementFollower uwrChannel: sscarrier_ALL - agreed: false id: IC220B7F8A-2C83-4881-8014-0D6210DC6606::FO::EN1::ENF::whitecliffs_PROPERTY role: notifyParty type: RWEndorsementFollower uwrChannel: whitecliffs_PROPERTY - agreed: false id: IC220B7F8A-2C83-4881-8014-0D6210DC6606::FO::EN1::ENF::whitesails_MARINE role: nonNotifyParty type: RWEndorsementFollower uwrChannel: whitesails_MARINE - agreed: false id: IC220B7F8A-2C83-4881-8014-0D6210DC6606::FO::EN2::ENF::mcneillieuwr_ALL role: unchosen type: RWEndorsementFollower uwrChannel: mcneillieuwr_ALL - agreed: false id: IC220B7F8A-2C83-4881-8014-0D6210DC6606::FO::EN2::ENF::sscarrier_ALL role: unchosen type: RWEndorsementFollower uwrChannel: sscarrier_ALL - agreed: false id: IC220B7F8A-2C83-4881-8014-0D6210DC6606::FO::EN2::ENF::whitecliffs_PROPERTY role: unchosen type: RWEndorsementFollower uwrChannel: whitecliffs_PROPERTY - agreed: false id: IC220B7F8A-2C83-4881-8014-0D6210DC6606::FO::EN2::ENF::whitesails_MARINE role: unchosen type: RWEndorsementFollower uwrChannel: whitesails_MARINE - carriers: mcneillieuwr_ALL: - '31.19856' id: IC220B7F8A-2C83-4881-8014-0D6210DC6606::FO::MCNEILLIEUWR::ALL::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2021-09-07 15:31:38' written: - '31.19856' - carriers: sscarrier_ALL: - '20.09872' id: IC220B7F8A-2C83-4881-8014-0D6210DC6606::FO::SSCARRIER::ALL::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2021-09-07 15:31:38' written: - '20.09872' - carriers: whitecliffs_PROPERTY: - '15.85896' id: IC220B7F8A-2C83-4881-8014-0D6210DC6606::FO::WHITECLIFFS::PROPERTY::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2021-09-07 15:31:38' written: - '15.85896' - associatedFacilityIDs: - IC0B1C7B97-6FE9-4DEB-8A2D-D85BBD08746B channels: - gailbkr_ALL - whitesails_MARINE createdAt: '2021-09-07 15:31:38' id: IC220B7F8A-2C83-4881-8014-0D6210DC6606::FO::WHITESAILS::MARINE inceptionDate: 1564617600 insuredName: Terrorism Declaration isFacility: false lastModifiedBy: MU0A7E5E65-AF27-4615-A447-E2AB41B1CF61 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: gailbkr_ALL rev: 1-4ef1174c696d71d5b98cd473641de7e6 status: FirmOrder type: RWPlacing umr: B0999GHM0123456 updatedAt: '2021-09-07 15:31:38' - carriers: whitesails_MARINE: - '12.84376' id: IC220B7F8A-2C83-4881-8014-0D6210DC6606::FO::WHITESAILS::MARINE::WRLS needsApproving: false type: RWWrittenLineSet updatedAt: '2021-09-07 15:31:38' written: - '12.84376' filters: - ctype:Declarations - facility:IC0B1C7B97-6FE9-4DEB-8A2D-D85BBD08746B - name:declaration - name:terrorism declaration - ptype:FullContract - status:FirmOrder - umr:b0999ghm0123456 rootID: IC220B7F8A-2C83-4881-8014-0D6210DC6606 updatedAt: '2021-09-07 15:31:38' - _id: RWRiskSummary::ICBA882A88-85D6-431A-A221-96814284EA5B::whitesails_MARINE _rev: 2-32696304d67740bf12439b883b240f12 actions: [] docs: - carriers: mcneillieuwr_ALL: - '17.9025917' id: ICBA882A88-85D6-431A-A221-96814284EA5B::FO::MCNEILLIEUWR::ALL::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2021-08-16 09:09:45' written: - '17.9025917' - carriers: sscarrier_ALL: - '11.5331983' id: ICBA882A88-85D6-431A-A221-96814284EA5B::FO::SSCARRIER::ALL::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2021-08-16 09:09:45' written: - '11.5331983' - carriers: whitecliffs_PROPERTY: - '9.1003073694' id: ICBA882A88-85D6-431A-A221-96814284EA5B::FO::WHITECLIFFS::PROPERTY::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2021-08-16 09:09:45' written: - '9.1003073694' - associatedFacilityIDs: - IC0B1C7B97-6FE9-4DEB-8A2D-D85BBD08746B channels: - gailbkr_ALL - whitesails_MARINE createdAt: '2021-08-16 09:09:45' id: ICBA882A88-85D6-431A-A221-96814284EA5B::FO::WHITESAILS::MARINE inceptionDate: 1564617600 insuredName: Dec 10/08/21 - 2 isFacility: false lastModifiedBy: MU0A7E5E65-AF27-4615-A447-E2AB41B1CF61 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: gailbkr_ALL rev: 1-a909de00230e1f48f580441280fbcac4 status: FirmOrder type: RWPlacing umr: B1234GM updatedAt: '2021-08-16 09:09:45' - carriers: whitesails_MARINE: - '7.3701026914' id: ICBA882A88-85D6-431A-A221-96814284EA5B::FO::WHITESAILS::MARINE::WRLS needsApproving: false type: RWWrittenLineSet updatedAt: '2021-08-16 09:09:45' written: - '7.3701026914' filters: - ptype:FullContract - facility:IC0B1C7B97-6FE9-4DEB-8A2D-D85BBD08746B - name:- 2 - ctype:Declarations - name:2 - name:10/08/21 - 2 - status:FirmOrder - name:dec 10/08/21 - 2 - umr:b1234gm rootID: ICBA882A88-85D6-431A-A221-96814284EA5B updatedAt: '2021-08-16 09:09:45' - _id: RWRiskSummary::IC0B1C7B97-6FE9-4DEB-8A2D-D85BBD08746B::whitesails_MARINE _rev: 8-7b968df593052559d4611841c0f42285 actions: [] docs: - carriers: mcneillieuwr_ALL: - '38.9982' id: IC0B1C7B97-6FE9-4DEB-8A2D-D85BBD08746B::FO::MCNEILLIEUWR::ALL::SILS signed: - '38.9982' type: RWSignedLineSet updatedAt: '2021-08-16 09:00:11' - carriers: mcneillieuwr_ALL: - '40.25' id: IC0B1C7B97-6FE9-4DEB-8A2D-D85BBD08746B::FO::MCNEILLIEUWR::ALL::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2021-08-16 08:53:54' written: - '40.25' - carriers: sscarrier_ALL: - '25.1234' id: IC0B1C7B97-6FE9-4DEB-8A2D-D85BBD08746B::FO::SSCARRIER::ALL::SILS signed: - '25.1234' type: RWSignedLineSet updatedAt: '2021-08-16 09:00:11' - carriers: sscarrier_ALL: - '25.1234' id: IC0B1C7B97-6FE9-4DEB-8A2D-D85BBD08746B::FO::SSCARRIER::ALL::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2021-08-16 08:56:15' written: - '25.1234' - carriers: whitecliffs_PROPERTY: - '19.8237' id: IC0B1C7B97-6FE9-4DEB-8A2D-D85BBD08746B::FO::WHITECLIFFS::PROPERTY::SILS signed: - '19.8237' type: RWSignedLineSet updatedAt: '2021-08-16 09:00:11' - carriers: whitecliffs_PROPERTY: - '20.46' id: IC0B1C7B97-6FE9-4DEB-8A2D-D85BBD08746B::FO::WHITECLIFFS::PROPERTY::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2021-08-16 08:57:42' written: - '20.46' - channels: - gailbkr_ALL - whitesails_MARINE createdAt: '2021-08-16 08:48:41' id: IC0B1C7B97-6FE9-4DEB-8A2D-D85BBD08746B::FO::WHITESAILS::MARINE inceptionDate: 1370044800 insuredName: Facility - testing decimals on Decs isFacility: true lastModifiedBy: MU0A7E5E65-AF27-4615-A447-E2AB41B1CF61 leadUnderwriterChannel: '' limitSummary: '' placementType: FullContract placingBrokerChannel: gailbkr_ALL rev: 1-00dfc1cd9ff588af86afc58cb93a968c status: FirmOrder type: RWPlacing umr: B0999ABC123456789 updatedAt: '2021-08-16 08:48:41' - channels: - gailbkr_ALL - whitesails_MARINE empty: false id: IC0B1C7B97-6FE9-4DEB-8A2D-D85BBD08746B::FO::WHITESAILS::MARINE::LGUS sections: [] type: RWLineGuidanceSet - carriers: whitesails_MARINE: - '16.0547' id: IC0B1C7B97-6FE9-4DEB-8A2D-D85BBD08746B::FO::WHITESAILS::MARINE::SILS signed: - '16.0547' type: RWSignedLineSet updatedAt: '2021-08-16 09:00:11' - carriers: whitesails_MARINE: - '16.57' id: IC0B1C7B97-6FE9-4DEB-8A2D-D85BBD08746B::FO::WHITESAILS::MARINE::WRLS needsApproving: false type: RWWrittenLineSet updatedAt: '2021-08-16 08:59:22' written: - '16.57' - id: IC0B1C7B97-6FE9-4DEB-8A2D-D85BBD08746B::OWN::WHITESAILS::MARINE ownerChannel: whitesails_MARINE ownerUserID: MUD84FE66A-077F-457C-B962-ABE7375907E8 type: RWRiskOwner updatedAt: '2021-08-16 08:58:45' - channels: - gailbkr_ALL - whitesails_MARINE createdAt: '2021-08-16 09:00:11' id: IC0B1C7B97-6FE9-4DEB-8A2D-D85BBD08746B::SIGNED::WHITESAILS::MARINE inceptionDate: 1370044800 insuredName: Facility - testing decimals on Decs isFacility: true lastModifiedBy: MU0A7E5E65-AF27-4615-A447-E2AB41B1CF61 leadUnderwriterChannel: '' limitSummary: '' placementType: FullContract placingBrokerChannel: gailbkr_ALL rev: 1-eca7b5af553faf1459e468df7f1282cd status: Signed type: RWPlacing umr: B0999ABC123456789 updatedAt: '2021-08-16 09:00:11' filters: - umr:b0999abc123456789 - name:facility - testing decimals on decs - ctype:Facilities - name:testing decimals on decs - name:decimals on decs - name:decs - name:- testing decimals on decs - ptype:FullContract - name:on decs - owner:MUD84FE66A-077F-457C-B962-ABE7375907E8 - status:Signed rootID: IC0B1C7B97-6FE9-4DEB-8A2D-D85BBD08746B updatedAt: '2021-08-16 09:00:11' - _id: RWRiskSummary::IC07417CB5-94EB-4485-B40D-AE3A9947ADA6::whitesails_MARINE _rev: 10-16644e2ea068babf90eadb0fc8c4ed7a actions: [] docs: - carriers: mcneillieuwr_ALL: - '19' id: IC07417CB5-94EB-4485-B40D-AE3A9947ADA6::FO::MCNEILLIEUWR::ALL::SILS signed: - '19' type: RWSignedLineSet updatedAt: '2021-08-10 13:28:55' - carriers: mcneillieuwr_ALL: - '20' id: IC07417CB5-94EB-4485-B40D-AE3A9947ADA6::FO::MCNEILLIEUWR::ALL::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2020-06-25 09:09:28' written: - '20' - carriers: whitecliffs_MARINE: - '16' id: IC07417CB5-94EB-4485-B40D-AE3A9947ADA6::FO::WHITECLIFFS::MARINE::SILS signed: - '16' type: RWSignedLineSet updatedAt: '2021-08-10 13:28:55' - carriers: whitecliffs_MARINE: - '17.5' id: IC07417CB5-94EB-4485-B40D-AE3A9947ADA6::FO::WHITECLIFFS::MARINE::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2020-06-25 10:58:33' written: - '17.5' - associatedFacilityIDs: - IC343D8FAE-4D19-4618-97E5-175A25E38E37 channels: - gailbkr_ALL - whitesails_MARINE createdAt: '2020-06-25 11:58:31' id: IC07417CB5-94EB-4485-B40D-AE3A9947ADA6::FO::WHITESAILS::MARINE inceptionDate: 1564617600 insuredName: Avia Aviation Ltd. isFacility: false lastModifiedBy: MU0A7E5E65-AF27-4615-A447-E2AB41B1CF61 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: gailbkr_ALL rev: 5-c1d63c3344aa2786ad75586261dba514 status: FirmOrder type: RWPlacing umr: B1234Test5 updatedAt: '2020-06-25 11:58:31' - channels: - gailbkr_ALL - whitesails_MARINE empty: false id: IC07417CB5-94EB-4485-B40D-AE3A9947ADA6::FO::WHITESAILS::MARINE::LGUS sections: [] type: RWLineGuidanceSet - carriers: whitesails_MARINE: - '62' id: IC07417CB5-94EB-4485-B40D-AE3A9947ADA6::FO::WHITESAILS::MARINE::SILS signed: - '62' type: RWSignedLineSet updatedAt: '2021-08-10 13:28:55' - carriers: whitesails_MARINE: - '62.5' id: IC07417CB5-94EB-4485-B40D-AE3A9947ADA6::FO::WHITESAILS::MARINE::WRLS needsApproving: false type: RWWrittenLineSet updatedAt: '2020-06-25 11:59:02' written: - '62.5' - associatedFacilityIDs: - IC343D8FAE-4D19-4618-97E5-175A25E38E37 channels: - whitesails_MARINE - gailbkr_ALL createdAt: '2020-06-25 11:27:38' id: IC07417CB5-94EB-4485-B40D-AE3A9947ADA6::FOD::WHITESAILS::MARINE inceptionDate: 1564617600 insuredName: Avia Aviation Ltd. isFacility: false lastModifiedBy: MUD84FE66A-077F-457C-B962-ABE7375907E8 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: gailbkr_ALL rev: 1-8f68bc957e8b734ae3435569e4cd3b52 status: FirmOrderDeclined type: RWPlacing umr: B1234Test5 updatedAt: '2020-06-25 11:27:38' - associatedFacilityIDs: - IC343D8FAE-4D19-4618-97E5-175A25E38E37 channels: - whitesails_MARINE - gailbkr_ALL createdAt: '2020-06-25 11:29:44' id: IC07417CB5-94EB-4485-B40D-AE3A9947ADA6::FOD::WHITESAILS::MARINE1 inceptionDate: 1564617600 insuredName: Avia Aviation Ltd. isFacility: false lastModifiedBy: MUD84FE66A-077F-457C-B962-ABE7375907E8 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: gailbkr_ALL rev: 1-b64702ea88800059617abe0f4ccfb592 status: FirmOrderDeclined type: RWPlacing umr: B1234Test5 updatedAt: '2020-06-25 11:29:44' - associatedFacilityIDs: - IC343D8FAE-4D19-4618-97E5-175A25E38E37 channels: - whitesails_MARINE - gailbkr_ALL createdAt: '2020-06-25 11:57:09' id: IC07417CB5-94EB-4485-B40D-AE3A9947ADA6::MUD84FE66A-077F-457C-B962-ABE7375907E8::UQ1 inceptionDate: 1564617600 insuredName: Avia Aviation Ltd. isFacility: false lastModifiedBy: MUD84FE66A-077F-457C-B962-ABE7375907E8 leadUnderwriterChannel: whitesails_MARINE limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: gailbkr_ALL rev: 1-ea3d8acd02a1fc1c45cd72b886d08b58 status: QuotedByUnderwriter type: RWPlacing umr: B1234Test5 updatedAt: '2020-06-25 11:57:09' - id: IC07417CB5-94EB-4485-B40D-AE3A9947ADA6::OWN::WHITESAILS::MARINE ownerChannel: whitesails_MARINE ownerUserID: MUD84FE66A-077F-457C-B962-ABE7375907E8 type: RWRiskOwner updatedAt: '2020-06-25 11:27:11' - associatedFacilityIDs: - IC343D8FAE-4D19-4618-97E5-175A25E38E37 channels: - whitesails_MARINE - gailbkr_ALL createdAt: '2020-06-25 11:56:14' id: IC07417CB5-94EB-4485-B40D-AE3A9947ADA6::QR2 inceptionDate: 1564617600 insuredName: Avia Aviation Ltd. isFacility: false lastModifiedBy: MU0A7E5E65-AF27-4615-A447-E2AB41B1CF61 leadUnderwriterChannel: whitesails_MARINE limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: gailbkr_ALL rev: 1-6dda4c5cac65b8a0ea22cdadb79a2849 status: QuotationRequest type: RWPlacing umr: B1234Test5 updatedAt: '2020-06-25 11:56:14' - associatedFacilityIDs: - IC343D8FAE-4D19-4618-97E5-175A25E38E37 channels: - gailbkr_ALL - whitesails_MARINE createdAt: '2020-06-25 12:58:48' id: IC07417CB5-94EB-4485-B40D-AE3A9947ADA6::SIGNED::WHITESAILS::MARINE inceptionDate: 1564617600 insuredName: Avia Aviation Ltd. isFacility: false lastModifiedBy: MU0A7E5E65-AF27-4615-A447-E2AB41B1CF61 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: gailbkr_ALL rev: 2-b701de72ff33391a06abb7751ae29b16 status: Signed type: RWPlacing umr: B1234Test5 updatedAt: '2021-08-10 13:28:55' filters: - name:aviation ltd. - name:avia aviation ltd. - facility:IC343D8FAE-4D19-4618-97E5-175A25E38E37 - name:ltd. - umr:b1234test5 - owner:MUD84FE66A-077F-457C-B962-ABE7375907E8 - ptype:FullContract - status:Signed - ctype:Declarations rootID: IC07417CB5-94EB-4485-B40D-AE3A9947ADA6 updatedAt: '2021-08-10 13:28:55' - _id: RWRiskSummary::IC53547F0E-9631-40DE-AB1B-76314BE3BE15::whitesails_MARINE _rev: 8-48288bcc15402ab2740ee76f5a8d7ae7 actions: [] docs: - carriers: mcneillieuwr_ALL: - '50' id: IC53547F0E-9631-40DE-AB1B-76314BE3BE15::FO::MCNEILLIEUWR::ALL::SILS signed: - '50' type: RWSignedLineSet updatedAt: '2021-08-10 11:26:10' - carriers: mcneillieuwr_ALL: - '55' id: IC53547F0E-9631-40DE-AB1B-76314BE3BE15::FO::MCNEILLIEUWR::ALL::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2021-08-10 09:26:10' written: - '55' - carriers: sscarrier_ALL: - '20' id: IC53547F0E-9631-40DE-AB1B-76314BE3BE15::FO::SSCARRIER::ALL::SILS signed: - '20' type: RWSignedLineSet updatedAt: '2021-08-10 11:26:10' - carriers: sscarrier_ALL: - '25' id: IC53547F0E-9631-40DE-AB1B-76314BE3BE15::FO::SSCARRIER::ALL::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2021-08-10 09:27:28' written: - '25' - carriers: whitecliffs_MARINE: - '10' id: IC53547F0E-9631-40DE-AB1B-76314BE3BE15::FO::WHITECLIFFS::MARINE::SILS signed: - '10' type: RWSignedLineSet updatedAt: '2021-08-10 11:26:10' - carriers: whitecliffs_MARINE: - '15' id: IC53547F0E-9631-40DE-AB1B-76314BE3BE15::FO::WHITECLIFFS::MARINE::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2021-08-10 09:29:54' written: - '15' - channels: - gailbkr_ALL - whitesails_MARINE createdAt: '2021-08-10 09:25:06' id: IC53547F0E-9631-40DE-AB1B-76314BE3BE15::FO::WHITESAILS::MARINE inceptionDate: 1370044800 insuredName: Facility 2 10/08/21 isFacility: true lastModifiedBy: MU0A7E5E65-AF27-4615-A447-E2AB41B1CF61 leadUnderwriterChannel: '' limitSummary: '' placementType: FullContract placingBrokerChannel: gailbkr_ALL rev: 1-c59c5a21753b5271613c4cce74a9b7e6 status: FirmOrder type: RWPlacing umr: B1234GM updatedAt: '2021-08-10 09:25:06' - channels: - gailbkr_ALL - whitesails_MARINE empty: false id: IC53547F0E-9631-40DE-AB1B-76314BE3BE15::FO::WHITESAILS::MARINE::LGUS sections: [] type: RWLineGuidanceSet - carriers: whitesails_MARINE: - '3' id: IC53547F0E-9631-40DE-AB1B-76314BE3BE15::FO::WHITESAILS::MARINE::SILS signed: - '3' type: RWSignedLineSet updatedAt: '2021-08-10 11:26:10' - carriers: whitesails_MARINE: - '5' id: IC53547F0E-9631-40DE-AB1B-76314BE3BE15::FO::WHITESAILS::MARINE::WRLS needsApproving: false type: RWWrittenLineSet updatedAt: '2021-08-10 09:31:17' written: - '5' - carriers: whitesands_PROPERTY: - '17' id: IC53547F0E-9631-40DE-AB1B-76314BE3BE15::FO::WHITESANDS::PROPERTY::SILS signed: - '17' type: RWSignedLineSet updatedAt: '2021-08-10 11:26:10' - carriers: whitesands_PROPERTY: - '35' id: IC53547F0E-9631-40DE-AB1B-76314BE3BE15::FO::WHITESANDS::PROPERTY::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2021-08-10 11:24:54' written: - '35' - id: IC53547F0E-9631-40DE-AB1B-76314BE3BE15::OWN::WHITESAILS::MARINE ownerChannel: whitesails_MARINE ownerUserID: MUD84FE66A-077F-457C-B962-ABE7375907E8 type: RWRiskOwner updatedAt: '2021-08-10 09:30:34' - channels: - gailbkr_ALL - whitesails_MARINE createdAt: '2021-08-10 11:26:10' id: IC53547F0E-9631-40DE-AB1B-76314BE3BE15::SIGNED::WHITESAILS::MARINE inceptionDate: 1370044800 insuredName: Facility 2 10/08/21 isFacility: true lastModifiedBy: MU0A7E5E65-AF27-4615-A447-E2AB41B1CF61 leadUnderwriterChannel: '' limitSummary: '' placementType: FullContract placingBrokerChannel: gailbkr_ALL rev: 1-9a433a91a4656439e5d3ddf9555c600b status: Signed type: RWPlacing umr: B1234GM updatedAt: '2021-08-10 11:26:10' filters: - ctype:Facilities - name:10/08/21 - status:Signed - ptype:FullContract - name:facility 2 10/08/21 - name:2 10/08/21 - owner:MUD84FE66A-077F-457C-B962-ABE7375907E8 - umr:b1234gm rootID: IC53547F0E-9631-40DE-AB1B-76314BE3BE15 updatedAt: '2021-08-10 11:26:10' - _id: RWRiskSummary::IC24FAB1D1-D617-4E54-93C8-29909EEC43F7::whitesails_MARINE _rev: 2-7461fdbfd79e4bed92c65e0510cc888c actions: [] docs: - carriers: mcneillieuwr_ALL: - '40' id: IC24FAB1D1-D617-4E54-93C8-29909EEC43F7::FO::MCNEILLIEUWR::ALL::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2021-08-10 08:58:21' written: - '40' - carriers: sscarrier_ALL: - '32' id: IC24FAB1D1-D617-4E54-93C8-29909EEC43F7::FO::SSCARRIER::ALL::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2021-08-10 08:58:21' written: - '32' - carriers: whitecliffs_PROPERTY: - '13.5' id: IC24FAB1D1-D617-4E54-93C8-29909EEC43F7::FO::WHITECLIFFS::PROPERTY::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2021-08-10 08:58:21' written: - '13.5' - associatedFacilityIDs: - ICEACFF8DD-EA86-4C0B-8827-B3234FD723CE channels: - gailbkr_ALL - whitesails_MARINE createdAt: '2021-08-10 08:58:21' id: IC24FAB1D1-D617-4E54-93C8-29909EEC43F7::FO::WHITESAILS::MARINE inceptionDate: 1564617600 insuredName: Dec 10/08/21 - Re-Signing 01 isFacility: false lastModifiedBy: MU0A7E5E65-AF27-4615-A447-E2AB41B1CF61 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: gailbkr_ALL rev: 1-83d560c9c0f1024f8b441be561a31b70 status: FirmOrder type: RWPlacing umr: B0999GM2207201430 updatedAt: '2021-08-10 08:58:21' - carriers: whitesails_MARINE: - '9.5' id: IC24FAB1D1-D617-4E54-93C8-29909EEC43F7::FO::WHITESAILS::MARINE::WRLS needsApproving: false type: RWWrittenLineSet updatedAt: '2021-08-10 08:58:21' written: - '9.5' filters: - name:01 - name:re-signing 01 - facility:ICEACFF8DD-EA86-4C0B-8827-B3234FD723CE - ptype:FullContract - name:10/08/21 - re-signing 01 - name:dec 10/08/21 - re-signing 01 - status:FirmOrder - umr:b0999gm2207201430 - ctype:Declarations - name:- re-signing 01 rootID: IC24FAB1D1-D617-4E54-93C8-29909EEC43F7 updatedAt: '2021-08-10 08:58:21' - _id: RWRiskSummary::ICEACFF8DD-EA86-4C0B-8827-B3234FD723CE::whitesails_MARINE _rev: 12-1b8b8adcadbfe9caf9e42e0833a15b41 actions: [] docs: - carriers: mcneillieuwr_ALL: - '42' id: ICEACFF8DD-EA86-4C0B-8827-B3234FD723CE::FO::MCNEILLIEUWR::ALL::SILS signed: - '42' type: RWSignedLineSet updatedAt: '2021-08-10 08:30:04' - carriers: mcneillieuwr_ALL: - '45' id: ICEACFF8DD-EA86-4C0B-8827-B3234FD723CE::FO::MCNEILLIEUWR::ALL::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2021-08-10 07:45:38' written: - '45' - carriers: sscarrier_ALL: - '31.6' id: ICEACFF8DD-EA86-4C0B-8827-B3234FD723CE::FO::SSCARRIER::ALL::SILS signed: - '31.6' type: RWSignedLineSet updatedAt: '2021-08-10 08:30:04' - carriers: sscarrier_ALL: - '32' id: ICEACFF8DD-EA86-4C0B-8827-B3234FD723CE::FO::SSCARRIER::ALL::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2021-08-10 07:47:32' written: - '32' - carriers: whitecliffs_PROPERTY: - '14.7' id: ICEACFF8DD-EA86-4C0B-8827-B3234FD723CE::FO::WHITECLIFFS::PROPERTY::SILS signed: - '14.7' type: RWSignedLineSet updatedAt: '2021-08-10 08:30:04' - carriers: whitecliffs_PROPERTY: - '27' id: ICEACFF8DD-EA86-4C0B-8827-B3234FD723CE::FO::WHITECLIFFS::PROPERTY::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2021-08-10 07:48:52' written: - '27' - channels: - gailbkr_ALL - whitesails_MARINE createdAt: '2021-08-10 07:44:59' id: ICEACFF8DD-EA86-4C0B-8827-B3234FD723CE::FO::WHITESAILS::MARINE inceptionDate: 1370044800 insuredName: 'Facility 10/08/21 - Re-Signing ' isFacility: true lastModifiedBy: MU0A7E5E65-AF27-4615-A447-E2AB41B1CF61 leadUnderwriterChannel: '' limitSummary: '' placementType: FullContract placingBrokerChannel: gailbkr_ALL rev: 1-4569d6fa0d1768be98b1c2ed2eac9f38 status: FirmOrder type: RWPlacing umr: B0999ABC123456789 updatedAt: '2021-08-10 07:44:59' - channels: - gailbkr_ALL - whitesails_MARINE empty: false id: ICEACFF8DD-EA86-4C0B-8827-B3234FD723CE::FO::WHITESAILS::MARINE::LGUS sections: [] type: RWLineGuidanceSet - carriers: whitesails_MARINE: - '11.7' id: ICEACFF8DD-EA86-4C0B-8827-B3234FD723CE::FO::WHITESAILS::MARINE::SILS signed: - '11.7' type: RWSignedLineSet updatedAt: '2021-08-10 08:30:04' - carriers: whitesails_MARINE: - '19' id: ICEACFF8DD-EA86-4C0B-8827-B3234FD723CE::FO::WHITESAILS::MARINE::WRLS needsApproving: false type: RWWrittenLineSet updatedAt: '2021-08-10 07:52:20' written: - '19' - id: ICEACFF8DD-EA86-4C0B-8827-B3234FD723CE::OWN::WHITESAILS::MARINE ownerChannel: whitesails_MARINE ownerUserID: MUD84FE66A-077F-457C-B962-ABE7375907E8 type: RWRiskOwner updatedAt: '2021-08-10 07:51:51' - channels: - gailbkr_ALL - whitesails_MARINE createdAt: '2021-08-10 07:53:17' id: ICEACFF8DD-EA86-4C0B-8827-B3234FD723CE::SIGNED::WHITESAILS::MARINE inceptionDate: 1370044800 insuredName: 'Facility 10/08/21 - Re-Signing ' isFacility: true lastModifiedBy: MU0A7E5E65-AF27-4615-A447-E2AB41B1CF61 leadUnderwriterChannel: '' limitSummary: '' placementType: FullContract placingBrokerChannel: gailbkr_ALL rev: 5-0785e1f9de82727d4ca5170f263be5a8 status: Signed type: RWPlacing umr: B0999ABC123456789 updatedAt: '2021-08-10 08:30:04' filters: - name:facility 10/08/21 - re-signing - name:- re-signing - owner:MUD84FE66A-077F-457C-B962-ABE7375907E8 - umr:b0999abc123456789 - status:Signed - name:10/08/21 - re-signing - ptype:FullContract - name:re-signing - ctype:Facilities rootID: ICEACFF8DD-EA86-4C0B-8827-B3234FD723CE updatedAt: '2021-08-10 08:30:04' - _id: RWRiskSummary::ICF6F04407-E35D-4700-9E40-A3FCCFD16DF1::whitesails_MARINE _rev: 9-04e09056289b3009ba978820b83dc869 actions: [] docs: - carriers: bulkwr1_AVIATION: - '15' id: ICF6F04407-E35D-4700-9E40-A3FCCFD16DF1::FO::BULKWR1::AVIATION::SILS signed: - '15' type: RWSignedLineSet updatedAt: '2021-08-05 13:03:27' - carriers: bulkwr1_AVIATION: - '20' id: ICF6F04407-E35D-4700-9E40-A3FCCFD16DF1::FO::BULKWR1::AVIATION::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2020-12-03 18:18:37' written: - '20' - carriers: huttonpenman_AVIATION: - '50' id: ICF6F04407-E35D-4700-9E40-A3FCCFD16DF1::FO::HUTTONPENMAN::AVIATION::SILS signed: - '50' type: RWSignedLineSet updatedAt: '2021-08-05 13:03:27' - carriers: huttonpenman_AVIATION: - '50' id: ICF6F04407-E35D-4700-9E40-A3FCCFD16DF1::FO::HUTTONPENMAN::AVIATION::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2020-12-03 18:18:37' written: - '50' - channels: - james_AVIATION - whitesails_MARINE createdAt: '2020-12-03 18:18:37' id: ICF6F04407-E35D-4700-9E40-A3FCCFD16DF1::FO::WHITESAILS::MARINE inceptionDate: 1590969600 insuredName: Notification Test 2 isFacility: false lastModifiedBy: MU8E37F362-8C79-41E0-A35F-2ADEB31112B5 leadUnderwriterChannel: huttonpenman_AVIATION limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: james_AVIATION rev: 1-cf996a2a0279ec10fea4b72e55ca4f06 status: FirmOrder type: RWPlacing umr: B00123JHP17110312 updatedAt: '2020-12-03 18:18:37' - channels: - james_AVIATION - whitesails_MARINE empty: false id: ICF6F04407-E35D-4700-9E40-A3FCCFD16DF1::FO::WHITESAILS::MARINE::LGUS sections: [] type: RWLineGuidanceSet - carriers: whitesails_MARINE: - '15' id: ICF6F04407-E35D-4700-9E40-A3FCCFD16DF1::FO::WHITESAILS::MARINE::SILS signed: - '15' type: RWSignedLineSet updatedAt: '2021-08-05 13:03:27' - carriers: whitesails_MARINE: - '20' id: ICF6F04407-E35D-4700-9E40-A3FCCFD16DF1::FO::WHITESAILS::MARINE::WRLS needsApproving: false type: RWWrittenLineSet updatedAt: '2020-12-03 18:19:43' written: - '20' - id: ICF6F04407-E35D-4700-9E40-A3FCCFD16DF1::OWN::WHITESAILS::MARINE ownerChannel: whitesails_MARINE ownerUserID: MUD84FE66A-077F-457C-B962-ABE7375907E8 type: RWRiskOwner updatedAt: '2020-12-03 18:19:22' - channels: - james_AVIATION - whitesails_MARINE createdAt: '2021-08-05 13:03:27' id: ICF6F04407-E35D-4700-9E40-A3FCCFD16DF1::SIGNED::WHITESAILS::MARINE inceptionDate: 1590969600 insuredName: Notification Test 2 isFacility: false lastModifiedBy: MU8E37F362-8C79-41E0-A35F-2ADEB31112B5 leadUnderwriterChannel: huttonpenman_AVIATION limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: james_AVIATION rev: 1-265c8d9e2b9529ddd430b9cbb055847d status: Signed type: RWPlacing umr: B00123JHP17110312 updatedAt: '2021-08-05 13:03:27' filters: - ctype:Open Market - status:Signed - ptype:FullContract - name:2 - name:notification test 2 - owner:MUD84FE66A-077F-457C-B962-ABE7375907E8 - umr:b00123jhp17110312 - name:test 2 rootID: ICF6F04407-E35D-4700-9E40-A3FCCFD16DF1 updatedAt: '2021-08-05 13:03:27' - _id: RWRiskSummary::ICF349A025-B518-4937-9194-86AE86EA200E::whitesails_MARINE _rev: 11-f6d4dc2aa2b3e79deabc95e34d8cac3e actions: [] docs: - carriers: bulkwr3_ALL: - '0' id: ICF349A025-B518-4937-9194-86AE86EA200E::FO::BULKWR3::ALL::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2021-07-29 15:20:54' written: - '0' - carriers: huttonpenman_AVIATION: - '32' id: ICF349A025-B518-4937-9194-86AE86EA200E::FO::HUTTONPENMAN::AVIATION::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2021-08-04 13:31:52' written: - '32' - carriers: offlineallianzglobal_ALL: - '8' id: ICF349A025-B518-4937-9194-86AE86EA200E::FO::OFFLINEALLIANZGLOBAL::ALL::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2021-07-29 15:20:54' written: - '8' - carriers: offlinebeazley_ALL: - '0' id: ICF349A025-B518-4937-9194-86AE86EA200E::FO::OFFLINEBEAZLEY::ALL::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2021-07-29 15:20:54' written: - '0' - associatedFacilityIDs: - ICB2D93E9F-1E8A-4DE8-A119-801015125223 channels: - james_AVIATION - whitesails_MARINE createdAt: '2021-07-29 14:44:42' id: ICF349A025-B518-4937-9194-86AE86EA200E::FO::WHITESAILS::MARINE inceptionDate: 1590969600 insuredName: Release 1.6.4 Declaration Exploratory Testing - Multi-Section isFacility: false lastModifiedBy: MUD84FE66A-077F-457C-B962-ABE7375907E8 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: james_AVIATION rev: 5-97576208c4705cef1464bd15ab7e80fa status: FirmOrder type: RWPlacing umr: B00123JHP14282907 updatedAt: '2021-07-29 15:19:58' - channels: - james_AVIATION - whitesails_MARINE empty: false id: ICF349A025-B518-4937-9194-86AE86EA200E::FO::WHITESAILS::MARINE::LGUS sections: - index: 2 multiSectionId: '2' multiSectionName: Liability type: RWLineGuidanceSet - carriers: whitesails_MARINE: - '36' id: ICF349A025-B518-4937-9194-86AE86EA200E::FO::WHITESAILS::MARINE::WRLS needsApproving: false type: RWWrittenLineSet updatedAt: '2021-07-29 15:42:17' written: - '36' - associatedFacilityIDs: - ICB2D93E9F-1E8A-4DE8-A119-801015125223 channels: - james_AVIATION - whitesails_MARINE createdAt: '2021-07-29 14:06:06' id: ICF349A025-B518-4937-9194-86AE86EA200E::FOW::WHITESAILS::MARINE inceptionDate: 1590969600 insuredName: Release 1.6.4 Declaration Exploratory Testing - Multi-Section isFacility: false lastModifiedBy: MU8E37F362-8C79-41E0-A35F-2ADEB31112B5 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: james_AVIATION rev: 1-49a6c3fd2e6c39a7487957094c8bbba2 status: FirmOrderWithdrawn type: RWPlacing umr: B00123JHP14282907 updatedAt: '2021-07-29 14:06:06' - id: ICF349A025-B518-4937-9194-86AE86EA200E::OWN::WHITESAILS::MARINE ownerChannel: whitesails_MARINE ownerUserID: MUD84FE66A-077F-457C-B962-ABE7375907E8 type: RWRiskOwner updatedAt: '2021-07-29 15:15:00' filters: - ctype:Declarations - status:FirmOrder - owner:MUD84FE66A-077F-457C-B962-ABE7375907E8 - name:1.6.4 declaration exploratory testing - multi-section - name:- multi-section - name:release 1.6.4 declaration exploratory testing - multi-section - name:testing - multi-section - umr:b00123jhp14282907 - facility:ICB2D93E9F-1E8A-4DE8-A119-801015125223 - name:exploratory testing - multi-section - name:multi-section - ptype:FullContract - name:declaration exploratory testing - multi-section rootID: ICF349A025-B518-4937-9194-86AE86EA200E updatedAt: '2021-08-04 13:31:52' - _id: RWRiskSummary::ICEADC1C71-6D8E-4946-B347-27D667A4A8D3::whitesails_MARINE _rev: 1-e76a477e66f69c2e1e6bb316ccd92610 actions: - uwFirmOrder:1628011128.0 docs: - associatedFacilityIDs: - ICB2D93E9F-1E8A-4DE8-A119-801015125223 channels: - james_AVIATION - whitesails_MARINE createdAt: '2021-08-03 17:18:48' id: ICEADC1C71-6D8E-4946-B347-27D667A4A8D3::FO::WHITESAILS::MARINE inceptionDate: 1590969600 insuredName: Dec Test 14 isFacility: false lastModifiedBy: MU8E37F362-8C79-41E0-A35F-2ADEB31112B5 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: james_AVIATION rev: 1-de972dcf6c0284973cf4d2fc8dc5abfd status: FirmOrder type: RWPlacing umr: B00123JHP15502910 updatedAt: '2021-08-03 17:18:48' - channels: - james_AVIATION - whitesails_MARINE empty: false id: ICEADC1C71-6D8E-4946-B347-27D667A4A8D3::FO::WHITESAILS::MARINE::LGUS sections: [] type: RWLineGuidanceSet filters: - status:FirmOrderPending - name:dec test 14 - name:test 14 - name:14 - action:uwFirmOrder - status:FirmOrder - ptype:FullContract - umr:b00123jhp15502910 - ctype:Declarations - facility:ICB2D93E9F-1E8A-4DE8-A119-801015125223 rootID: ICEADC1C71-6D8E-4946-B347-27D667A4A8D3 updatedAt: '2021-08-03 17:18:48' - _id: RWRiskSummary::ICA50ED1CB-00F8-4790-B771-54B2B4AB854C::whitesails_MARINE _rev: 4-4126fcff01462c59c1061844d8ec275f actions: - uwFirmOrder:1627567900.0 docs: - carriers: huttonpenman_AVIATION: - '32' id: ICA50ED1CB-00F8-4790-B771-54B2B4AB854C::FO::HUTTONPENMAN::AVIATION::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2021-07-29 15:10:51' written: - '32' - associatedFacilityIDs: - ICB2D93E9F-1E8A-4DE8-A119-801015125223 channels: - james_AVIATION - whitesails_MARINE createdAt: '2021-07-29 14:11:40' id: ICA50ED1CB-00F8-4790-B771-54B2B4AB854C::FO::WHITESAILS::MARINE inceptionDate: 1590969600 insuredName: Release 1.6.4 Declaration Exploratory Testing - Multi-Section 3 isFacility: false lastModifiedBy: MU8E37F362-8C79-41E0-A35F-2ADEB31112B5 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: james_AVIATION rev: 1-90af68cb0b2dc47f733e66f12b85b672 status: FirmOrder type: RWPlacing umr: B00123JHP15102907 updatedAt: '2021-07-29 14:11:40' - channels: - james_AVIATION - whitesails_MARINE empty: false id: ICA50ED1CB-00F8-4790-B771-54B2B4AB854C::FO::WHITESAILS::MARINE::LGUS sections: - index: 2 multiSectionId: '2' multiSectionName: Liability type: RWLineGuidanceSet - id: ICA50ED1CB-00F8-4790-B771-54B2B4AB854C::OWN::WHITESAILS::MARINE ownerChannel: whitesails_MARINE ownerUserID: MUD84FE66A-077F-457C-B962-ABE7375907E8 type: RWRiskOwner updatedAt: '2021-07-29 15:10:29' filters: - name:multi-section 3 - name:1.6.4 declaration exploratory testing - multi-section 3 - name:3 - name:release 1.6.4 declaration exploratory testing - multi-section 3 - status:FirmOrder - ctype:Declarations - name:exploratory testing - multi-section 3 - status:FirmOrderPending - action:uwFirmOrder - name:testing - multi-section 3 - name:- multi-section 3 - name:declaration exploratory testing - multi-section 3 - facility:ICB2D93E9F-1E8A-4DE8-A119-801015125223 - owner:MUD84FE66A-077F-457C-B962-ABE7375907E8 - ptype:FullContract - umr:b00123jhp15102907 rootID: ICA50ED1CB-00F8-4790-B771-54B2B4AB854C updatedAt: '2021-07-29 15:10:51' - _id: RWRiskSummary::ICA757F184-C688-4707-B5CF-82FDF6EBCDA0::whitesails_MARINE _rev: 2-27d836d3a61d7378a510cbbb3a5d9091 actions: - uwFirmOrder:1627480597.0 docs: - carriers: huttonpenman_AVIATION: - '20' id: ICA757F184-C688-4707-B5CF-82FDF6EBCDA0::FO::HUTTONPENMAN::AVIATION::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2021-07-28 13:56:38' written: - '20' - associatedFacilityIDs: - ICB2D93E9F-1E8A-4DE8-A119-801015125223 channels: - james_AVIATION - whitesails_MARINE createdAt: '2021-07-28 13:56:37' id: ICA757F184-C688-4707-B5CF-82FDF6EBCDA0::FO::WHITESAILS::MARINE inceptionDate: 1590969600 insuredName: Release 1.6.4 Long Subjectivity isFacility: false lastModifiedBy: MU8E37F362-8C79-41E0-A35F-2ADEB31112B5 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: james_AVIATION rev: 1-3e8440b8ebc288bdc497d698a58394fe status: FirmOrder type: RWPlacing umr: B00123JHP12242807 updatedAt: '2021-07-28 13:56:38' - channels: - james_AVIATION - whitesails_MARINE empty: false id: ICA757F184-C688-4707-B5CF-82FDF6EBCDA0::FO::WHITESAILS::MARINE::LGUS sections: - index: 1 multiSectionId: '1' multiSectionName: EEA type: RWLineGuidanceSet - id: ICA757F184-C688-4707-B5CF-82FDF6EBCDA0::OWN::WHITESAILS::MARINE ownerChannel: whitesails_MARINE ownerUserID: MUD84FE66A-077F-457C-B962-ABE7375907E8 type: RWRiskOwner updatedAt: '2021-07-28 14:01:19' filters: - name:1.6.4 long subjectivity - name:long subjectivity - umr:b00123jhp12242807 - ctype:Declarations - status:FirmOrder - action:uwFirmOrder - ptype:FullContract - name:release 1.6.4 long subjectivity - name:subjectivity - facility:ICB2D93E9F-1E8A-4DE8-A119-801015125223 - status:FirmOrderPending - owner:MUD84FE66A-077F-457C-B962-ABE7375907E8 rootID: ICA757F184-C688-4707-B5CF-82FDF6EBCDA0 updatedAt: '2021-07-28 14:01:19' - _id: RWRiskSummary::ICAEDFBBBD-950A-4CBA-B492-1B5FFFA90418::whitesails_MARINE _rev: 17-16107eff0290cfa47bb10601cf8b6f26 actions: - uwFirmOrder:1625841322.0 docs: - count: 8 digests: sha1-1ZvttXnq1NfVUkj0/sWvA+WD3aI=: MU8E37F362-8C79-41E0-A35F-2ADEB31112B5 sha1-43fljMPOkOP8dP43YK+eDaY1+DA=: MU8E37F362-8C79-41E0-A35F-2ADEB31112B5 sha1-DyZnc8zTHaQI2p8QvLumXlO+4HI=: MU8E37F362-8C79-41E0-A35F-2ADEB31112B5 sha1-LsKXvRynt/nyzpnPDv8R+yyHCks=: MU8E37F362-8C79-41E0-A35F-2ADEB31112B5 sha1-N7I1CKvdW5cqK/U3U+57KQQTsTE=: MU8E37F362-8C79-41E0-A35F-2ADEB31112B5 sha1-Tn31R763RsK+Iv4Zymr1z2Ji98c=: MU8E37F362-8C79-41E0-A35F-2ADEB31112B5 sha1-mvdF6gHDFzcO9Wc1W8BkOEeyuiw=: MU8E37F362-8C79-41E0-A35F-2ADEB31112B5 sha1-rMjLBGpn56Gp1yphy9jFvhxrZ0c=: MU8E37F362-8C79-41E0-A35F-2ADEB31112B5 id: ICAEDFBBBD-950A-4CBA-B492-1B5FFFA90418::ATCH type: RWAttachmentCollection updatedAt: '2021-07-09 14:34:09' - associatedFacilityIDs: - ICBB07870C-1D4C-4C41-A1EF-792EE67F1AEA channels: - james_AVIATION - whitesails_MARINE createdAt: '2021-07-09 14:35:22' id: ICAEDFBBBD-950A-4CBA-B492-1B5FFFA90418::FO::WHITESAILS::MARINE inceptionDate: 1590969600 insuredName: Release 1.6.3 Declaration Quoting Test isFacility: false lastModifiedBy: MU8E37F362-8C79-41E0-A35F-2ADEB31112B5 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: james_AVIATION rev: 1-299ec5b227918e6ef2aac3f47e9031db status: FirmOrder type: RWPlacing umr: B00123JHP15330907 updatedAt: '2021-07-09 14:35:23' - channels: - james_AVIATION - whitesails_MARINE empty: false id: ICAEDFBBBD-950A-4CBA-B492-1B5FFFA90418::FO::WHITESAILS::MARINE::LGUS sections: [] type: RWLineGuidanceSet - associatedFacilityIDs: - ICB2D93E9F-1E8A-4DE8-A119-801015125223 - IC12456441-7A8F-474C-B2E9-D63572D661CD - ICBB07870C-1D4C-4C41-A1EF-792EE67F1AEA channels: - james_AVIATION - whitesails_MARINE createdAt: '2021-06-04 14:02:18' id: ICAEDFBBBD-950A-4CBA-B492-1B5FFFA90418::QR1 inceptionDate: 1590969600 insuredName: Release 1.6.3 Declaration Quoting Test isFacility: false lastModifiedBy: MU8E37F362-8C79-41E0-A35F-2ADEB31112B5 leadUnderwriterChannel: whitesails_MARINE limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: james_AVIATION rev: 4-87e74044ee8cd1c3f447612d1f00870a status: QuotationRequestWithdrawn type: RWPlacing umr: B00123JHP14540406 updatedAt: '2021-07-09 14:35:23' filters: - rcpt:MU8E37F362-8C79-41E0-A35F-2ADEB31112B5:ICAEDFBBBD-950A-4CBA-B492-1B5FFFA90418::ATCH_rcpt_[[USER]]_att_sha1-Tn31R763RsK-Iv4Zymr1z2Ji98c - facility:ICB2D93E9F-1E8A-4DE8-A119-801015125223 - rcpt:MU8E37F362-8C79-41E0-A35F-2ADEB31112B5:ICAEDFBBBD-950A-4CBA-B492-1B5FFFA90418::ATCH_rcpt_[[USER]]_att_sha1-43fljMPOkOP8dP43YK-eDaY1-DA - name:release 1.6.3 declaration quoting test - status:FirmOrderPending - umr:b00123jhp15330907 - ptype:FullContract - facility:IC12456441-7A8F-474C-B2E9-D63572D661CD - action:uwFirmOrder - facility:ICBB07870C-1D4C-4C41-A1EF-792EE67F1AEA - rcpt:MU8E37F362-8C79-41E0-A35F-2ADEB31112B5:ICAEDFBBBD-950A-4CBA-B492-1B5FFFA90418::ATCH_rcpt_[[USER]]_att_sha1-1ZvttXnq1NfVUkj0_sWvA-WD3aI - name:quoting test - rcpt:MU8E37F362-8C79-41E0-A35F-2ADEB31112B5:ICAEDFBBBD-950A-4CBA-B492-1B5FFFA90418::ATCH_rcpt_[[USER]]_att_sha1-N7I1CKvdW5cqK_U3U-57KQQTsTE - rcpt:MU8E37F362-8C79-41E0-A35F-2ADEB31112B5:ICAEDFBBBD-950A-4CBA-B492-1B5FFFA90418::ATCH_rcpt_[[USER]]_att_sha1-DyZnc8zTHaQI2p8QvLumXlO-4HI - ctype:Declarations - name:test - name:1.6.3 declaration quoting test - rcpt:MU8E37F362-8C79-41E0-A35F-2ADEB31112B5:ICAEDFBBBD-950A-4CBA-B492-1B5FFFA90418::ATCH_rcpt_[[USER]]_att_sha1-LsKXvRynt_nyzpnPDv8R-yyHCks - status:FirmOrder - umr:b00123jhp14540406 - rcpt:MU8E37F362-8C79-41E0-A35F-2ADEB31112B5:ICAEDFBBBD-950A-4CBA-B492-1B5FFFA90418::ATCH_rcpt_[[USER]]_att_sha1-rMjLBGpn56Gp1yphy9jFvhxrZ0c - rcpt:MU8E37F362-8C79-41E0-A35F-2ADEB31112B5:ICAEDFBBBD-950A-4CBA-B492-1B5FFFA90418::ATCH_rcpt_[[USER]]_att_sha1-mvdF6gHDFzcO9Wc1W8BkOEeyuiw - name:declaration quoting test rootID: ICAEDFBBBD-950A-4CBA-B492-1B5FFFA90418 updatedAt: '2021-07-09 14:35:23' - _id: RWRiskSummary::IC631D9ED4-214A-4AEA-ABD4-2BD699CCD49E::whitesails_MARINE _rev: 14-05f21ef721048c3526fdacd1370aa3d8 actions: [] docs: - count: 4 digests: sha1-E13vySJuVdwmGQisROL/krksoqo=: MU8E37F362-8C79-41E0-A35F-2ADEB31112B5 sha1-kblPlj6Qguss5IhN5HhM5yrYAuY=: MU8E37F362-8C79-41E0-A35F-2ADEB31112B5 sha1-teKYiYJ9x3AtCP8kVTCPJtgPX6w=: MU8E37F362-8C79-41E0-A35F-2ADEB31112B5 sha1-tg8SAkzT0SKkBtwEPdjKsJx7rh4=: MU8E37F362-8C79-41E0-A35F-2ADEB31112B5 id: IC631D9ED4-214A-4AEA-ABD4-2BD699CCD49E::ATCH type: RWAttachmentCollection updatedAt: '2021-04-07 09:32:29' - carriers: huttonpenman_MARINE: - '45' id: IC631D9ED4-214A-4AEA-ABD4-2BD699CCD49E::FO::HUTTONPENMAN::MARINE::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2021-04-06 16:32:01' written: - '45' - carriers: igc_LDNENERGY: - '30' id: IC631D9ED4-214A-4AEA-ABD4-2BD699CCD49E::FO::IGC::LDNENERGY::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2021-04-06 16:32:01' written: - '30' - associatedFacilityIDs: - IC673810CC-8425-4A29-96C6-E4BFF857E3B0 channels: - james_AVIATION - whitesails_MARINE createdAt: '2021-04-06 16:32:01' id: IC631D9ED4-214A-4AEA-ABD4-2BD699CCD49E::FO::WHITESAILS::MARINE inceptionDate: 1590969600 insuredName: New Orleans International Airways Ltd isFacility: false lastModifiedBy: MU8E37F362-8C79-41E0-A35F-2ADEB31112B5 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: james_AVIATION rev: 1-5d4bfc79a575d3f61a9209f4c1aa7342 status: FirmOrder type: RWPlacing umr: B00123JHP17052105 updatedAt: '2021-04-06 16:32:01' - carriers: whitesails_MARINE: - '15' id: IC631D9ED4-214A-4AEA-ABD4-2BD699CCD49E::FO::WHITESAILS::MARINE::WRLS needsApproving: false type: RWWrittenLineSet updatedAt: '2021-04-06 16:32:01' written: - '15' filters: - name:airways ltd - rcpt:MU8E37F362-8C79-41E0-A35F-2ADEB31112B5:IC631D9ED4-214A-4AEA-ABD4-2BD699CCD49E::ATCH_rcpt_[[USER]]_att_sha1-kblPlj6Qguss5IhN5HhM5yrYAuY - name:ltd - ctype:Declarations - status:FirmOrder - facility:IC673810CC-8425-4A29-96C6-E4BFF857E3B0 - name:international airways ltd - rcpt:MU8E37F362-8C79-41E0-A35F-2ADEB31112B5:IC631D9ED4-214A-4AEA-ABD4-2BD699CCD49E::ATCH_rcpt_[[USER]]_att_sha1-E13vySJuVdwmGQisROL_krksoqo - rcpt:MU8E37F362-8C79-41E0-A35F-2ADEB31112B5:IC631D9ED4-214A-4AEA-ABD4-2BD699CCD49E::ATCH_rcpt_[[USER]]_att_sha1-tg8SAkzT0SKkBtwEPdjKsJx7rh4 - rcpt:MU8E37F362-8C79-41E0-A35F-2ADEB31112B5:IC631D9ED4-214A-4AEA-ABD4-2BD699CCD49E::ATCH_rcpt_[[USER]]_att_sha1-teKYiYJ9x3AtCP8kVTCPJtgPX6w - umr:b00123jhp17052105 - ptype:FullContract - name:orleans international airways ltd - 'name: international airways ltd' - name:new orleans international airways ltd rootID: IC631D9ED4-214A-4AEA-ABD4-2BD699CCD49E updatedAt: '2021-04-07 09:32:29' - _id: RWRiskSummary::IC4FEC82DA-7C74-4C1B-ADB3-054350D73826::whitesails_MARINE _rev: 5-0715948dce76b549250569cf3944482c actions: - uwFirmOrder:1610359572.0 docs: - associatedFacilityIDs: - ICB2D93E9F-1E8A-4DE8-A119-801015125223 - ICE0408740-5BAE-4268-9A26-605E3676C7E3 channels: - james_AVIATION - whitesails_MARINE createdAt: '2021-01-11 10:06:12' id: IC4FEC82DA-7C74-4C1B-ADB3-054350D73826::FO::WHITESAILS::MARINE inceptionDate: 1590969600 insuredName: Release 1.5.5 Test 3 isFacility: false lastModifiedBy: MU8E37F362-8C79-41E0-A35F-2ADEB31112B5 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: james_AVIATION rev: 2-4d221fae02ef9064413d17475f7b151d status: FirmOrder type: RWPlacing umr: B00123JHP16142412 updatedAt: '2021-01-11 10:18:19' - channels: - james_AVIATION - whitesails_MARINE empty: false id: IC4FEC82DA-7C74-4C1B-ADB3-054350D73826::FO::WHITESAILS::MARINE::LGUS sections: [] type: RWLineGuidanceSet - id: IC4FEC82DA-7C74-4C1B-ADB3-054350D73826::OWN::WHITESAILS::MARINE ownerChannel: whitesails_MARINE ownerUserID: MUD84FE66A-077F-457C-B962-ABE7375907E8 type: RWRiskOwner updatedAt: '2021-02-19 12:19:24' filters: - ptype:FullContract - umr:b00123jhp16142412 - name:release 1.5.5 test 3 - status:FirmOrder - ctype:Declarations - name:test 3 - owner:MUD84FE66A-077F-457C-B962-ABE7375907E8 - facility:ICE0408740-5BAE-4268-9A26-605E3676C7E3 - name:3 - action:uwFirmOrder - status:FirmOrderPending - name:1.5.5 test 3 - facility:ICB2D93E9F-1E8A-4DE8-A119-801015125223 rootID: IC4FEC82DA-7C74-4C1B-ADB3-054350D73826 updatedAt: '2021-02-19 12:19:24' - _id: RWRiskSummary::ICE4602EE0-BC42-4EF3-B0E2-CD393DAAC2A5::whitesails_MARINE _rev: 9-aa522d56e7260d88381b1dfc1d65bf24 actions: [] docs: - carriers: mcneillieuwr_ALL: - '40' id: ICE4602EE0-BC42-4EF3-B0E2-CD393DAAC2A5::FO::MCNEILLIEUWR::ALL::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2021-01-27 11:20:52' written: - '40' - carriers: whitecliffs_MARINE: - '35' id: ICE4602EE0-BC42-4EF3-B0E2-CD393DAAC2A5::FO::WHITECLIFFS::MARINE::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2021-01-27 11:20:52' written: - '35' - associatedFacilityIDs: - IC19E2A072-BCAC-48C6-9F0A-CD5517DFB949 channels: - gailbkr_ALL - whitesails_MARINE createdAt: '2021-01-27 11:20:52' id: ICE4602EE0-BC42-4EF3-B0E2-CD393DAAC2A5::FO::WHITESAILS::MARINE inceptionDate: 1564617600 insuredName: PF Declaration Test - GHM 27/01 - 002 isFacility: false lastModifiedBy: MU0A7E5E65-AF27-4615-A447-E2AB41B1CF61 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: gailbkr_ALL rev: 1-cc9a7200b443670eba8ff91481523e2b status: FirmOrder type: RWPlacing umr: B0999GM27012021 updatedAt: '2021-01-27 11:20:52' - carriers: whitesails_MARINE: - '25' id: ICE4602EE0-BC42-4EF3-B0E2-CD393DAAC2A5::FO::WHITESAILS::MARINE::WRLS needsApproving: false type: RWWrittenLineSet updatedAt: '2021-01-27 11:20:52' written: - '25' filters: - umr:b0999gm27012021 - name:- ghm 27/01 - 002 - name:- 002 - status:FirmOrder - name:declaration test - ghm 27/01 - 002 - name:ghm 27/01 - 002 - ptype:FullContract - facility:IC19E2A072-BCAC-48C6-9F0A-CD5517DFB949 - name:27/01 - 002 - name:test - ghm 27/01 - 002 - ctype:Declarations - name:002 - name:pf declaration test - ghm 27/01 - 002 rootID: ICE4602EE0-BC42-4EF3-B0E2-CD393DAAC2A5 updatedAt: '2021-01-27 11:20:52' - _id: RWRiskSummary::IC1D2FC072-E336-4390-B50C-28B7065A2185::whitesails_MARINE _rev: 9-136614425ec811d349dec24f153a1432 actions: [] docs: - carriers: mcneillieuwr_ALL: - '40' id: IC1D2FC072-E336-4390-B50C-28B7065A2185::FO::MCNEILLIEUWR::ALL::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2021-01-27 11:12:48' written: - '40' - carriers: whitecliffs_MARINE: - '35' id: IC1D2FC072-E336-4390-B50C-28B7065A2185::FO::WHITECLIFFS::MARINE::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2021-01-27 11:12:48' written: - '35' - associatedFacilityIDs: - IC19E2A072-BCAC-48C6-9F0A-CD5517DFB949 channels: - gailbkr_ALL - whitesails_MARINE createdAt: '2021-01-27 11:12:48' id: IC1D2FC072-E336-4390-B50C-28B7065A2185::FO::WHITESAILS::MARINE inceptionDate: 1564617600 insuredName: PF Declaration Test - GHM 27/01 isFacility: false lastModifiedBy: MU0A7E5E65-AF27-4615-A447-E2AB41B1CF61 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: gailbkr_ALL rev: 1-d89b5b796e842904202547c2822c86e6 status: FirmOrder type: RWPlacing umr: B0999GM2207201430 updatedAt: '2021-01-27 11:12:48' - carriers: whitesails_MARINE: - '25' id: IC1D2FC072-E336-4390-B50C-28B7065A2185::FO::WHITESAILS::MARINE::WRLS needsApproving: false type: RWWrittenLineSet updatedAt: '2021-01-27 11:12:48' written: - '25' - id: IC1D2FC072-E336-4390-B50C-28B7065A2185::OWN::WHITESAILS::MARINE ownerChannel: whitesails_MARINE ownerUserID: MUD84FE66A-077F-457C-B962-ABE7375907E8 type: RWRiskOwner updatedAt: '2021-01-27 11:14:48' filters: - status:FirmOrder - owner:MUD84FE66A-077F-457C-B962-ABE7375907E8 - name:declaration test - ghm 27/01 - name:ghm 27/01 - ptype:FullContract - name:test - ghm 27/01 - name:pf declaration test - ghm 27/01 - facility:IC19E2A072-BCAC-48C6-9F0A-CD5517DFB949 - name:- ghm 27/01 - umr:b0999gm2207201430 - name:27/01 - ctype:Declarations rootID: IC1D2FC072-E336-4390-B50C-28B7065A2185 updatedAt: '2021-01-27 11:14:48' - _id: RWRiskSummary::ICA58840E3-305A-43C3-A5B3-4B85F12ECC0D::whitesails_MARINE _rev: 9-ba08c1945246dc97383ef8db1c0c05ad actions: - uwRequestToQuote:1610360722.0 docs: - associatedFacilityIDs: - ICB2D93E9F-1E8A-4DE8-A119-801015125223 channels: - james_AVIATION - whitesails_MARINE createdAt: '2021-01-11 10:25:22' id: ICA58840E3-305A-43C3-A5B3-4B85F12ECC0D::QR2 inceptionDate: 1590969600 insuredName: Release 1.5.5 Declaration 3 isFacility: false lastModifiedBy: MU8E37F362-8C79-41E0-A35F-2ADEB31112B5 leadUnderwriterChannel: whitesails_MARINE limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: james_AVIATION rev: 1-f28e4ad84ad8e628bdd035395b8b8d9f status: QuotationRequest type: RWPlacing umr: B00123JHP10251101 updatedAt: '2021-01-11 10:25:22' filters: - umr:b00123jhp10251101 - facility:ICB2D93E9F-1E8A-4DE8-A119-801015125223 - ctype:Declarations - name:3 - name:1.5.5 declaration 3 - ptype:FullContract - name:release 1.5.5 declaration 3 - name:declaration 3 - action:uwRequestToQuote - status:QuotationRequest rootID: ICA58840E3-305A-43C3-A5B3-4B85F12ECC0D updatedAt: '2021-01-11 10:25:22' - _id: RWRiskSummary::IC536F8AAF-14B6-4D33-8F75-543B0FCFB1C9::whitesails_MARINE _rev: 9-16052c1464651debd940f5e70ca9704a actions: [] docs: - associatedFacilityIDs: - ICB2D93E9F-1E8A-4DE8-A119-801015125223 channels: - james_AVIATION - whitesails_MARINE createdAt: '2021-01-11 10:23:55' id: IC536F8AAF-14B6-4D33-8F75-543B0FCFB1C9::M2 inceptionDate: 1590969600 insuredName: Release 1.5.5 Declaration 2 isFacility: false lastModifiedBy: MU8E37F362-8C79-41E0-A35F-2ADEB31112B5 leadUnderwriterChannel: whitesails_MARINE limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: james_AVIATION rev: 1-257bef43c08ce1f8780a5e5f93985922 status: Marketed Only type: RWPlacing umr: 00123JHP10231101 updatedAt: '2021-01-11 10:23:55' filters: - ptype:FullContract - name:release 1.5.5 declaration 2 - name:2 - umr:00123jhp10231101 - ctype:Declarations - facility:ICB2D93E9F-1E8A-4DE8-A119-801015125223 - name:1.5.5 declaration 2 - status:MarketedOnly - name:declaration 2 rootID: IC536F8AAF-14B6-4D33-8F75-543B0FCFB1C9 updatedAt: '2021-01-11 10:23:55' - _id: RWRiskSummary::ICCA6A27BC-BF8C-46CD-9C51-D852C7C277D7::whitesails_MARINE _rev: 9-ffc09f79fd2a0c602d00582daa18f26b actions: - uwFirmOrder:1610360447.0 docs: - associatedFacilityIDs: - ICB2D93E9F-1E8A-4DE8-A119-801015125223 channels: - james_AVIATION - whitesails_MARINE createdAt: '2021-01-11 10:20:47' id: ICCA6A27BC-BF8C-46CD-9C51-D852C7C277D7::FO::WHITESAILS::MARINE inceptionDate: 1590969600 insuredName: Release 1.5.5 Declaration isFacility: false lastModifiedBy: MU8E37F362-8C79-41E0-A35F-2ADEB31112B5 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: james_AVIATION rev: 1-032eb5c0f670c81d4ba333ba289d1b7d status: FirmOrder type: RWPlacing umr: B00123JHP10201101 updatedAt: '2021-01-11 10:20:47' - channels: - james_AVIATION - whitesails_MARINE empty: false id: ICCA6A27BC-BF8C-46CD-9C51-D852C7C277D7::FO::WHITESAILS::MARINE::LGUS sections: [] type: RWLineGuidanceSet filters: - name:1.5.5 declaration - ctype:Declarations - name:declaration - action:uwFirmOrder - facility:ICB2D93E9F-1E8A-4DE8-A119-801015125223 - status:FirmOrderPending - status:FirmOrder - name:release 1.5.5 declaration - umr:b00123jhp10201101 - ptype:FullContract rootID: ICCA6A27BC-BF8C-46CD-9C51-D852C7C277D7 updatedAt: '2021-01-11 10:20:47' - _id: RWRiskSummary::IC0E3A5178-23C9-42B9-A299-482CAC36461C::whitesails_MARINE _rev: 11-e30a6a100e2a1c3e52b4ff2520aeb4d6 actions: [] docs: - carriers: bulkwr1_AVIATION: - '20' id: IC0E3A5178-23C9-42B9-A299-482CAC36461C::FO::BULKWR1::AVIATION::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2020-12-03 14:55:07' written: - '20' - carriers: huttonpenman_AVIATION: - '50' id: IC0E3A5178-23C9-42B9-A299-482CAC36461C::FO::HUTTONPENMAN::AVIATION::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2020-12-03 14:55:07' written: - '50' - carriers: offlineallianzglobal_ALL: - '10' id: IC0E3A5178-23C9-42B9-A299-482CAC36461C::FO::OFFLINEALLIANZGLOBAL::ALL::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2020-12-31 10:15:58' written: - '10' - channels: - james_AVIATION - whitesails_MARINE createdAt: '2020-12-03 14:55:06' id: IC0E3A5178-23C9-42B9-A299-482CAC36461C::FO::WHITESAILS::MARINE inceptionDate: 1590969600 insuredName: Notification Test isFacility: false lastModifiedBy: MU8E37F362-8C79-41E0-A35F-2ADEB31112B5 leadUnderwriterChannel: huttonpenman_AVIATION limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: james_AVIATION rev: 1-0b880f1d535fd7c35e77140825bee9d5 status: FirmOrder type: RWPlacing umr: B00123JHP13180311 updatedAt: '2020-12-03 14:55:06' - channels: - james_AVIATION - whitesails_MARINE empty: false id: IC0E3A5178-23C9-42B9-A299-482CAC36461C::FO::WHITESAILS::MARINE::LGUS sections: [] type: RWLineGuidanceSet - carriers: whitesails_MARINE: - '20' id: IC0E3A5178-23C9-42B9-A299-482CAC36461C::FO::WHITESAILS::MARINE::WRLS needsApproving: false type: RWWrittenLineSet updatedAt: '2020-12-03 14:56:47' written: - '20' - id: IC0E3A5178-23C9-42B9-A299-482CAC36461C::OWN::WHITESAILS::MARINE ownerChannel: whitesails_MARINE ownerUserID: MUD84FE66A-077F-457C-B962-ABE7375907E8 type: RWRiskOwner updatedAt: '2020-12-03 14:56:22' filters: - umr:b00123jhp13180311 - name:notification test - name:test - ptype:FullContract - owner:MUD84FE66A-077F-457C-B962-ABE7375907E8 - status:FirmOrder - ctype:Open Market rootID: IC0E3A5178-23C9-42B9-A299-482CAC36461C updatedAt: '2020-12-31 10:15:58' - _id: RWRiskSummary::IC62AF5ABF-8F8F-4D3B-8724-5FF4A434F180::whitesails_MARINE _rev: 9-05ba2d74d87fdeb26c73d085c3affe1b actions: [] docs: - carriers: hiscox_AVIATION: - '20' id: IC62AF5ABF-8F8F-4D3B-8724-5FF4A434F180::FO::HISCOX::AVIATION::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2020-12-22 16:31:40' written: - '20' - carriers: qbe_CASUALTY: - '30' id: IC62AF5ABF-8F8F-4D3B-8724-5FF4A434F180::FO::QBE::CASUALTY::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2020-12-22 16:31:29' written: - '30' - carriers: whitecliffs_MARINE: - '10' id: IC62AF5ABF-8F8F-4D3B-8724-5FF4A434F180::FO::WHITECLIFFS::MARINE::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2020-12-22 16:31:40' written: - '10' - associatedFacilityIDs: - ICB2D93E9F-1E8A-4DE8-A119-801015125223 channels: - james_AVIATION - whitesails_MARINE createdAt: '2020-12-22 16:25:08' id: IC62AF5ABF-8F8F-4D3B-8724-5FF4A434F180::FO::WHITESAILS::MARINE inceptionDate: 1590969600 insuredName: Dec Test 15 isFacility: false lastModifiedBy: MU8E37F362-8C79-41E0-A35F-2ADEB31112B5 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: james_AVIATION rev: 1-9cc223a4d890668897d2e5dfb34cc7be status: FirmOrder type: RWPlacing umr: B00123JHP16232212 updatedAt: '2020-12-22 16:25:08' - channels: - james_AVIATION - whitesails_MARINE empty: false id: IC62AF5ABF-8F8F-4D3B-8724-5FF4A434F180::FO::WHITESAILS::MARINE::LGUS sections: - index: 2 multiSectionId: '2' multiSectionName: ROW type: RWLineGuidanceSet - carriers: whitesails_MARINE: - '40' id: IC62AF5ABF-8F8F-4D3B-8724-5FF4A434F180::FO::WHITESAILS::MARINE::WRLS needsApproving: false type: RWWrittenLineSet updatedAt: '2020-12-22 16:27:22' written: - '40' - id: IC62AF5ABF-8F8F-4D3B-8724-5FF4A434F180::OWN::WHITESAILS::MARINE ownerChannel: whitesails_MARINE ownerUserID: MUD84FE66A-077F-457C-B962-ABE7375907E8 type: RWRiskOwner updatedAt: '2020-12-22 16:26:45' filters: - name:dec test 15 - name:15 - ptype:FullContract - umr:b00123jhp16232212 - facility:ICB2D93E9F-1E8A-4DE8-A119-801015125223 - status:FirmOrder - name:test 15 - ctype:Declarations - owner:MUD84FE66A-077F-457C-B962-ABE7375907E8 rootID: IC62AF5ABF-8F8F-4D3B-8724-5FF4A434F180 updatedAt: '2020-12-22 16:31:40' - _id: RWRiskSummary::IC5C8E6044-F4F3-4D41-9881-400B79E6C161::whitesails_MARINE _rev: 11-0f00bb24bac83fef4e5901cfde5c48ed actions: [] docs: - carriers: hiscox_AVIATION: - '30' id: IC5C8E6044-F4F3-4D41-9881-400B79E6C161::FO::HISCOX::AVIATION::WRLS-whitesails_MARINE needsApproving: false type: RWWrittenLineSet updatedAt: '2020-12-03 16:25:41' written: - '30' - associatedFacilityIDs: - ICB2D93E9F-1E8A-4DE8-A119-801015125223 channels: - james_AVIATION - whitesails_MARINE createdAt: '2020-03-05 09:48:46' id: IC5C8E6044-F4F3-4D41-9881-400B79E6C161::FO::WHITESAILS::MARINE inceptionDate: 1546300800 insuredName: Afghanistan lastModifiedBy: MU8E37F362-8C79-41E0-A35F-2ADEB31112B5 leadUnderwriterChannel: '' limitSummary: USD 10,000,000 placingBrokerChannel: james_AVIATION rev: 1-3293371ce13625b267d888e363f79245 status: FirmOrder type: RWPlacing umr: B00123JHP09470503 updatedAt: '2020-03-05 09:48:46' - channels: - james_AVIATION - whitesails_MARINE empty: false id: IC5C8E6044-F4F3-4D41-9881-400B79E6C161::FO::WHITESAILS::MARINE::LGUS sections: [] type: RWLineGuidanceSet - carriers: whitesails_MARINE: - '40' id: IC5C8E6044-F4F3-4D41-9881-400B79E6C161::FO::WHITESAILS::MARINE::WRLS needsApproving: false type: RWWrittenLineSet updatedAt: '2020-03-05 09:49:46' written: - '40' - id: IC5C8E6044-F4F3-4D41-9881-400B79E6C161::OWN::WHITESAILS::MARINE ownerChannel: whitesails_MARINE ownerUserID: MUD84FE66A-077F-457C-B962-ABE7375907E8 type: RWRiskOwner updatedAt: '2020-03-05 09:49:01' filters: - ptype:FullContract - facility:ICB2D93E9F-1E8A-4DE8-A119-801015125223 - name:afghanistan - owner:MUD84FE66A-077F-457C-B962-ABE7375907E8 - status:FirmOrder - umr:b00123jhp09470503 - ctype:Declarations rootID: IC5C8E6044-F4F3-4D41-9881-400B79E6C161 updatedAt: '2020-12-03 16:25:41' - _id: RWRiskSummary::IC34E264CB-CD86-4DB7-AE32-76158C5C7E6F::whitesails_MOTOR030320 _rev: 9-31c7c5917a1bc447bd10d31299c8421b actions: - uwFirmOrder:1606704215.0 docs: - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 createdAt: '2020-11-30 02:43:35' id: IC34E264CB-CD86-4DB7-AE32-76158C5C7E6F::FO::WHITESAILS::MOTOR030320 inceptionDate: 1561939200 insuredName: Verticals 02:43:28 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: whitesands_MOTOR030320 limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: blackswan_MOTOR030920 rev: 1-7547ae613ea137fb41c7c69547f14ee6 status: FirmOrder type: RWPlacing umr: B0999MT3011024328 updatedAt: '2020-11-30 02:43:35' - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 empty: false id: IC34E264CB-CD86-4DB7-AE32-76158C5C7E6F::FO::WHITESAILS::MOTOR030320::LGUS sections: [] type: RWLineGuidanceSet - id: IC34E264CB-CD86-4DB7-AE32-76158C5C7E6F::OWN::WHITESAILS::MOTOR030320 ownerChannel: whitesails_MOTOR030320 ownerUserID: MUADC92859-61DC-4FEC-8D3B-E70DB317C05B type: RWRiskOwner updatedAt: '2020-11-30 02:43:36' filters: - status:FirmOrder - name:02:43:28 - owner:MUADC92859-61DC-4FEC-8D3B-E70DB317C05B - umr:b0999mt3011024328 - status:FirmOrderPending - ctype:Open Market - action:uwFirmOrder - ptype:FullContract - name:verticals 02:43:28 rootID: IC34E264CB-CD86-4DB7-AE32-76158C5C7E6F updatedAt: '2020-11-30 02:43:36' - _id: RWRiskSummary::IC8C122DF5-BA7B-4A6A-8463-B42D6AF38F9F::whitesails_MOTOR030320 _rev: 9-cc5ff9a0d31614a853e4d7aa00ce3d6a actions: - uwFirmOrder:1606704207.0 docs: - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 createdAt: '2020-11-30 02:43:27' id: IC8C122DF5-BA7B-4A6A-8463-B42D6AF38F9F::FO::WHITESAILS::MOTOR030320 inceptionDate: 1561939200 insuredName: Verticals 02:43:18 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: blackswan_MOTOR030920 rev: 1-e8222c2c5002a66e11fc085996d17c21 status: FirmOrder type: RWPlacing umr: B0999MT3011024318 updatedAt: '2020-11-30 02:43:27' - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 empty: false id: IC8C122DF5-BA7B-4A6A-8463-B42D6AF38F9F::FO::WHITESAILS::MOTOR030320::LGUS sections: [] type: RWLineGuidanceSet - id: IC8C122DF5-BA7B-4A6A-8463-B42D6AF38F9F::OWN::WHITESAILS::MOTOR030320 ownerChannel: whitesails_MOTOR030320 ownerUserID: MUADC92859-61DC-4FEC-8D3B-E70DB317C05B type: RWRiskOwner updatedAt: '2020-11-30 02:43:28' filters: - status:FirmOrderPending - status:FirmOrder - ptype:FullContract - umr:b0999mt3011024318 - owner:MUADC92859-61DC-4FEC-8D3B-E70DB317C05B - name:02:43:18 - ctype:Open Market - name:verticals 02:43:18 - action:uwFirmOrder rootID: IC8C122DF5-BA7B-4A6A-8463-B42D6AF38F9F updatedAt: '2020-11-30 02:43:28' - _id: RWRiskSummary::IC42BB6847-5047-41C4-A204-911DCF239CAC::whitesails_MOTOR030320 _rev: 9-57c7a6ab6e4f655ef3bed3ca762e190b actions: [] docs: - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 createdAt: '2020-11-30 02:42:26' id: IC42BB6847-5047-41C4-A204-911DCF239CAC::FO::WHITESAILS::MOTOR030320 inceptionDate: 1561939200 insuredName: Verticals 02:42:18 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: blackswan_MOTOR030920 rev: 1-104b2ed8371a05457f85e77d0855025a status: FirmOrder type: RWPlacing umr: B0999MT3011024218 updatedAt: '2020-11-30 02:42:26' - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 empty: false id: IC42BB6847-5047-41C4-A204-911DCF239CAC::FO::WHITESAILS::MOTOR030320::LGUS sections: [] type: RWLineGuidanceSet - carriers: whitesails_MOTOR030320: - '30' id: IC42BB6847-5047-41C4-A204-911DCF239CAC::FO::WHITESAILS::MOTOR030320::SILS signed: - '30' type: RWSignedLineSet updatedAt: '2020-11-30 02:42:35' - carriers: whitesails_MOTOR030320: - '30' id: IC42BB6847-5047-41C4-A204-911DCF239CAC::FO::WHITESAILS::MOTOR030320::WRLS needsApproving: false type: RWWrittenLineSet updatedAt: '2020-11-30 02:42:30' written: - '30' - id: IC42BB6847-5047-41C4-A204-911DCF239CAC::OWN::WHITESAILS::MOTOR030320 ownerChannel: whitesails_MOTOR030320 ownerUserID: MUADC92859-61DC-4FEC-8D3B-E70DB317C05B type: RWRiskOwner updatedAt: '2020-11-30 02:42:27' - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 createdAt: '2020-11-30 02:42:35' id: IC42BB6847-5047-41C4-A204-911DCF239CAC::SIGNED::WHITESAILS::MOTOR030320 inceptionDate: 1561939200 insuredName: Verticals 02:42:18 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: blackswan_MOTOR030920 rev: 1-5bf3a29e56342195bfb28fdb526632c9 status: Signed type: RWPlacing umr: B0999MT3011024218 updatedAt: '2020-11-30 02:42:35' filters: - ctype:Open Market - owner:MUADC92859-61DC-4FEC-8D3B-E70DB317C05B - ptype:FullContract - status:Signed - umr:b0999mt3011024218 - name:02:42:18 - name:verticals 02:42:18 rootID: IC42BB6847-5047-41C4-A204-911DCF239CAC updatedAt: '2020-11-30 02:42:35' - _id: RWRiskSummary::ICE37AFDFD-41C3-49AC-A394-256F502AB385::whitesails_MOTOR030320 _rev: 9-470267ef15b2052fab04b591d67d7af6 actions: - uwFirmOrder:1606704121.0 docs: - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 createdAt: '2020-11-30 02:42:01' id: ICE37AFDFD-41C3-49AC-A394-256F502AB385::FO::WHITESAILS::MOTOR030320 inceptionDate: 1561939200 insuredName: Verticals 02:41:48 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: blackswan_MOTOR030920 rev: 2-d271af3919dfc12516bda9e7d155d760 status: FirmOrder type: RWPlacing umr: B0999MT3011024148 updatedAt: '2020-11-30 02:42:01' - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 empty: false id: ICE37AFDFD-41C3-49AC-A394-256F502AB385::FO::WHITESAILS::MOTOR030320::LGUS sections: - index: 2 leadUnderwriterChannel: whitesails_MOTOR030320 multiSectionId: B1 multiSectionName: Section B - index: 1 leadUnderwriterChannel: whitesands_MOTOR030320 multiSectionId: A1 multiSectionName: Section A type: RWLineGuidanceSet - id: ICE37AFDFD-41C3-49AC-A394-256F502AB385::OWN::WHITESAILS::MOTOR030320 ownerChannel: whitesails_MOTOR030320 ownerUserID: MUADC92859-61DC-4FEC-8D3B-E70DB317C05B type: RWRiskOwner updatedAt: '2020-11-30 02:42:00' filters: - name:verticals 02:41:48 - status:FirmOrder - status:FirmOrderPending - name:02:41:48 - umr:b0999mt3011024148 - ctype:Open Market - action:uwFirmOrder - owner:MUADC92859-61DC-4FEC-8D3B-E70DB317C05B - ptype:FullContract rootID: ICE37AFDFD-41C3-49AC-A394-256F502AB385 updatedAt: '2020-11-30 02:42:01' - _id: RWRiskSummary::IC24FBE599-94A6-45FA-9400-4EC72CC062D2::whitesails_MOTOR030320 _rev: 9-7e0c06194c676d599963597e3ba20279 actions: - uwFirmOrder:1606704107.0 docs: - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 createdAt: '2020-11-30 02:41:47' id: IC24FBE599-94A6-45FA-9400-4EC72CC062D2::FO::WHITESAILS::MOTOR030320 inceptionDate: 1561939200 insuredName: Verticals 02:41:33 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: blackswan_MOTOR030920 rev: 1-0d4ec9e3ddbb2a2b07f9c1ecd3fa1e62 status: FirmOrder type: RWPlacing umr: B0999MT3011024133 updatedAt: '2020-11-30 02:41:47' - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 empty: false id: IC24FBE599-94A6-45FA-9400-4EC72CC062D2::FO::WHITESAILS::MOTOR030320::LGUS sections: - index: 2 leadUnderwriterChannel: whitesands_MOTOR030320 multiSectionId: B1 multiSectionName: Section B type: RWLineGuidanceSet - id: IC24FBE599-94A6-45FA-9400-4EC72CC062D2::OWN::WHITESAILS::MOTOR030320 ownerChannel: whitesails_MOTOR030320 ownerUserID: MUADC92859-61DC-4FEC-8D3B-E70DB317C05B type: RWRiskOwner updatedAt: '2020-11-30 02:41:47' filters: - umr:b0999mt3011024133 - name:verticals 02:41:33 - name:02:41:33 - ctype:Open Market - action:uwFirmOrder - ptype:FullContract - status:FirmOrder - owner:MUADC92859-61DC-4FEC-8D3B-E70DB317C05B - status:FirmOrderPending rootID: IC24FBE599-94A6-45FA-9400-4EC72CC062D2 updatedAt: '2020-11-30 02:41:47' - _id: RWRiskSummary::ICE91AA5D3-B5EB-44C1-BD5B-DF7C1202019E::whitesails_MOTOR030320 _rev: 9-3d961d76430b28c269a340d78fb9739a actions: - uwFirmOrder:1606704092.0 docs: - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 createdAt: '2020-11-30 02:41:32' id: ICE91AA5D3-B5EB-44C1-BD5B-DF7C1202019E::FO::WHITESAILS::MOTOR030320 inceptionDate: 1561939200 insuredName: Verticals 02:41:19 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: blackswan_MOTOR030920 rev: 3-d8be8e3d3fe5268ab30df0e35abe96e5 status: FirmOrder type: RWPlacing umr: B0999MT3011024119 updatedAt: '2020-11-30 02:41:32' - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 empty: false id: ICE91AA5D3-B5EB-44C1-BD5B-DF7C1202019E::FO::WHITESAILS::MOTOR030320::LGUS sections: [] type: RWLineGuidanceSet - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 createdAt: '2020-11-30 02:41:29' id: ICE91AA5D3-B5EB-44C1-BD5B-DF7C1202019E::FOW::WHITESAILS::MOTOR030320 inceptionDate: 1561939200 insuredName: Verticals 02:41:19 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: blackswan_MOTOR030920 rev: 1-9935feb5fea29e135054a328d0b43697 status: FirmOrderWithdrawn type: RWPlacing umr: B0999MT3011024119 updatedAt: '2020-11-30 02:41:29' - id: ICE91AA5D3-B5EB-44C1-BD5B-DF7C1202019E::OWN::WHITESAILS::MOTOR030320 ownerChannel: whitesails_MOTOR030320 ownerUserID: MUADC92859-61DC-4FEC-8D3B-E70DB317C05B type: RWRiskOwner updatedAt: '2020-11-30 02:41:28' filters: - name:02:41:19 - ctype:Open Market - action:uwFirmOrder - umr:b0999mt3011024119 - owner:MUADC92859-61DC-4FEC-8D3B-E70DB317C05B - status:FirmOrder - ptype:FullContract - name:verticals 02:41:19 - status:FirmOrderPending rootID: ICE91AA5D3-B5EB-44C1-BD5B-DF7C1202019E updatedAt: '2020-11-30 02:41:32' - _id: RWRiskSummary::IC1463E90A-3B1E-46D9-889A-F953B5A0D088::whitesails_MOTOR030320 _rev: 9-4fe2dd816dea9b47d4938cb5212cb942 actions: - uwFirmOrder:1606704061.0 docs: - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 createdAt: '2020-11-30 02:41:01' id: IC1463E90A-3B1E-46D9-889A-F953B5A0D088::FO::WHITESAILS::MOTOR030320 inceptionDate: 1561939200 insuredName: Verticals 02:40:49 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: blackswan_MOTOR030920 rev: 1-e35ecb70ed0eae82e6ba14d27d272293 status: FirmOrder type: RWPlacing umr: B0999MT3011024049 updatedAt: '2020-11-30 02:41:01' - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 empty: false id: IC1463E90A-3B1E-46D9-889A-F953B5A0D088::FO::WHITESAILS::MOTOR030320::LGUS sections: [] type: RWLineGuidanceSet - id: IC1463E90A-3B1E-46D9-889A-F953B5A0D088::OWN::WHITESAILS::MOTOR030320 ownerChannel: whitesails_MOTOR030320 ownerUserID: MUADC92859-61DC-4FEC-8D3B-E70DB317C05B type: RWRiskOwner updatedAt: '2020-11-30 02:41:02' filters: - action:uwFirmOrder - name:02:40:49 - status:FirmOrderPending - name:verticals 02:40:49 - ptype:FullContract - umr:b0999mt3011024049 - status:FirmOrder - ctype:Open Market - owner:MUADC92859-61DC-4FEC-8D3B-E70DB317C05B rootID: IC1463E90A-3B1E-46D9-889A-F953B5A0D088 updatedAt: '2020-11-30 02:41:02' - _id: RWRiskSummary::IC9D5BA256-6E17-4997-8DEC-265AA38EA23D::whitesails_MOTOR030320 _rev: 9-3f3397fc596eef3b0deb190c02081265 actions: - uwRequestToQuote:1606703967.0 docs: - channels: - whitesails_MOTOR030320 - blackswan_MOTOR030920 createdAt: '2020-11-30 02:39:27' id: IC9D5BA256-6E17-4997-8DEC-265AA38EA23D::QR2 inceptionDate: 1561939200 insuredName: Show For Quote 02:39:25 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: whitesails_MOTOR030320 limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: blackswan_MOTOR030920 rev: 1-53d234f9dca1d1817edb0e36afd9e260 status: QuotationRequest type: RWPlacing umr: B0999MT3011023925 updatedAt: '2020-11-30 02:39:27' filters: - name:show for quote 02:39:25 - name:02:39:25 - name:quote 02:39:25 - status:QuotationRequest - action:uwRequestToQuote - ptype:FullContract - name:for quote 02:39:25 - umr:b0999mt3011023925 - ctype:Open Market rootID: IC9D5BA256-6E17-4997-8DEC-265AA38EA23D updatedAt: '2020-11-30 02:39:27' - _id: RWRiskSummary::IC27644FA7-77CB-40C5-B908-2D07861336DD::whitesails_MOTOR030320 _rev: 9-4fa563f465b1d8c9ed6bcbbe93eefa70 actions: [] docs: - channels: - whitesails_MOTOR030320 - blackswan_MOTOR030920 createdAt: '2020-11-30 02:39:24' id: IC27644FA7-77CB-40C5-B908-2D07861336DD::M1 inceptionDate: 1561939200 insuredName: Show For Quote 02:39:22 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: whitesails_MOTOR030320 limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: blackswan_MOTOR030920 rev: 1-40c98766a9b90608ee0729fc6d5a424e status: Marketed Only type: RWPlacing umr: B0999MT3011023922 updatedAt: '2020-11-30 02:39:24' filters: - status:MarketedOnly - name:for quote 02:39:22 - name:quote 02:39:22 - umr:b0999mt3011023922 - ptype:FullContract - name:02:39:22 - ctype:Open Market - name:show for quote 02:39:22 rootID: IC27644FA7-77CB-40C5-B908-2D07861336DD updatedAt: '2020-11-30 02:39:24' - _id: RWRiskSummary::IC7CC51DBC-D4C4-4EAC-883D-6126E1A7ABCB::whitesails_MOTOR030320 _rev: 9-404bb9f38bc12c043ad4aeaf7d4cf4e4 actions: - uwEndorsement:1606703909.0 docs: - channels: - blackswan_MOTOR030920 - whitesands_MOTOR030320 - whitesails_MOTOR030320 createdAt: '2020-11-30 02:38:28' endorsementNumber: '1' id: IC7CC51DBC-D4C4-4EAC-883D-6126E1A7ABCB::FO::EN1 insuredName: Record Lines Off Platform 02:38:25 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: '' limitSummary: '' placementType: OffPlatform placingBrokerChannel: blackswan_MOTOR030920 rev: 5-8e325c72922b0e36981f372caa74e079 status: EndorsementFinalised type: RWPlacing umr: B0999MT3011023825 updatedAt: '2020-11-30 02:38:29' - agreed: false id: IC7CC51DBC-D4C4-4EAC-883D-6126E1A7ABCB::FO::EN1::ENF::whitesails_MOTOR030320 role: agreementParty type: RWEndorsementFollower uwrChannel: whitesails_MOTOR030320 - agreed: true id: IC7CC51DBC-D4C4-4EAC-883D-6126E1A7ABCB::FO::EN1::ENF::whitesands_MOTOR030320 role: leader type: RWEndorsementFollower uwrChannel: whitesands_MOTOR030320 - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 createdAt: '2020-11-30 02:38:27' id: IC7CC51DBC-D4C4-4EAC-883D-6126E1A7ABCB::FO::WHITESAILS::MOTOR030320 insuredName: Record Lines Off Platform 02:38:25 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: '' limitSummary: '' placementType: OffPlatform placingBrokerChannel: blackswan_MOTOR030920 rev: 1-33e9c36a5e5971da998555259172ea32 status: FirmOrder type: RWPlacing umr: B0999MT3011023825 updatedAt: '2020-11-30 02:38:27' - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 empty: false id: IC7CC51DBC-D4C4-4EAC-883D-6126E1A7ABCB::FO::WHITESAILS::MOTOR030320::LGUS sections: [] type: RWLineGuidanceSet - carriers: whitesails_MOTOR030320: - '30' id: IC7CC51DBC-D4C4-4EAC-883D-6126E1A7ABCB::FO::WHITESAILS::MOTOR030320::WRLS needsApproving: false type: RWWrittenLineSet updatedAt: '2020-11-30 02:38:27' written: - '30' - carriers: whitesands_MOTOR030320: - '70' id: IC7CC51DBC-D4C4-4EAC-883D-6126E1A7ABCB::FO::WHITESANDS::MOTOR030320::WRLS-whitesails_MOTOR030320 needsApproving: false type: RWWrittenLineSet updatedAt: '2020-11-30 02:38:27' written: - '70' filters: - status:EndorsementPending - name:off platform 02:38:25 - ctype:Open Market - name:lines off platform 02:38:25 - status:Endorsement - name:platform 02:38:25 - ptype:OffPlatform - status:FirmOrder - name:record lines off platform 02:38:25 - umr:b0999mt3011023825 - name:02:38:25 - action:uwEndorsement rootID: IC7CC51DBC-D4C4-4EAC-883D-6126E1A7ABCB updatedAt: '2020-11-30 02:38:29' - _id: RWRiskSummary::IC97E3683B-9BF2-496C-B649-3A3A1DB71362::whitesails_MOTOR030320 _rev: 9-3afcec56f38d8d4329c4a26d52782c2d actions: - uwEndorsement:1606703905.0 docs: - channels: - blackswan_MOTOR030920 - whitesands_MOTOR030320 - whitesails_MOTOR030320 createdAt: '2020-11-30 02:38:23' endorsementNumber: '1' id: IC97E3683B-9BF2-496C-B649-3A3A1DB71362::FO::EN1 insuredName: Record Lines Off Platform 02:38:21 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: '' limitSummary: '' placementType: OffPlatform placingBrokerChannel: blackswan_MOTOR030920 rev: 5-d3f7b66399b15b0b310be61aa21ef212 status: EndorsementFinalised type: RWPlacing umr: B0999MT3011023821 updatedAt: '2020-11-30 02:38:25' - agreed: false id: IC97E3683B-9BF2-496C-B649-3A3A1DB71362::FO::EN1::ENF::whitesails_MOTOR030320 role: agreementParty type: RWEndorsementFollower uwrChannel: whitesails_MOTOR030320 - agreed: false id: IC97E3683B-9BF2-496C-B649-3A3A1DB71362::FO::EN1::ENF::whitesands_MOTOR030320 role: leader type: RWEndorsementFollower uwrChannel: whitesands_MOTOR030320 - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 createdAt: '2020-11-30 02:38:22' id: IC97E3683B-9BF2-496C-B649-3A3A1DB71362::FO::WHITESAILS::MOTOR030320 insuredName: Record Lines Off Platform 02:38:21 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: '' limitSummary: '' placementType: OffPlatform placingBrokerChannel: blackswan_MOTOR030920 rev: 1-1534037322dde605ad8b5fe85365fae4 status: FirmOrder type: RWPlacing umr: B0999MT3011023821 updatedAt: '2020-11-30 02:38:22' - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 empty: false id: IC97E3683B-9BF2-496C-B649-3A3A1DB71362::FO::WHITESAILS::MOTOR030320::LGUS sections: [] type: RWLineGuidanceSet - carriers: whitesails_MOTOR030320: - '30' id: IC97E3683B-9BF2-496C-B649-3A3A1DB71362::FO::WHITESAILS::MOTOR030320::WRLS needsApproving: false type: RWWrittenLineSet updatedAt: '2020-11-30 02:38:23' written: - '30' - carriers: whitesands_MOTOR030320: - '70' id: IC97E3683B-9BF2-496C-B649-3A3A1DB71362::FO::WHITESANDS::MOTOR030320::WRLS-whitesails_MOTOR030320 needsApproving: false type: RWWrittenLineSet updatedAt: '2020-11-30 02:38:23' written: - '70' filters: - status:Endorsement - name:off platform 02:38:21 - name:platform 02:38:21 - ptype:OffPlatform - name:02:38:21 - name:lines off platform 02:38:21 - status:FirmOrder - ctype:Open Market - name:record lines off platform 02:38:21 - status:EndorsementPending - umr:b0999mt3011023821 - action:uwEndorsement rootID: IC97E3683B-9BF2-496C-B649-3A3A1DB71362 updatedAt: '2020-11-30 02:38:25' - _id: RWRiskSummary::IC020E6F97-080E-41D7-934B-0A81BD541025::whitesails_MOTOR030320 _rev: 9-84944d9431c902a8bb591d0e1e561070 actions: - uwSubjectivity:1606703834.0 docs: - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 createdAt: '2020-11-30 02:37:10' id: IC020E6F97-080E-41D7-934B-0A81BD541025::FO::WHITESAILS::MOTOR030320 inceptionDate: 1561939200 insuredName: Mark As FO 02:37:06 isFacility: true lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: blackswan_MOTOR030920 rev: 1-e0417e80f38a45f0af595807755589e5 status: FirmOrder type: RWPlacing umr: B0999MT3011023706 updatedAt: '2020-11-30 02:37:10' - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 empty: false id: IC020E6F97-080E-41D7-934B-0A81BD541025::FO::WHITESAILS::MOTOR030320::LGUS sections: [] type: RWLineGuidanceSet - carriers: whitesails_MOTOR030320: - '40' id: IC020E6F97-080E-41D7-934B-0A81BD541025::FO::WHITESAILS::MOTOR030320::SILS signed: - '40' type: RWSignedLineSet updatedAt: '2020-11-30 02:37:16' - carriers: whitesails_MOTOR030320: - '40' id: IC020E6F97-080E-41D7-934B-0A81BD541025::FO::WHITESAILS::MOTOR030320::WRLS needsApproving: false type: RWWrittenLineSet updatedAt: '2020-11-30 02:37:15' written: - '40' - action: responedToSubjectivity cleared: false id: IC020E6F97-080E-41D7-934B-0A81BD541025::FO::WHITESAILS::MOTOR030320::WRLS::SUBJR::CB675E61-8427-489C-8BBA-EDDDFC993197::AW::00DBCADC-0C4A-42B9-AC9B-4D2539C0387C recipientRole: underwriter type: RWAttentionWanted updatedAt: '2020-11-30 02:37:14' - carriers: whitesands_MOTOR030320: - '60' id: IC020E6F97-080E-41D7-934B-0A81BD541025::FO::WHITESANDS::MOTOR030320::SILS signed: - '60' type: RWSignedLineSet updatedAt: '2020-11-30 02:37:16' - carriers: whitesands_MOTOR030320: - '60' id: IC020E6F97-080E-41D7-934B-0A81BD541025::FO::WHITESANDS::MOTOR030320::WRLS-whitesails_MOTOR030320 needsApproving: false type: RWWrittenLineSet updatedAt: '2020-11-30 02:37:11' written: - '60' - id: IC020E6F97-080E-41D7-934B-0A81BD541025::OWN::WHITESAILS::MOTOR030320 ownerChannel: whitesails_MOTOR030320 ownerUserID: MUADC92859-61DC-4FEC-8D3B-E70DB317C05B type: RWRiskOwner updatedAt: '2020-11-30 02:37:10' - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 createdAt: '2020-11-30 02:37:16' id: IC020E6F97-080E-41D7-934B-0A81BD541025::SIGNED::WHITESAILS::MOTOR030320 inceptionDate: 1561939200 insuredName: Mark As FO 02:37:06 isFacility: true lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: blackswan_MOTOR030920 rev: 1-994dbf9054f432897947365bbf19a0d8 status: Signed type: RWPlacing umr: B0999MT3011023706 updatedAt: '2020-11-30 02:37:16' filters: - ptype:FullContract - status:Signed - owner:MUADC92859-61DC-4FEC-8D3B-E70DB317C05B - umr:b0999mt3011023706 - ctype:Facilities - action:uwSubjectivity - name:fo 02:37:06 - name:02:37:06 - name:mark as fo 02:37:06 - name:as fo 02:37:06 rootID: IC020E6F97-080E-41D7-934B-0A81BD541025 updatedAt: '2020-11-30 02:37:16' - _id: RWRiskSummary::ICE325CE89-4CDC-44F6-851A-1ED5ED643E79::whitesails_MOTOR030320 _rev: 9-afd65f5f529a7ad8e2714a822a05e3c6 actions: - uwFirmOrder:1606703420.0 docs: - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 createdAt: '2020-11-30 02:30:20' id: ICE325CE89-4CDC-44F6-851A-1ED5ED643E79::FO::WHITESAILS::MOTOR030320 inceptionDate: 1561939200 insuredName: Verticals 02:30:13 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: whitesands_MOTOR030320 limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: blackswan_MOTOR030920 rev: 1-ae3ca4c48b069d75575d9b47217890d7 status: FirmOrder type: RWPlacing umr: B0999MT3011023013 updatedAt: '2020-11-30 02:30:20' - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 empty: false id: ICE325CE89-4CDC-44F6-851A-1ED5ED643E79::FO::WHITESAILS::MOTOR030320::LGUS sections: [] type: RWLineGuidanceSet - id: ICE325CE89-4CDC-44F6-851A-1ED5ED643E79::OWN::WHITESAILS::MOTOR030320 ownerChannel: whitesails_MOTOR030320 ownerUserID: MUADC92859-61DC-4FEC-8D3B-E70DB317C05B type: RWRiskOwner updatedAt: '2020-11-30 02:30:21' filters: - umr:b0999mt3011023013 - ctype:Open Market - action:uwFirmOrder - owner:MUADC92859-61DC-4FEC-8D3B-E70DB317C05B - name:verticals 02:30:13 - status:FirmOrder - status:FirmOrderPending - ptype:FullContract - name:02:30:13 rootID: ICE325CE89-4CDC-44F6-851A-1ED5ED643E79 updatedAt: '2020-11-30 02:30:21' - _id: RWRiskSummary::IC7E7E272D-93F1-4C3C-A5DF-3048DF39399D::whitesails_MOTOR030320 _rev: 9-d25139e6a7e5aebe57e06b9dbf182ad1 actions: - uwFirmOrder:1606703412.0 docs: - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 createdAt: '2020-11-30 02:30:12' id: IC7E7E272D-93F1-4C3C-A5DF-3048DF39399D::FO::WHITESAILS::MOTOR030320 inceptionDate: 1561939200 insuredName: Verticals 02:30:02 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: blackswan_MOTOR030920 rev: 1-cd4fde502bb23f9624543cd24884eeab status: FirmOrder type: RWPlacing umr: B0999MT3011023002 updatedAt: '2020-11-30 02:30:12' - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 empty: false id: IC7E7E272D-93F1-4C3C-A5DF-3048DF39399D::FO::WHITESAILS::MOTOR030320::LGUS sections: [] type: RWLineGuidanceSet - id: IC7E7E272D-93F1-4C3C-A5DF-3048DF39399D::OWN::WHITESAILS::MOTOR030320 ownerChannel: whitesails_MOTOR030320 ownerUserID: MUADC92859-61DC-4FEC-8D3B-E70DB317C05B type: RWRiskOwner updatedAt: '2020-11-30 02:30:13' filters: - ptype:FullContract - ctype:Open Market - owner:MUADC92859-61DC-4FEC-8D3B-E70DB317C05B - name:02:30:02 - status:FirmOrder - action:uwFirmOrder - status:FirmOrderPending - name:verticals 02:30:02 - umr:b0999mt3011023002 rootID: IC7E7E272D-93F1-4C3C-A5DF-3048DF39399D updatedAt: '2020-11-30 02:30:13' - _id: RWRiskSummary::IC090C369A-DE8F-4133-A8A6-37924B740A65::whitesails_MOTOR030320 _rev: 9-13db66f26c28c27fbf374e17a08ca4c4 actions: [] docs: - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 createdAt: '2020-11-30 02:29:11' id: IC090C369A-DE8F-4133-A8A6-37924B740A65::FO::WHITESAILS::MOTOR030320 inceptionDate: 1561939200 insuredName: Verticals 02:29:03 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: blackswan_MOTOR030920 rev: 1-2214e4b6dab6f9ec452d45794166b2a6 status: FirmOrder type: RWPlacing umr: B0999MT3011022903 updatedAt: '2020-11-30 02:29:11' - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 empty: false id: IC090C369A-DE8F-4133-A8A6-37924B740A65::FO::WHITESAILS::MOTOR030320::LGUS sections: [] type: RWLineGuidanceSet - carriers: whitesails_MOTOR030320: - '30' id: IC090C369A-DE8F-4133-A8A6-37924B740A65::FO::WHITESAILS::MOTOR030320::SILS signed: - '30' type: RWSignedLineSet updatedAt: '2020-11-30 02:29:19' - carriers: whitesails_MOTOR030320: - '30' id: IC090C369A-DE8F-4133-A8A6-37924B740A65::FO::WHITESAILS::MOTOR030320::WRLS needsApproving: false type: RWWrittenLineSet updatedAt: '2020-11-30 02:29:15' written: - '30' - id: IC090C369A-DE8F-4133-A8A6-37924B740A65::OWN::WHITESAILS::MOTOR030320 ownerChannel: whitesails_MOTOR030320 ownerUserID: MUADC92859-61DC-4FEC-8D3B-E70DB317C05B type: RWRiskOwner updatedAt: '2020-11-30 02:29:11' - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 createdAt: '2020-11-30 02:29:19' id: IC090C369A-DE8F-4133-A8A6-37924B740A65::SIGNED::WHITESAILS::MOTOR030320 inceptionDate: 1561939200 insuredName: Verticals 02:29:03 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: blackswan_MOTOR030920 rev: 1-89ab487858240863fbf0e58479750ee0 status: Signed type: RWPlacing umr: B0999MT3011022903 updatedAt: '2020-11-30 02:29:19' filters: - name:02:29:03 - status:Signed - umr:b0999mt3011022903 - owner:MUADC92859-61DC-4FEC-8D3B-E70DB317C05B - name:verticals 02:29:03 - ptype:FullContract - ctype:Open Market rootID: IC090C369A-DE8F-4133-A8A6-37924B740A65 updatedAt: '2020-11-30 02:29:19' - _id: RWRiskSummary::ICEDC4EDA3-254E-435F-96F5-4AB229183E13::whitesails_MOTOR030320 _rev: 9-4fd8a57bec59b2ab5d32ee25827fe1b1 actions: - uwFirmOrder:1606703327.0 docs: - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 createdAt: '2020-11-30 02:28:47' id: ICEDC4EDA3-254E-435F-96F5-4AB229183E13::FO::WHITESAILS::MOTOR030320 inceptionDate: 1561939200 insuredName: Verticals 02:28:33 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: blackswan_MOTOR030920 rev: 2-eb6688efd93320044b4c965b86935df3 status: FirmOrder type: RWPlacing umr: B0999MT3011022833 updatedAt: '2020-11-30 02:28:47' - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 empty: false id: ICEDC4EDA3-254E-435F-96F5-4AB229183E13::FO::WHITESAILS::MOTOR030320::LGUS sections: - index: 2 leadUnderwriterChannel: whitesails_MOTOR030320 multiSectionId: B1 multiSectionName: Section B - index: 1 leadUnderwriterChannel: whitesands_MOTOR030320 multiSectionId: A1 multiSectionName: Section A type: RWLineGuidanceSet - id: ICEDC4EDA3-254E-435F-96F5-4AB229183E13::OWN::WHITESAILS::MOTOR030320 ownerChannel: whitesails_MOTOR030320 ownerUserID: MUADC92859-61DC-4FEC-8D3B-E70DB317C05B type: RWRiskOwner updatedAt: '2020-11-30 02:28:46' filters: - status:FirmOrderPending - name:verticals 02:28:33 - name:02:28:33 - owner:MUADC92859-61DC-4FEC-8D3B-E70DB317C05B - status:FirmOrder - ptype:FullContract - umr:b0999mt3011022833 - ctype:Open Market - action:uwFirmOrder rootID: ICEDC4EDA3-254E-435F-96F5-4AB229183E13 updatedAt: '2020-11-30 02:28:47' - _id: RWRiskSummary::ICF8CC3C3A-3397-44F2-9AC4-3E1C2B5372F8::whitesails_MOTOR030320 _rev: 9-c123c890b3c41e3673ac45b8affb62de actions: - uwFirmOrder:1606703312.0 docs: - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 createdAt: '2020-11-30 02:28:32' id: ICF8CC3C3A-3397-44F2-9AC4-3E1C2B5372F8::FO::WHITESAILS::MOTOR030320 inceptionDate: 1561939200 insuredName: Verticals 02:28:18 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: blackswan_MOTOR030920 rev: 1-3310d2c80015af776d4c8a74f414281a status: FirmOrder type: RWPlacing umr: B0999MT3011022818 updatedAt: '2020-11-30 02:28:32' - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 empty: false id: ICF8CC3C3A-3397-44F2-9AC4-3E1C2B5372F8::FO::WHITESAILS::MOTOR030320::LGUS sections: - index: 2 leadUnderwriterChannel: whitesands_MOTOR030320 multiSectionId: B1 multiSectionName: Section B type: RWLineGuidanceSet - id: ICF8CC3C3A-3397-44F2-9AC4-3E1C2B5372F8::OWN::WHITESAILS::MOTOR030320 ownerChannel: whitesails_MOTOR030320 ownerUserID: MUADC92859-61DC-4FEC-8D3B-E70DB317C05B type: RWRiskOwner updatedAt: '2020-11-30 02:28:33' filters: - status:FirmOrder - ctype:Open Market - owner:MUADC92859-61DC-4FEC-8D3B-E70DB317C05B - action:uwFirmOrder - name:verticals 02:28:18 - status:FirmOrderPending - ptype:FullContract - name:02:28:18 - umr:b0999mt3011022818 rootID: ICF8CC3C3A-3397-44F2-9AC4-3E1C2B5372F8 updatedAt: '2020-11-30 02:28:33' - _id: RWRiskSummary::IC84A6B3E4-5330-40FB-BB21-A23DA6B73A15::whitesails_MOTOR030320 _rev: 9-87ba05f1c0354efc6f77306247f40a57 actions: - uwFirmOrder:1606703297.0 docs: - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 createdAt: '2020-11-30 02:28:17' id: IC84A6B3E4-5330-40FB-BB21-A23DA6B73A15::FO::WHITESAILS::MOTOR030320 inceptionDate: 1561939200 insuredName: Verticals 02:28:03 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: blackswan_MOTOR030920 rev: 3-c2f2f3cf6f85d69c7dc2d1f27ac3baca status: FirmOrder type: RWPlacing umr: B0999MT3011022803 updatedAt: '2020-11-30 02:28:17' - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 empty: false id: IC84A6B3E4-5330-40FB-BB21-A23DA6B73A15::FO::WHITESAILS::MOTOR030320::LGUS sections: [] type: RWLineGuidanceSet - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 createdAt: '2020-11-30 02:28:13' id: IC84A6B3E4-5330-40FB-BB21-A23DA6B73A15::FOW::WHITESAILS::MOTOR030320 inceptionDate: 1561939200 insuredName: Verticals 02:28:03 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: blackswan_MOTOR030920 rev: 1-47f19dd45cbc61074fa06c623fbeec52 status: FirmOrderWithdrawn type: RWPlacing umr: B0999MT3011022803 updatedAt: '2020-11-30 02:28:13' - id: IC84A6B3E4-5330-40FB-BB21-A23DA6B73A15::OWN::WHITESAILS::MOTOR030320 ownerChannel: whitesails_MOTOR030320 ownerUserID: MUADC92859-61DC-4FEC-8D3B-E70DB317C05B type: RWRiskOwner updatedAt: '2020-11-30 02:28:13' filters: - umr:b0999mt3011022803 - action:uwFirmOrder - name:02:28:03 - owner:MUADC92859-61DC-4FEC-8D3B-E70DB317C05B - ptype:FullContract - ctype:Open Market - status:FirmOrderPending - status:FirmOrder - name:verticals 02:28:03 rootID: IC84A6B3E4-5330-40FB-BB21-A23DA6B73A15 updatedAt: '2020-11-30 02:28:17' - _id: RWRiskSummary::ICE2891CB3-FE5A-43A8-8F8A-2981B1033A60::whitesails_MOTOR030320 _rev: 9-3df8d67e4592c5f5cd4dcb4cb4966cb1 actions: - uwFirmOrder:1606703266.0 docs: - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 createdAt: '2020-11-30 02:27:46' id: ICE2891CB3-FE5A-43A8-8F8A-2981B1033A60::FO::WHITESAILS::MOTOR030320 inceptionDate: 1561939200 insuredName: Verticals 02:27:23 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: blackswan_MOTOR030920 rev: 1-c4c2ce903092ff15233fb277d6ced7b6 status: FirmOrder type: RWPlacing umr: B0999MT3011022723 updatedAt: '2020-11-30 02:27:46' - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 empty: false id: ICE2891CB3-FE5A-43A8-8F8A-2981B1033A60::FO::WHITESAILS::MOTOR030320::LGUS sections: [] type: RWLineGuidanceSet - id: ICE2891CB3-FE5A-43A8-8F8A-2981B1033A60::OWN::WHITESAILS::MOTOR030320 ownerChannel: whitesails_MOTOR030320 ownerUserID: MUADC92859-61DC-4FEC-8D3B-E70DB317C05B type: RWRiskOwner updatedAt: '2020-11-30 02:27:46' filters: - status:FirmOrder - umr:b0999mt3011022723 - name:verticals 02:27:23 - action:uwFirmOrder - owner:MUADC92859-61DC-4FEC-8D3B-E70DB317C05B - status:FirmOrderPending - ctype:Open Market - name:02:27:23 - ptype:FullContract rootID: ICE2891CB3-FE5A-43A8-8F8A-2981B1033A60 updatedAt: '2020-11-30 02:27:46' - _id: RWRiskSummary::ICE40825F2-37BB-4144-85C5-13D4887BDA27::whitesails_MOTOR030320 _rev: 9-93e6f2c3df78fd3d5d9529adcd273be2 actions: - uwRequestToQuote:1606703161.0 docs: - channels: - whitesails_MOTOR030320 - blackswan_MOTOR030920 createdAt: '2020-11-30 02:26:01' id: ICE40825F2-37BB-4144-85C5-13D4887BDA27::QR2 inceptionDate: 1561939200 insuredName: Show For Quote 02:25:59 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: whitesails_MOTOR030320 limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: blackswan_MOTOR030920 rev: 1-529b94f45a7953812ff99c6e159e4729 status: QuotationRequest type: RWPlacing umr: B0999MT3011022559 updatedAt: '2020-11-30 02:26:01' filters: - action:uwRequestToQuote - umr:b0999mt3011022559 - name:for quote 02:25:59 - ctype:Open Market - name:02:25:59 - status:QuotationRequest - name:show for quote 02:25:59 - name:quote 02:25:59 - ptype:FullContract rootID: ICE40825F2-37BB-4144-85C5-13D4887BDA27 updatedAt: '2020-11-30 02:26:01' - _id: RWRiskSummary::IC6745AFA6-DBEC-4939-83AD-E20BBC65DE43::whitesails_MOTOR030320 _rev: 9-709f915958aa28bf7f605debc904e089 actions: [] docs: - channels: - whitesails_MOTOR030320 - blackswan_MOTOR030920 createdAt: '2020-11-30 02:25:58' id: IC6745AFA6-DBEC-4939-83AD-E20BBC65DE43::M1 inceptionDate: 1561939200 insuredName: Show For Quote 02:25:56 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: whitesails_MOTOR030320 limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: blackswan_MOTOR030920 rev: 1-4656621e6a1672c3ff80e5fbbd427239 status: Marketed Only type: RWPlacing umr: B0999MT3011022556 updatedAt: '2020-11-30 02:25:58' filters: - ctype:Open Market - name:quote 02:25:56 - name:show for quote 02:25:56 - ptype:FullContract - name:for quote 02:25:56 - name:02:25:56 - status:MarketedOnly - umr:b0999mt3011022556 rootID: IC6745AFA6-DBEC-4939-83AD-E20BBC65DE43 updatedAt: '2020-11-30 02:25:58' - _id: RWRiskSummary::ICA8A8A721-2A1C-430E-8099-C7A8167CAE1F::whitesails_MOTOR030320 _rev: 9-85c2e24c19fce7b301259de808c0750c actions: - uwEndorsement:1606703097.0 docs: - channels: - blackswan_MOTOR030920 - whitesands_MOTOR030320 - whitesails_MOTOR030320 createdAt: '2020-11-30 02:24:56' endorsementNumber: '1' id: ICA8A8A721-2A1C-430E-8099-C7A8167CAE1F::FO::EN1 insuredName: Record Lines Off Platform 02:24:53 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: '' limitSummary: '' placementType: OffPlatform placingBrokerChannel: blackswan_MOTOR030920 rev: 5-9db3ae014e1ea750bcf26a277059a822 status: EndorsementFinalised type: RWPlacing umr: B0999MT3011022453 updatedAt: '2020-11-30 02:24:57' - agreed: false id: ICA8A8A721-2A1C-430E-8099-C7A8167CAE1F::FO::EN1::ENF::whitesails_MOTOR030320 role: agreementParty type: RWEndorsementFollower uwrChannel: whitesails_MOTOR030320 - agreed: true id: ICA8A8A721-2A1C-430E-8099-C7A8167CAE1F::FO::EN1::ENF::whitesands_MOTOR030320 role: leader type: RWEndorsementFollower uwrChannel: whitesands_MOTOR030320 - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 createdAt: '2020-11-30 02:24:55' id: ICA8A8A721-2A1C-430E-8099-C7A8167CAE1F::FO::WHITESAILS::MOTOR030320 insuredName: Record Lines Off Platform 02:24:53 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: '' limitSummary: '' placementType: OffPlatform placingBrokerChannel: blackswan_MOTOR030920 rev: 1-e29979f3d871ab49aae2699ad01b6326 status: FirmOrder type: RWPlacing umr: B0999MT3011022453 updatedAt: '2020-11-30 02:24:55' - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 empty: false id: ICA8A8A721-2A1C-430E-8099-C7A8167CAE1F::FO::WHITESAILS::MOTOR030320::LGUS sections: [] type: RWLineGuidanceSet - carriers: whitesails_MOTOR030320: - '30' id: ICA8A8A721-2A1C-430E-8099-C7A8167CAE1F::FO::WHITESAILS::MOTOR030320::WRLS needsApproving: false type: RWWrittenLineSet updatedAt: '2020-11-30 02:24:55' written: - '30' - carriers: whitesands_MOTOR030320: - '70' id: ICA8A8A721-2A1C-430E-8099-C7A8167CAE1F::FO::WHITESANDS::MOTOR030320::WRLS-whitesails_MOTOR030320 needsApproving: false type: RWWrittenLineSet updatedAt: '2020-11-30 02:24:55' written: - '70' filters: - name:record lines off platform 02:24:53 - name:lines off platform 02:24:53 - ptype:OffPlatform - status:Endorsement - umr:b0999mt3011022453 - name:02:24:53 - name:platform 02:24:53 - status:FirmOrder - ctype:Open Market - name:off platform 02:24:53 - action:uwEndorsement - status:EndorsementPending rootID: ICA8A8A721-2A1C-430E-8099-C7A8167CAE1F updatedAt: '2020-11-30 02:24:57' - _id: RWRiskSummary::IC470257F1-B976-45B0-B831-8725B9FD3D64::whitesails_MOTOR030320 _rev: 9-007da369592c5986fcf22958bd34bc02 actions: - uwEndorsement:1606703093.0 docs: - channels: - blackswan_MOTOR030920 - whitesands_MOTOR030320 - whitesails_MOTOR030320 createdAt: '2020-11-30 02:24:51' endorsementNumber: '1' id: IC470257F1-B976-45B0-B831-8725B9FD3D64::FO::EN1 insuredName: Record Lines Off Platform 02:24:49 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: '' limitSummary: '' placementType: OffPlatform placingBrokerChannel: blackswan_MOTOR030920 rev: 5-8f1290627596913af68e321603ded664 status: EndorsementFinalised type: RWPlacing umr: B0999MT3011022449 updatedAt: '2020-11-30 02:24:53' - agreed: false id: IC470257F1-B976-45B0-B831-8725B9FD3D64::FO::EN1::ENF::whitesails_MOTOR030320 role: agreementParty type: RWEndorsementFollower uwrChannel: whitesails_MOTOR030320 - agreed: false id: IC470257F1-B976-45B0-B831-8725B9FD3D64::FO::EN1::ENF::whitesands_MOTOR030320 role: leader type: RWEndorsementFollower uwrChannel: whitesands_MOTOR030320 - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 createdAt: '2020-11-30 02:24:50' id: IC470257F1-B976-45B0-B831-8725B9FD3D64::FO::WHITESAILS::MOTOR030320 insuredName: Record Lines Off Platform 02:24:49 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: '' limitSummary: '' placementType: OffPlatform placingBrokerChannel: blackswan_MOTOR030920 rev: 1-3cf335160195207e1ab0a91c9aa070cf status: FirmOrder type: RWPlacing umr: B0999MT3011022449 updatedAt: '2020-11-30 02:24:50' - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 empty: false id: IC470257F1-B976-45B0-B831-8725B9FD3D64::FO::WHITESAILS::MOTOR030320::LGUS sections: [] type: RWLineGuidanceSet - carriers: whitesails_MOTOR030320: - '30' id: IC470257F1-B976-45B0-B831-8725B9FD3D64::FO::WHITESAILS::MOTOR030320::WRLS needsApproving: false type: RWWrittenLineSet updatedAt: '2020-11-30 02:24:51' written: - '30' - carriers: whitesands_MOTOR030320: - '70' id: IC470257F1-B976-45B0-B831-8725B9FD3D64::FO::WHITESANDS::MOTOR030320::WRLS-whitesails_MOTOR030320 needsApproving: false type: RWWrittenLineSet updatedAt: '2020-11-30 02:24:51' written: - '70' filters: - name:record lines off platform 02:24:49 - action:uwEndorsement - name:lines off platform 02:24:49 - status:EndorsementPending - name:platform 02:24:49 - name:02:24:49 - ctype:Open Market - status:Endorsement - umr:b0999mt3011022449 - status:FirmOrder - ptype:OffPlatform - name:off platform 02:24:49 rootID: IC470257F1-B976-45B0-B831-8725B9FD3D64 updatedAt: '2020-11-30 02:24:53' - _id: RWRiskSummary::IC762BBCD9-8E2A-410B-AD55-5A1358151076::whitesails_MOTOR030320 _rev: 9-8ccb1d7514b8e6b05dc02f0e6316da5c actions: - uwSubjectivity:1606703012.0 docs: - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 createdAt: '2020-11-30 02:23:27' id: IC762BBCD9-8E2A-410B-AD55-5A1358151076::FO::WHITESAILS::MOTOR030320 inceptionDate: 1561939200 insuredName: Mark As FO 02:23:23 isFacility: true lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: blackswan_MOTOR030920 rev: 1-8aa1583e4f6e54299ff33974f44d6b7c status: FirmOrder type: RWPlacing umr: B0999MT3011022323 updatedAt: '2020-11-30 02:23:27' - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 empty: false id: IC762BBCD9-8E2A-410B-AD55-5A1358151076::FO::WHITESAILS::MOTOR030320::LGUS sections: [] type: RWLineGuidanceSet - carriers: whitesails_MOTOR030320: - '40' id: IC762BBCD9-8E2A-410B-AD55-5A1358151076::FO::WHITESAILS::MOTOR030320::SILS signed: - '40' type: RWSignedLineSet updatedAt: '2020-11-30 02:23:34' - carriers: whitesails_MOTOR030320: - '40' id: IC762BBCD9-8E2A-410B-AD55-5A1358151076::FO::WHITESAILS::MOTOR030320::WRLS needsApproving: false type: RWWrittenLineSet updatedAt: '2020-11-30 02:23:33' written: - '40' - action: responedToSubjectivity cleared: false id: IC762BBCD9-8E2A-410B-AD55-5A1358151076::FO::WHITESAILS::MOTOR030320::WRLS::SUBJR::A691E4C0-44B0-4E88-A9F7-B4800109F364::AW::C857C3BC-1269-41CA-8439-F7CDBB72F47F recipientRole: underwriter type: RWAttentionWanted updatedAt: '2020-11-30 02:23:32' - carriers: whitesands_MOTOR030320: - '60' id: IC762BBCD9-8E2A-410B-AD55-5A1358151076::FO::WHITESANDS::MOTOR030320::SILS signed: - '60' type: RWSignedLineSet updatedAt: '2020-11-30 02:23:34' - carriers: whitesands_MOTOR030320: - '60' id: IC762BBCD9-8E2A-410B-AD55-5A1358151076::FO::WHITESANDS::MOTOR030320::WRLS-whitesails_MOTOR030320 needsApproving: false type: RWWrittenLineSet updatedAt: '2020-11-30 02:23:29' written: - '60' - id: IC762BBCD9-8E2A-410B-AD55-5A1358151076::OWN::WHITESAILS::MOTOR030320 ownerChannel: whitesails_MOTOR030320 ownerUserID: MUADC92859-61DC-4FEC-8D3B-E70DB317C05B type: RWRiskOwner updatedAt: '2020-11-30 02:23:28' - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 createdAt: '2020-11-30 02:23:34' id: IC762BBCD9-8E2A-410B-AD55-5A1358151076::SIGNED::WHITESAILS::MOTOR030320 inceptionDate: 1561939200 insuredName: Mark As FO 02:23:23 isFacility: true lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: blackswan_MOTOR030920 rev: 1-5abecae4647a321e0bbd62fe0f95ea9a status: Signed type: RWPlacing umr: B0999MT3011022323 updatedAt: '2020-11-30 02:23:34' filters: - name:mark as fo 02:23:23 - name:fo 02:23:23 - name:as fo 02:23:23 - owner:MUADC92859-61DC-4FEC-8D3B-E70DB317C05B - ptype:FullContract - name:02:23:23 - umr:b0999mt3011022323 - ctype:Facilities - action:uwSubjectivity - status:Signed rootID: IC762BBCD9-8E2A-410B-AD55-5A1358151076 updatedAt: '2020-11-30 02:23:34' - _id: RWRiskSummary::ICD13522A0-4CB5-4897-94AA-B03D6643E319::whitesails_MOTOR030320 _rev: 9-74d9a9b9e39fa789a1eab93ac766fb8c actions: - uwFirmOrder:1606614650.0 docs: - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 createdAt: '2020-11-29 01:50:50' id: ICD13522A0-4CB5-4897-94AA-B03D6643E319::FO::WHITESAILS::MOTOR030320 inceptionDate: 1561939200 insuredName: Verticals 01:50:43 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: whitesands_MOTOR030320 limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: blackswan_MOTOR030920 rev: 1-29bbc4947e5c7e0d1e31bdf9f2887e02 status: FirmOrder type: RWPlacing umr: B0999MT2911015043 updatedAt: '2020-11-29 01:50:50' - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 empty: false id: ICD13522A0-4CB5-4897-94AA-B03D6643E319::FO::WHITESAILS::MOTOR030320::LGUS sections: [] type: RWLineGuidanceSet - id: ICD13522A0-4CB5-4897-94AA-B03D6643E319::OWN::WHITESAILS::MOTOR030320 ownerChannel: whitesails_MOTOR030320 ownerUserID: MUADC92859-61DC-4FEC-8D3B-E70DB317C05B type: RWRiskOwner updatedAt: '2020-11-29 01:50:50' filters: - ctype:Open Market - umr:b0999mt2911015043 - name:01:50:43 - name:verticals 01:50:43 - status:FirmOrder - action:uwFirmOrder - status:FirmOrderPending - owner:MUADC92859-61DC-4FEC-8D3B-E70DB317C05B - ptype:FullContract rootID: ICD13522A0-4CB5-4897-94AA-B03D6643E319 updatedAt: '2020-11-29 01:50:50' - _id: RWRiskSummary::IC62704345-AEEA-41C9-8A73-BEB93F155F39::whitesails_MOTOR030320 _rev: 9-d170ac1eda2c19a8a0abdd23ecc6e1ce actions: - uwFirmOrder:1606614641.0 docs: - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 createdAt: '2020-11-29 01:50:41' id: IC62704345-AEEA-41C9-8A73-BEB93F155F39::FO::WHITESAILS::MOTOR030320 inceptionDate: 1561939200 insuredName: Verticals 01:50:32 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: blackswan_MOTOR030920 rev: 1-bd8c2454eb03686b9440234550f0f4bb status: FirmOrder type: RWPlacing umr: B0999MT2911015032 updatedAt: '2020-11-29 01:50:41' - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 empty: false id: IC62704345-AEEA-41C9-8A73-BEB93F155F39::FO::WHITESAILS::MOTOR030320::LGUS sections: [] type: RWLineGuidanceSet - id: IC62704345-AEEA-41C9-8A73-BEB93F155F39::OWN::WHITESAILS::MOTOR030320 ownerChannel: whitesails_MOTOR030320 ownerUserID: MUADC92859-61DC-4FEC-8D3B-E70DB317C05B type: RWRiskOwner updatedAt: '2020-11-29 01:50:42' filters: - owner:MUADC92859-61DC-4FEC-8D3B-E70DB317C05B - action:uwFirmOrder - name:01:50:32 - status:FirmOrder - status:FirmOrderPending - umr:b0999mt2911015032 - ctype:Open Market - name:verticals 01:50:32 - ptype:FullContract rootID: IC62704345-AEEA-41C9-8A73-BEB93F155F39 updatedAt: '2020-11-29 01:50:42' - _id: RWRiskSummary::IC300BB0C5-01BF-4600-A272-4A257E6BC333::whitesails_MOTOR030320 _rev: 9-caf7ae399d0cf306bc2c6a9da6ff8038 actions: [] docs: - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 createdAt: '2020-11-29 01:49:40' id: IC300BB0C5-01BF-4600-A272-4A257E6BC333::FO::WHITESAILS::MOTOR030320 inceptionDate: 1561939200 insuredName: Verticals 01:49:32 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: blackswan_MOTOR030920 rev: 1-025670394c5bca44fabb378613cee823 status: FirmOrder type: RWPlacing umr: B0999MT2911014932 updatedAt: '2020-11-29 01:49:40' - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 empty: false id: IC300BB0C5-01BF-4600-A272-4A257E6BC333::FO::WHITESAILS::MOTOR030320::LGUS sections: [] type: RWLineGuidanceSet - carriers: whitesails_MOTOR030320: - '30' id: IC300BB0C5-01BF-4600-A272-4A257E6BC333::FO::WHITESAILS::MOTOR030320::SILS signed: - '30' type: RWSignedLineSet updatedAt: '2020-11-29 01:49:49' - carriers: whitesails_MOTOR030320: - '30' id: IC300BB0C5-01BF-4600-A272-4A257E6BC333::FO::WHITESAILS::MOTOR030320::WRLS needsApproving: false type: RWWrittenLineSet updatedAt: '2020-11-29 01:49:45' written: - '30' - id: IC300BB0C5-01BF-4600-A272-4A257E6BC333::OWN::WHITESAILS::MOTOR030320 ownerChannel: whitesails_MOTOR030320 ownerUserID: MUADC92859-61DC-4FEC-8D3B-E70DB317C05B type: RWRiskOwner updatedAt: '2020-11-29 01:49:41' - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 createdAt: '2020-11-29 01:49:49' id: IC300BB0C5-01BF-4600-A272-4A257E6BC333::SIGNED::WHITESAILS::MOTOR030320 inceptionDate: 1561939200 insuredName: Verticals 01:49:32 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: blackswan_MOTOR030920 rev: 1-bfa0c601a4184879b63662b41f53cc7a status: Signed type: RWPlacing umr: B0999MT2911014932 updatedAt: '2020-11-29 01:49:49' filters: - umr:b0999mt2911014932 - owner:MUADC92859-61DC-4FEC-8D3B-E70DB317C05B - ptype:FullContract - name:verticals 01:49:32 - status:Signed - ctype:Open Market - name:01:49:32 rootID: IC300BB0C5-01BF-4600-A272-4A257E6BC333 updatedAt: '2020-11-29 01:49:49' - _id: RWRiskSummary::IC1BE053F7-DBA3-46E4-B2D8-7372B96B255C::whitesails_MOTOR030320 _rev: 9-fd0d02e458d957a28d1942b39834d1ed actions: - uwFirmOrder:1606614546.0 docs: - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 createdAt: '2020-11-29 01:49:06' id: IC1BE053F7-DBA3-46E4-B2D8-7372B96B255C::FO::WHITESAILS::MOTOR030320 inceptionDate: 1561939200 insuredName: Verticals 01:48:52 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: blackswan_MOTOR030920 rev: 2-e48e7871a04a9faa582c9a56de321ded status: FirmOrder type: RWPlacing umr: B0999MT2911014852 updatedAt: '2020-11-29 01:49:06' - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 empty: false id: IC1BE053F7-DBA3-46E4-B2D8-7372B96B255C::FO::WHITESAILS::MOTOR030320::LGUS sections: - index: 2 leadUnderwriterChannel: whitesails_MOTOR030320 multiSectionId: B1 multiSectionName: Section B - index: 1 leadUnderwriterChannel: whitesands_MOTOR030320 multiSectionId: A1 multiSectionName: Section A type: RWLineGuidanceSet - id: IC1BE053F7-DBA3-46E4-B2D8-7372B96B255C::OWN::WHITESAILS::MOTOR030320 ownerChannel: whitesails_MOTOR030320 ownerUserID: MUADC92859-61DC-4FEC-8D3B-E70DB317C05B type: RWRiskOwner updatedAt: '2020-11-29 01:49:05' filters: - status:FirmOrderPending - name:verticals 01:48:52 - ptype:FullContract - owner:MUADC92859-61DC-4FEC-8D3B-E70DB317C05B - status:FirmOrder - action:uwFirmOrder - umr:b0999mt2911014852 - ctype:Open Market - name:01:48:52 rootID: IC1BE053F7-DBA3-46E4-B2D8-7372B96B255C updatedAt: '2020-11-29 01:49:06' - _id: RWRiskSummary::IC291FD66F-8C9A-4A5C-8A50-0502AE6D1E1F::whitesails_MOTOR030320 _rev: 9-15d566c413f41fd7f526ebe0c73eb7eb actions: - uwFirmOrder:1606614531.0 docs: - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 createdAt: '2020-11-29 01:48:51' id: IC291FD66F-8C9A-4A5C-8A50-0502AE6D1E1F::FO::WHITESAILS::MOTOR030320 inceptionDate: 1561939200 insuredName: Verticals 01:48:37 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: blackswan_MOTOR030920 rev: 1-6488998245f048ab7aaf6a66ba57c9db status: FirmOrder type: RWPlacing umr: B0999MT2911014837 updatedAt: '2020-11-29 01:48:51' - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 empty: false id: IC291FD66F-8C9A-4A5C-8A50-0502AE6D1E1F::FO::WHITESAILS::MOTOR030320::LGUS sections: - index: 2 leadUnderwriterChannel: whitesands_MOTOR030320 multiSectionId: B1 multiSectionName: Section B type: RWLineGuidanceSet - id: IC291FD66F-8C9A-4A5C-8A50-0502AE6D1E1F::OWN::WHITESAILS::MOTOR030320 ownerChannel: whitesails_MOTOR030320 ownerUserID: MUADC92859-61DC-4FEC-8D3B-E70DB317C05B type: RWRiskOwner updatedAt: '2020-11-29 01:48:52' filters: - owner:MUADC92859-61DC-4FEC-8D3B-E70DB317C05B - name:verticals 01:48:37 - status:FirmOrder - name:01:48:37 - status:FirmOrderPending - umr:b0999mt2911014837 - ctype:Open Market - ptype:FullContract - action:uwFirmOrder rootID: IC291FD66F-8C9A-4A5C-8A50-0502AE6D1E1F updatedAt: '2020-11-29 01:48:52' - _id: RWRiskSummary::IC6EDF9489-DED7-463D-8956-A3B9E59559EA::whitesails_MOTOR030320 _rev: 9-3a6e5125ebce4cefb38a631e851cf9b0 actions: - uwFirmOrder:1606614516.0 docs: - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 createdAt: '2020-11-29 01:48:36' id: IC6EDF9489-DED7-463D-8956-A3B9E59559EA::FO::WHITESAILS::MOTOR030320 inceptionDate: 1561939200 insuredName: Verticals 01:48:21 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: blackswan_MOTOR030920 rev: 3-0614ae86bc7e2724fef8903909b0e8c9 status: FirmOrder type: RWPlacing umr: B0999MT2911014821 updatedAt: '2020-11-29 01:48:36' - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 empty: false id: IC6EDF9489-DED7-463D-8956-A3B9E59559EA::FO::WHITESAILS::MOTOR030320::LGUS sections: [] type: RWLineGuidanceSet - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 createdAt: '2020-11-29 01:48:32' id: IC6EDF9489-DED7-463D-8956-A3B9E59559EA::FOW::WHITESAILS::MOTOR030320 inceptionDate: 1561939200 insuredName: Verticals 01:48:21 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: blackswan_MOTOR030920 rev: 1-c9271cd2f5027d64b09a84fd7cf07d9c status: FirmOrderWithdrawn type: RWPlacing umr: B0999MT2911014821 updatedAt: '2020-11-29 01:48:32' - id: IC6EDF9489-DED7-463D-8956-A3B9E59559EA::OWN::WHITESAILS::MOTOR030320 ownerChannel: whitesails_MOTOR030320 ownerUserID: MUADC92859-61DC-4FEC-8D3B-E70DB317C05B type: RWRiskOwner updatedAt: '2020-11-29 01:48:31' filters: - owner:MUADC92859-61DC-4FEC-8D3B-E70DB317C05B - status:FirmOrder - ptype:FullContract - name:verticals 01:48:21 - action:uwFirmOrder - status:FirmOrderPending - umr:b0999mt2911014821 - name:01:48:21 - ctype:Open Market rootID: IC6EDF9489-DED7-463D-8956-A3B9E59559EA updatedAt: '2020-11-29 01:48:36' - _id: RWRiskSummary::IC21D5FD87-3ED2-43BE-9DBF-3177D4A71202::whitesails_MOTOR030320 _rev: 9-9227b79b8c2674738cf43fb0f8192451 actions: - uwFirmOrder:1606614484.0 docs: - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 createdAt: '2020-11-29 01:48:04' id: IC21D5FD87-3ED2-43BE-9DBF-3177D4A71202::FO::WHITESAILS::MOTOR030320 inceptionDate: 1561939200 insuredName: Verticals 01:47:41 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: '' limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: blackswan_MOTOR030920 rev: 1-7ae16b62146806e7525c42ec859dd758 status: FirmOrder type: RWPlacing umr: B0999MT2911014741 updatedAt: '2020-11-29 01:48:04' - channels: - blackswan_MOTOR030920 - whitesails_MOTOR030320 empty: false id: IC21D5FD87-3ED2-43BE-9DBF-3177D4A71202::FO::WHITESAILS::MOTOR030320::LGUS sections: [] type: RWLineGuidanceSet - id: IC21D5FD87-3ED2-43BE-9DBF-3177D4A71202::OWN::WHITESAILS::MOTOR030320 ownerChannel: whitesails_MOTOR030320 ownerUserID: MUADC92859-61DC-4FEC-8D3B-E70DB317C05B type: RWRiskOwner updatedAt: '2020-11-29 01:48:05' filters: - name:01:47:41 - umr:b0999mt2911014741 - ctype:Open Market - status:FirmOrderPending - action:uwFirmOrder - ptype:FullContract - owner:MUADC92859-61DC-4FEC-8D3B-E70DB317C05B - name:verticals 01:47:41 - status:FirmOrder rootID: IC21D5FD87-3ED2-43BE-9DBF-3177D4A71202 updatedAt: '2020-11-29 01:48:05' - _id: RWRiskSummary::ICF9569BC3-2328-4AF9-856E-8E251860EDC8::whitesails_MOTOR030320 _rev: 9-5ad41103f57e22337e11533b37977d36 actions: - uwRequestToQuote:1606614379.0 docs: - channels: - whitesails_MOTOR030320 - blackswan_MOTOR030920 createdAt: '2020-11-29 01:46:19' id: ICF9569BC3-2328-4AF9-856E-8E251860EDC8::QR2 inceptionDate: 1561939200 insuredName: Show For Quote 01:46:16 isFacility: false lastModifiedBy: MU5549901B-1A6F-4F0F-80D0-6659F7109BD8 leadUnderwriterChannel: whitesails_MOTOR030320 limitSummary: USD 20,000,000 placementType: FullContract placingBrokerChannel: blackswan_MOTOR030920 rev: 1-cd3ccb85ef0c877494cb666ae7e3d5b1 status: QuotationRequest type: RWPlacing umr: B0999MT2911014616 updatedAt: '2020-11-29 01:46:19' filters: - ptype:FullContract - umr:b0999mt2911014616 - action:uwRequestToQuote - name:show for quote 01:46:16 - name:01:46:16 - ctype:Open Market - name:for quote 01:46:16 - name:quote 01:46:16 - status:QuotationRequest rootID: ICF9569BC3-2328-4AF9-856E-8E251860EDC8 updatedAt: '2020-11-29 01:46:19' schema: type: array items: $ref: '#/components/schemas/RWRiskSummary' post: summary: returns batches of risk summaries using filters in the POST payload description:This endpoint returns 60 risks at a time. Without parameters it will return the most recently changed risks. The last and from query string parameters enable calls to page through all risks.
tags: - Summary parameters: - in: query required: false name: last description: The rootID for the last document returned by the previous call example: IC467868DE-2E64-4828-913B-A5789191CF3B schema: type: string - in: query required: false name: from description: The date for the last document returned by the previous call example: 2021-11-22%2006:37:49 schema: type: string requestBody: description: Data specifying the filters to be applied required: true content: application/json: examples: Only Templates: description: Limit the summary to Template documents value: statuses: - Template Single UMR: description: Limit the summary to one UMR, not case sensitive. value: umrSearch: B0999JC2001221026 Name Only: description: Limit the summary to the name of the risks(s). Not case sensitive, but the search has to be the beginning of a word in the name. value: nameSearch: Huston Holdings Ltd Owner: description: Limit the summary to who owns the risk, options are "My Risks", "Unassigned Risks", "Other Risks". value: owner: - My Risks Statuses: description:Limit the summary by Status. Options are "Template", "NotFinalised", "MarketedOnly", "QuotationRequest", "QuotationInPreparation", "QuotedByUnderwriter", "FirmOrder", "FirmOrderPending", "Signed", "Endorsement", "EndorsementPending".
value: statuses: - FirmOrder - Signed Types: description: Limit the summary to type of risk, i.e "Facilities", "Declarations", "Open Market". value: types: - Open Market Labels: description: Limit the summary to risks with a specifc label attached to them such as "High Priority" value: labels: - High Priority withActions: description: Limit the summary to risks with those that do/don't have Inbox Actions. Takes true/false vales value: withActions: true Facilities: description: Limit the summary to Declarations which are attached to FacilityID(s) in question. value: facilities: - IC3A553C15-56D0-4C91-991B-B133DFDEFEFC RootID: description: Searches for a risk with the unique rootID. value: rootIDs: - ICFD1FD065-06D5-4E74-9E18-EFF713F0E2D2 schema: properties: umrSearch: type: string description: the UMR to be retrieved example: B0999JC2001221026 statuses: type: array description: an array of risk statuses items: type: string example: - Template responses: '200': description: array of RWRiskSummary objects. See the GET /summary documentation for detailed examples. content: application/json: schema: type: array items: $ref: '#/components/schemas/RWRiskSummary' /api/summary/pinned: get: summary: returns summaries for all 'pinned' risks tags: - Summary responses: '200': description: array of RWRiskSummary content: application/json: schema: type: array items: $ref: '#/components/schemas/RWRiskSummary' /api/showDeclarationToFacility: post: summary: Please use the showToFacility Endpoint instead, this is the old version - Broker Only description:Options for this call are set via the JSON payload. If the facility has multiple members, then all underwriters must be included in the payload, even if you are not showing the contract to them. Note that the leader must write their line before you can show to agreement parties. When showing to the leader, set the "valueIsLeaderLineGuidance" key to true. This will mark the "value" key-pair as line guidance for the declaration. If this key is not set, "value" will be taken as the percentage of the facility line. tags: - Show Declaration to Facility requestBody: description: Data specifying the filters to be applied required: true content: application/json: examples: Leader Only: description: Showing to a leader-only facility. (Please note the "Message" object is optional.) value: declarationID: IC97799647-4496-4760-B594-02AC726B0D7E::FO facilityID: ICAAA8E1C7-07AB-49DE-B18C-58CB7661B0E8 sections: - carriers: tomyunderwriting_ALL: role: leader show: true suggestedStampIDs: [] valueIsLeaderLineGuidance: true value: '100' leader: false messages: - channel: tomyunderwriting_ALL elements: - text: Please Agree index: 0 greeting: Hello closing: '' _rev: 5-41117d3f92c39a4b7a957bbd627008e2 Leader with Followers: description: Showing to the leader in a facility with one or more followers. (Please note the "Message" object is optional.) value: declarationID: IC97799647-4496-4760-B594-02AC726B0D7E::FO facilityID: ICE82100B0-2D8B-4DD5-883E-B3D2AC98DA81 sections: - carriers: offlineacquinex_ALL: role: notifyParty show: false suggestedStampIDs: [] value: '12' offlineallianzglobal_ALL: role: agreementParty show: false suggestedStampIDs: [] value: '12' offlineallianzuk_ALL: role: agreementParty show: false suggestedStampIDs: [] value: '12' tomyunderwriting_ALL: role: leader show: true suggestedStampIDs: [] valueIsLeaderLineGuidance: true value: '50' leader: false _rev: 7-27ece7da2a8b88e1c46ea2fbd4f129f1 Sectioned Facility: description: Showing to section 1 in a leader-only facility. NOTE even though you aren''t showing to section 2 of the facility, you still need to provide the information and set show to false. value: declarationID: ICC002A9C1-89C9-4B00-9807-4453DFA80853::FO facilityID: ICD77B5FD4-0790-42B9-BC53-65242FB96558 sections: - carriers: tomyunderwriting_ALL: role: leader show: true value: '100' leader: false facilitySectionID: '1' - carriers: tomyunderwriting_ALL: role: leader show: false leader: false facilitySectionID: '2' attachments: [] _rev: 16-f9a515436bfd93678c1f91b82b2fb737 Sectioned Declaration: description: Showing section 1 of a multi-section risk to a facility value: declarationID: IC3394C8E3-6413-4F7D-95A1-050C77D23839::FO facilityID: ICD1C4677F-B1AF-44C6-814A-0C81A761A0A6 sections: - carriers: tomyunderwriting_ALL: role: leader show: true value: '100' whitesails_MARINE: role: agreementParty show: false value: '10' leader: true sectionID: '1' - carriers: tomyunderwriting_ALL: role: leader show: false whitesails_MARINE: role: agreementParty show: false leader: false sectionID: '2' messages: [] stampVisibility: AllStamps _rev: 5-8c535aa2b11e954021a3e982caa00fac schema: type: object properties: _rev: type: string description: the revision number of the declaration example: 1-de9bba4cb8ea75572af90209683166c6 declarationID: type: string description: The ID of the declaration firm order example: IC9BCF6396-725E-477D-A864-B98BDB240150::FO FacilityID: type: string description: The root ID of the facility agreement example: IC1326C845-9E83-4636-A3F2-D6488881AE8D attachments: type: array items: type: string example: [] sections: type: array items: type: object properties: carriers: type: object properties: tomyunderwriting_ALL: type: object properties: role: type: string description: role, i.e "leader" or "agreementParty" example: leader enums: - leader - agreementParty - notifyParty - nonNotifyParty show: type: boolean description: whether to show to carrier or not example: true suggestedStampIDs: type: array items: type: string example: [] value: type: string description: a percentage value, as per call description above example: '75' valueIsLeaderLineGuidance: type: boolean description: Whether you want to show the leader their line guidance either as the literal percentage value listed (true), or as a percentage of the leader''s facility line (false). For example if the leader line on the facility is 80% and you show this dec with a value of 50, then if this field is true, the line guidance will be shown as 50% to the leader, but if not then the line guidance to the leader will be 50% of 80%, or 40%. raji_AVIATION: type: object properties: role: type: string description: role, i.e "leader" or "agreementParty" example: agreementParty show: type: boolean description: whether to show to carrier or not example: false suggestedStampIDs: type: array items: type: string example: [] value: type: string description: a percentage value, as per call description above example: '25' leader: type: boolean example: false description: Whether you want the leader of this Facility to be the overall contract/section leader autoCascade: type: boolean description: Set Auto-Cascade to true or false when showing to leader example: false sectionID: type: string example: '1' description: The sectionID of the risk to show to the Facility facilitySectionID: type: string example: '1' description: The sectionID of the Facility you want to show to responses: '200': description: successfully showed Declaration. Multiple doucments will be affected as a result so the response will show all of them content: application/json: schema: type: array items: type: object properties: id: type: string description: ID of the affected document example: IC482AE651-226A-4D5B-9F04-7ACEAB8377F9::FO rev: type: string example: 7-910378b8f2fdfc1093ee630ef3ef9810 description: the new revision of the affected document /api/user/colleagues: get: summary: List of all colleagues on the Corporate for the user description:
Note adding e.g. /Live to the URL lists those in a particular state tags: - User responses: '200': description: list of other users content: application/json: schema: type: array items: $ref: '#/components/schemas/CorporateDetail/properties/members/items' /api/user/colleagues/{state}: get: summary: List of all colleagues on the Corporate for the user in a particular state tags: - User parameters: - in: path name: state schema: type: string required: true description: Live, Draft, Suspended etc example: Live responses: '200': description: list of other users content: application/json: schema: type: array items: $ref: '#/components/schemas/CorporateDetail/properties/members/items' /api/user/myDetails: get: tags: - User summary: gets information about the logged-in user responses: '200': description: information about the user content: application/json: schema: type: object properties: companyId: type: string description: unique uppercase short name for the user's company example: BLACKPOOL username: type: string description: email address for the user example: sarah.klau.blackpool@wspt.co.uk companyName: type: string description: full name for the user's company example: Blackpool Broking Ltd uniqueID: type: string description: unique code, starting MU, which identifies the user example: MU5F640CA3-FEEF-4E18-BAA0-EB9375824F68 teams: type: array items: type: object properties: name: type: string description: team name example: Marine Risks excl Liability teamId: type: string description: uppercase short name for the team, used elsewhere as an identifier example: MARINE channel: type: string description: combination of lowercase companyId then teamId example: blackpool_MARINE /api/version: get: summary: Version message for the latest build of the API library tags: - Version responses: '200': content: application/json: schema: type: object properties: revapiCommit: type: string description: commit of the api library example: 7ace78cb91d72b7fba303ebe50cb0c1e720abd61 buildDate: type: string description: timestamp of the build example: 2021-11-22@22:23:10 revapiCommitMessage: type: string description: commit message example: Merge pull request 112 riskLibraryCommit: type: string description: commit of the underlying business logic library example: 7ace78cb91d72b7fba303ebe50cb0c1e720abd61 description: Version message for the latest build of the API library servers: - description: Sandbox Environment url: https://sandbox.whitespace.co.uk/ - description: Tess Environment url: https://tess.whitespace.co.uk/ - description: Beta Environment url: https://beta.whitespace.co.uk/ - description: Staging Environment url: https://staging.whitespace.co.uk/ components: securitySchemes: bearerAuth: type: http scheme: bearer bearerFormat: JWT responses: UnauthorizedError: description: Session token is either missing or invalid for the selected server schemas: ApprovedCarrierList: type: object properties: enabled: type: boolean description: Usually true, false allows the entire list to be suppressed example: true carriers: type: array description: A list of the approved carriers items: type: object properties: active: type: boolean description: Usually true, false allows the carrier to be suppressed temporarily or permanently example: true companyID: type: string description: Uppercase unique company ID for the carrier example: ACMEUNDERWRITING notes: type: string description: Optional notes about the status of the carrier example: TOBA since January 2021 canSeeExtendedData: type: boolean example: true description: Whether the carrier can see a Q&A Extended Data Questionnaire on the risk if one is present approvedStamps: type: array items: type: object properties: approved: type: boolean example: true description: Whether the stamp is approved or not stampID: type: string description: The ID of a stamp example: ST0366B6B0-E2FD-44CC-AE40-6D5E6F50A08E companyID: type: string description: the unique uppercase ID of the broker example: BLACKPOOL channels: type: array description: array with just one item, the company shared channel items: type: string description: the companyID in lowercase followed by _COMPANY_SHARED example: blackpool_COMPANY_SHARED type: type: string description: must be RWApprovedCarrierList example: RWApprovedCarrierList _id: type: string description: 'the document name, being ACL:: followed by the broker company ID' example: ACL::BLACKPOOL CorporateDetail: type: object properties: admins: type: array description: List of user emails for administrators at the company items: type: string example: sarah.kay.blackpool@wspt.co.uk updatedAt: type: string description: The date and time the company's details were last updated example: '2020-02-24T15:32:50.000Z' teams: type: array items: type: object properties: teamId: type: string description: Team identifier using uppercase letters with no punctuation example: MARINECARGO secondApprovalReviewers: type: array items: type: string description: Deprecated (see permissions array below). This array will always be empty. Formerly held userIDs of users with Internal Reviewer permission example: '-' secondApprovalSelfApprovers: type: array items: type: string description: Deprecated (see permissions array below). This array will always be empty. Formerly held userIDs of users with Self-Approver permission example: '-' name: type: string description: The name of the team, usually relating to the class of business worked on example: Marine Cargo channel: type: string description: The system channel for the team, comprising a lowercase version of the company ID, followed by underscrore and the team id example: blackpool_MARINECARGO isInactive: type: boolean example: false description: True if the team has been marked as inactive classOfBusiness: type: array items: type: string example: Marine description: The class(es) of business that are associated with the team createdAt: type: string description: Time and date of creation example: '2020-02-24 15:32:50' companyId: type: string description: Company identifier using uppercase letters with no punctuation example: OFFLINEBRITISHMARINE isTestOnly: type: boolean description: True if the company account is just a test account with no live database access example: false channels: type: array description: Array with just one item, shared channel items: type: string description: The value 'shared' example: shared stamps: type: array description: For (re)insurers, lists the stamps they have set up on the system. Empty for brokers items: type: object properties: bureauMarket: type: string example: Lloyd's bureauMarketCode: type: string example: '1444' bureauSubMarket: type: string example: PSM1 businessUnit: type: string example: Lloyd's Syndicate No.1444 stampType: type: string example: lloyds uniqueID: type: string example: ST1843A345-1F69-435D-84E9-187BB3DD0F23 buttonStamps: type: object properties: active: type: boolean example: true description: True if the button stamp is available for users to apply bureauMarketCode: type: string example: 5307/5 companyName: type: string example: Tomy iconOnStamp: type: boolean description: True if an icon of any type is shown on the stamp, icon type is specified by stampType example: true layout: type: object description: The placement of name, type, and code data on the button stamp, each appearing once across the bottom, center, and top slots of the stamp properties: bottom: type: string enum: - name - type - code center: type: string enum: - name - type - code top: type: string enum: - name - type - code stampID: type: string example: BTN-BAB19551-5557-4E6B-888B-E3B1B6A0E982 description: The unique ID of the button stamp, which always starts with BTN stampType: type: string description: The type of icon displayed on the stamp. Note that other indicates no icon enum: - lloyds - brexit - other settings: type: object properties: canViewOfflineTeams: type: boolean description: True if the broking organisation is configured to save off-platform lines example: false mandatoryAuthStages: type: array items: type: string description: The list of contract stages at which second approval is required before a contract can proceed example: brFirmOrder digitiseOnlyToTemplate: type: boolean example: true description: True if the broking organisation can only digitise imported contract files as templates isOffline: type: boolean description: True for company accounts that are offline placeholders for organisations not yet using the platform example: false _id: type: string description: Reference ID for this company document example: Corporate-BLACKPOOL _rev: type: string description: Currect revision ID for this document example: 3-a1df22093d0dc2978b87f396be3cd2fa name: type: string description: The name of the company example: Blackpool Insurance Brokers Ltd role: type: string description: The organisation's role on the platform, either 'broker' or 'underwriter' example: underwriter authorityDetails: type: array items: type: object properties: authority: type: string example: Lloyd's (Syndicate Number) pseudonymn: type: string example: '131' registrationNumber: type: string example: '12313' members: type: array items: type: object description: A user on the platform properties: name: type: string description: the user's name example: Sarah Kay email: type: string description:
email address for the user
Note that for Data Protection reasons, the email is removed from some outputs, such as the /api/shared/corporate list. In these cases it can be removed by a call to /api/documents/Corporate-{CompanyID}.
example: sarah.kay.blackpool@wspt.co.uk currentState: type: string description: Live, Draft, Suspended etc example: Live uniqueID: type: string description: Live, Draft, Suspended etc example: MUDA8AF5A8-98DF-4EF2-B2B8-4E069EDB7E8C allowReporting: type: boolean description: whether or not the user may run the management reports example: true isOffPlatform: type: boolean description: indicates the user is "off platform"s example: false teams: type: array items: type: string description: list of teams the user belongs to example: - blackpool_MARINEHULL - blackpool_MARINECARGO permissions: type: object properties: secondApprovalReviewers: type: object properties: teams: type: object properties: teamID: type: array description: PLEASE NOTE the key-value of teamID above is just an indicative placeholder and will in practice be the teamID of one of the organisation's teams items: type: string example: MU6E391615-CFF5-4E8E-B9D2-B0DE03BACA0 description: The list of userID's of the team's members with Internal Reviewer permission secondApprovalSelfApprovers: type: object properties: teams: type: object properties: teamID: type: array description: PLEASE NOTE the key-value of teamID above is just an indicative placeholder and will in practice be the teamID of one of the organisation's teams items: type: string example: MU6E391615-CFF5-4E8E-B9D2-B0DE03BACA0 description: The list of userID's of the team's Internal Reviewers who also have the Self Approver permission templateManagers: type: object properties: teams: type: object properties: teamID: type: array description: PLEASE NOTE the key-value of teamID above is just an indicative placeholder and will in practice be the teamID of one of the organisation's teams items: type: string example: MU6E391615-CFF5-4E8E-B9D2-B0DE03BACA0 description: The list of userID's of the team's members who have the Template Manager permission. This permission is only available to broking organisations channelPrefix: type: string description: A lowercase version of companyId used for the beginning of team channels example: blackpool provenance: $ref: '#/components/schemas/ExtendedMRC/properties/provenance' DefinedData: type: object properties: metadata: type: object description: metadata for the risk from which the defined data is taken properties: documentRevision: type: string example: 5-d5e0cc635b2d8ce4c07a7c9eda10baea description: this must be sent to the update POST endpoint userID: type: string example: MUB6A6C9F9-61C1-49EA-8C44-28EEAB3226F5 description: the user who requested the data env: type: string example: apitest description: the environment from which the data came, to avoid confusion of sandbox versus production tagSet: type: string example: Whitespace description: by default Whitespace, but for instance ACORDCDR if called with the tagset option version: type: string example: '22.04' description: currently 22.04, to allow for a future new format fetchedAt: type: string example: '2022-05-27T13:35:24.000Z' description: date and time the data was fetched documentID: type: string example: IC442C1B93-DE19-4A52-A1D6-E3A4B47C4F6C description: the risk ID multiSectionDefinition: type: array items: type: object properties: sectionName: type: string description: the name of the section example: Hull sectionID: type: string description: the number of the section starting from 1 example: '2' contractHeadigs: type: array items: type: object properties: lineItemIndex: type: number description: the numerical index of the JMRC line item example: 3 mrcHeading: type: string description: the name of the heading example: contractType originalHeading: type: string description: the name of the heading as it will appear on the frontend example: 'TYPE:' section: type: string example: RiskDetails descritpion: the section the heading is in definedData: type: array items: type: object description:The MRCRisk obect contains the full text and structure of the JMRC Insurance Contract.
It includes an MRCContract object where a set of MRCLineItem objects represent the headings and data in the contract, and an MRCRiskControl object which provides summary and meta data about the risk to enable the system's performance.
properties: _id: type: string example: IC213DA609-D6B5-4A05-86B8-3FD91E861F57 description: unique document id for the risk _rev: type: string example: 1-141df67df9e5eaacd0830c65e47a0bf9 createdAt: type: string example: '2021-08-04T15:18:02.000Z' updatedAt: type: string example: '2021-08-04T15:18:02.000Z' type: type: string example: RWPlacing description: RWPlacing in all cases control: type: object properties: status: type: string description: The current stage of the contract in the placing process, taken from an enumerated list containing stages such as Draft, Quoted, FirmOrder, etc example: FirmOrder insuranceType: type: string example: Insurance description: Either Insurance or ReInsurance, as specified at contract creation umr: type: string description: The Lloyd's Unique Market Reference number for the contract example: B0999JC201909241622 insuredName: type: string example: Acme Widgets Inc description: The name given to the contract contractType: type: string example: Aviation Hull Cover description: The class of business that the contract falls under leadUnderwriterChannel: type: string example: messina_ALL description: The team channel name of the lead underwriter on the risk, once specified leadUnderwriter: type: string example: Messina All Risks description: The plaintext company and team name of the lead underwriter's team, once specified placingBrokerChannel: type: string example: ajc_ALL description: The team channel name of the contract's broker placingBroker: type: string example: AJC All Risks description: The plaintext company and team name of the broker's team limitSummary: type: string description: The limit of liability for the contract originalDocID: type: string description: The unique ID of the document this contract was created from, if any example: IC97799647-4496-4760-B594-02AC726B0D7E endorsementNumber: type: string example: '2' description: If this contract is an endorsement, its endorsement number is stored here endorsementType: type: string description: For endorsements, specifies whether the endorsement is a Mid-Term Participant Change or a standard endorsement enum: - standard - mtpc isFacility: type: boolean example: false description: True if this contract is a facility agreement associatedFacilityIDs: type: array items: type: string example: ICB1213647-4876-4760-B594-02AC7261312412 description: If the contract is a declaration, this array lists the unique IDs of all facility agreeements it is attached to placementType: type: string enum: - FullContract - OffPlatform - Template description: The contract type. OffPlatform is for contracts backloaded to duplicate agreements conducted off-platform, Template is for contract templates, and FullContract is for all live contracts verticalVisibility: type: string enum: - OwnStampOnly - AllStamps - LeaderStamps description: If the risk has vertical terms, this string specifies which stamps underwriters can see. createdInVersion: type: number example: 21100 description: Which version of the platform the risk was created in. isIndicative: type: boolean example: false description: True if the Indicative flag been toggled, indicating that the contract is not binding. submittedAsCopyOf: type: string example: ICD937404C-87A7-4408-BE4B-D449216F9A85 description: If this contract is a placing document shared from another broker, the unique ID of the original producing broker's contract is held here. stampVisibility: type: string description: Decides whose stamps underwriters can see enum: - Allstamps - OwnStampsOnly - LeadersStamps MRCContract: type: object description: a top level object which currently contains only the array of line items properties: lineItems: type: array items: type: object $ref: '#/paths/~1api~1risks~1%7BriskID%7D~1lineitem~1%7BmrcHeading%7D/get/responses/200/content/application~1json/schema/items' channels: type: array items: type: string ExtendedMRC: type: object description: JSON returned by getExtendedMRC including the Risk and a broader range of data properties: createdAt: type: string example: '2021-08-04T15:18:02.000Z' updatedAt: type: string example: '2021-08-04T15:18:02.000Z' type: type: string example: RWPlacing description: RWPlacing in all cases control: $ref: '#/components/schemas/RWPlacing/properties/control' channels: type: array items: type: string example: ajc_ALL MRCContract: $ref: '#/components/schemas/RWPlacing/properties/MRCContract' questionnaire: type: object properties: questionnaire: type: object properties: questions: type: array items: type: object properties: tag: type: string example: Pension_Or_Benefits_Plan_Company_Sponsor description: name of the tag text: type: string example: Does the company sponsor any pension or benefits plan? description: The Question text id: type: string example: Pension or Benefits Plan - Company Sponsor description: the id of the question hidden: type: boolean example: true description: If the question is hidden or not, usually because the dependant question has not been answered table: type: array items: type: object properties: tag: type: string example: Asset_Amount_Year text: type: string example: Year required: - tag - text required: - text - id - tag required: - questions required: - questionnaire proposedEndorsementFollowers: type: object description: an object where the keys are the carrier team ids and the values are 'unchosen', 'leader', 'agreementParty', 'notifyParty', 'nonNotifyParty' properties: palermo_ALL: description: as an example, the follower status for the Palermo All Risks team type: string example: leader provenance: type: object description: Meta-data about the document to aid with auditing properties: version: type: string description: Version message of the platform system that created the document example: 2022-04-11@15:04:48 dataHash: type: string description: Data hash of the activity document example: 485241de4e5bfc76a0e2ef8bab79350c02d3aa06846fd2996cbf9fc9a7840eb0 system: type: string description: The internal name of the platform system example: LavAPI userID: type: string description: The user ID of the user whose action generated the document example: MUB980AB60-1C96-4092-A1B4-B8FB183360D1 writtenAt: type: string description: The creation date of the document, in YYYY-MM-DD hh:mm:ss format example: '2022-05-09T11:44:41.000Z' provHash: type: string description: Provisioning hash of the document example: 76a209a16d8b9214e7a33483d78718cc1a7e7aed7047282d2c94417404558e2d accountDocID: type: string example: '' writtenLineSets: type: array description: the written lines on the contract items: $ref: '#/components/schemas/RWWrittenLineSet' signedLineSets: type: array description: the signed lines on the contract items: $ref: '#/components/schemas/RWSignedLineSet' platformReferences: type: object description: document and revision of the risk properties: RiskID: type: string description: the document ID of the risk example: IC08B5EC17-5486-4323-82FC-62CC8C410EA0::FO::EN1 Revision: type: string description: the revision of the risk example: 4-b63141573da07d5316b7a2b4585fbd2b RWActivity: type: object description: The summary data associated with an individual activity document. properties: _id: type: string description: The RiskID of the activity document that this JSON object summarises example: IC213DA609-D6B5-4A05-86B8-3FD91E861F57::FO::ACTI::CARRIER::MARINECASUALTY::LGUS activity: type: string description: The live description of the action that created this document (which sometimes extends the "hardcodedActivity" value to be more explicit) example: Requested a Line apnsData: type: object $ref: '#/components/schemas/RWComment/properties/apnsData' channels: type: array description: A list of the user channels associated with the action that generated this activity document items: type: string description: The name of each channel example: carrier_MARINECASUALTY parentDocID: type: string description: The RiskID of the specific contract version associated with the activity document example: IC213DA609-D6B5-4A05-86B8-3FD91E861F57::FO hardcodedActivity: type: string description: The hardcoded description of the action that created this document (which sometimes is augmented by the "activity" value) example: Line Written linkedArchiveID: type: string description: ID of the Archived document RWSignedLineSet: type: array items: type: object description: The data for the signed line properties: sectionIdentifiers: type: array description: the sections of the risk to which the signed line is attached items: type: object businessUnit: type: string example: Catania Insurers Ltd description: the business unit for the underwriter who put down the line stampedAt: type: string description: The moment when the line was put down in YYYY-MM-DD hh:mm:ss format' example: '2019-10-01 09:31:43' subjectivities: type: array description: detail of any subjectivities added by the underwriter items: type: object stamperChannel: type: string description: channel for the underwriter who put down the line example: catania_ALL contractArchiveID: type: string description: the archive of the risk document at the moment the line was put down example: IC9642312E-D0E2-46FE-8B08-9C3002C1DEC9::FO::CATANIA::ALL::ARCH::5A734DCC-98CC-4C41-A42F-3A43A5E44EE0 toStand: type: boolean description: true if the underwriter has put down the stamp To Stand, i.e. may not be signed down impressions: type: array description: each item represents the use of an inked stamp to indicate the line being put down items: type: object properties: riskCodes: type: array items: type: object properties: code: type: string example: H3 description: the risk code allocated to the written line index: type: string description: the index order of the risk code example: '0' signedLinePercentageString: type: string description: the percentage signed by the broker, which may be less than the written line example: '44.0272' writtenLinePercentageString: type: string description: the percentage written by the underwriter example: '45' uwRefs: type: array items: type: string description: the code allocated by the underwriter, frequently limited to 12 letters and numbers example: FHSDJFSDHFSD tiltAngleString: type: string description: the angle of the stamp on the printed page, to give the appearance of manually stamped paper example: '0.04264535201250923' stamp: type: object properties: bureauMarket: type: string description: the bureau market for the underwriting 'paper' used to provide cover example: Lloyd's uniqueID: type: string description: the platform's internal unique code for this stamp example: STBA841D6D-EB9F-4729-96BA-67BE91C73CE8 businessUnit: type: string description: the business unit for the underwriting 'paper' used to provide cover example: Lloyd's Syndicate 1314 stampType: type: string description: to distinguish between Lloyd's and the Company Market example: lloyds bureauMarketCode: type: string description: the bureau market code, which is the Syndicate Number within Lloyd's example: '1314' bureauSubMarket: description: the bureau sub market for the underwriting 'paper' used to provide cover type: string stampIdentifiers: type: array items: properties: category: type: string description: the originating market that the bureau or syndicate belongs to example: LloydsSyndicate categoryNumber: type: string description: the bureau market code, Syndicate Number, or other unique identifier example: '1314' categoryExtra: type: string description: returned only for Lloyd's Syndicates and Lloyd's Brussels underwriters, listing their three-letter pseudonym example: ASC splitPercentage: type: string description: returned only for stamps that have a fixed split between multiple syndicates, listing the percentage falling under this syndicate. Split stamps have a separate stampIdentifiers block for each syndicate, and the combined splitPercentage totals 100% example: 82% contractHash: type: string example: 81b7151e30ba40f098ab50cc3828e5ff6f5a725dbb76910416f018d3ca23638a description: a hash of the contract data to verify the text being agreed to stamperUserID: type: string example: MUB6090366-B15D-4C2B-BA54-EABE5F638FDF description: the unique platform code for the individual underwriter conditionsEnabled: description: true if conditions were attached to the written line type: boolean mode: type: string example: written lineConditions: type: array description: the set of line conditions added by the underwriter items: type: object conditionsApproved: type: boolean description: true if the conditions applied have been approved createdAt: type: string description: The creation date of the activity document, in YYYY-MM-DD hh:mm:ss format example: '2021-07-28T13:15:12.000Z' userID: type: string description: The user ID of the user who took the action generating the activity document example: MUE516933D-D0B9-46C5-8D99-A4D5A6D9D37B RWEndorsementFollower: type: object properties: _id: type: string description: Unique ID for this endorsement follower document example: IC4E49E958-870A-41B3-B60B-B5AAC51F48A5::SIGNED::EN1::ENF::messina_ALL _rev: type: string description: Revision number for this document example: 3-a1df22093d0dc2978b87f396be3cd2fa agreement: type: object properties: dateOfAgreement: type: string description: Effective date of the endorsement in yyyy-mm-dd hh:mm:ss format example: '2021-08-06 08:15:28' followerType: type: string example: leader description: The role of this follower in the endorsement enum: - leader - agreementParty - notifyParty - nonNotifyParty - doesNotApply - unchosen instruction: type: string example: leaderOnly description: The parties the broker has selected as needing to agree the endorsement enum: - leaderOnly - none - leaderAndAgreementParties - allToAgree leader: type: string example: 'Yes' description: Set to Yes when the underwriter that this document details is the leader of the endorsement numberOfDaysToNotifyFollowers: type: string description: The number of days within which non-Agreement followers must be notified of the endorsement example: '7' user: type: string example: MUE8368329-A451-49D4-A385-915D421A4465 description: The unique ID of the underwriter that this document details as a follower of the endorsement uwrChannel: type: string example: messina_ALL description: The team channel of the underwriter that this document details stampDescriptions: type: array items: type: object properties: stampID: type: string example: ST213211241241 description: The ID of the stamp that the follower put down on the endorsement desc: type: string example: 56 (added by Ascot Reinsurance Company Limited) description: The brief description text field of the stamp identified above mtpcAgreement: type: array items: type: object properties: type: description: If the endorsement is a mid-term participant change, this specifies the category of participant change enum: - add - modify - remove type: string line: $ref: '#/components/schemas/RWQuotedLine/properties/line/items' channels: type: array items: type: string description: A specific channel name identifying one of the entries in the array of team channels of the broker and all followers example: messina_ALL createdAt: type: string description: The date this document was created in yyyy-mm-dd hh:mm:ss format example: '2021-08-06 08:15:28' endorsementDocID: type: string example: IC4E49E958-870A-41B3-B60B-B5AAC51F48A5::SIGNED::EN1 description: The unique ID of the endorsement that this RWEndorsementFollower document is associated with followerType: type: string example: leader description: The participation type of the follower version: type: integer description: The integer portion of the _ver value, identifying the sequential version number of this document example: 3 type: type: string example: RWEndorsementFollower description: The JMRC document type of this document, which will always be RWEndorsementFollower updatedAt: type: string description: The date this document was last updated in yyyy-mm-dd hh:mm:ss format example: '2021-08-06 08:15:28' uwrChannel: type: string example: messina_ALL description: The team channel name of the follower's team template: type: string description: The category of agreement box displayed on the endorsement enum: - GUAStampA - GUAStampB - AVS100B - NonGUA mtpc: type: array items: type: object description: The details of the mid-term participant agreement, if the endorsement is of the MTPC type. Listed properties will change depending on whether the endorsement is adding, removing or modifying participants. properties: type: type: string enum: - add - remove - modify description: The type of change in participation sectionID: example: '1' description: The sectionID of the written line that is being modified/removed type: string setLeader: type: boolean example: true description: True if the MTPC is changing the leader guidance: type: object properties: conditionsEnabled: type: boolean example: true description: True if there are any conditions on the line guidance sectionIdentifiers: type: array items: type: string example: '1' description: The ID number of the section specifying the line guidance maxString: type: string example: '40' description: The maximum line percentage requested in the guidance minString: type: string example: '30' description: The minimum line percentage requested in the guidance suggestedStamps: $ref: '#/components/schemas/CorporateDetail/properties/stamps/items' role: description: The participation role of the follower type: string enum: - leader - agreementParty - notifyParty - nonNotifyParty - doesNotApply associatedFacilityId: type: string example: IC49BB5707-698B-4E51-B3C0-85FA763B94CC description: The unique ID of the facility agreement, if any, that the declaration is attached to associatedFacilitySectionID: type: string example: '1' description: The sectionID of the section of the facility agreement, if any, that the declaration is attached to section: $ref: '#/components/schemas/RWLineGuidanceSet/properties/sections/items' facilityID: type: string example: IC4E49E958-870A-41B3-B60B-B5AAC51F48A5 description: The unique ID of the facility agreement, if any, that the risk being endorsed is attached to one newPercentage: type: string example: '50' description: The new percentage value of the line if the MTPC is modifying a line RWLabel: type: object properties: _id: type: string description: the unique id of the label document example: IC7B4C4ECF-5340-4A88-B5BE-A4ECE8859B61::LBL::BLACKROBOT::AUTOAPIJENKINS201021::High-Priority::2021-11-23::08:36:55 _rev: type: string description: the revision number of the document example: 1-9eb01c8b711503293b57aafa63aa70c4 channels: type: array items: type: string description: channels for teams able to see the document example: carrier_MARINECASUALTY companyID: type: string description: the ID of the company example: BLACKROBOT createdAt: type: string description: the date and time the document was created example: '2021-11-23 08:36:55' rootID: type: string description: the rootID of the related risk example: IC7B4C4ECF-5340-4A88-B5BE-A4ECE8859B61 teamID: type: string description: the ID of the team example: AUTOAPIJENKINS201021 title: type: string description: the text of the label example: High Priority type: type: string description: the type of document example: RWLabel RWRiskSummary: type: object description:The summary provides an array of documents related to a risk. The summary itself shows when it was updated and which filters it will be picked up by.
properties: _id: type: string description: document ID for the summary document example: RWRiskSummary::IC9E34C3AA-9F72-469B-BF2A-487578B10A5C::blackrobot_AUTOAPIJENKINS201021 _rev: type: string description: the revision of the document example: 6-2f39c049dc3274caa11080936b448356 rootID: type: string description: the rootID used by all documents for a given risk example: IC9E34C3AA-9F72-469B-BF2A-487578B10A5C updatedAt: type: string description: UTC date stamp for when the document was updated example: '2021-11-22T06:44:26.000Z' channels: type: array items: type: string description: channels for teams able to see the document example: carrier_MARINECASUALTY docs: type: array items: type: object description:The document contents vary depending on the type. For instance, the RWPlacing type has several entries including insuredName and inceptionDate, while the RWLineGuidanceSet type has very few.
properties: id: type: string description: The root ID of the risk, beginning IC example: IC9E34C3AA-9F72-469B-BF2A-487578B10A5C channels: type: array items: type: string description: The user channels of the teams able to see the document example: carrier_MARINECASUALTY updatedAt: type: string description: The date and time that the document was last updated on example: '2021-11-22 06:44:20' createdAt: type: string description: The date and time that the document was created on example: '2021-11-22T06:44:20.000Z' type: type: string description: The type of document example: RWPlacing inceptionDate: type: number description: The risk''s inception date in unix epoch example: 1561939200 insuredName: type: string description: The name of the risk example: Verticals lastModifiedBy: type: string description: The userID of the user who last modified this document example: MUB6A6C9F9-61C1-49EA-8C44-28EEAB3226F5 leadUnderwriterChannel: type: string description: The team channel of the lead underwriter on the risk example: '' limitSummary: type: string description: The maximum limit of the risk example: USD 20,000,000 placementType: type: string description: The document''s placement type, i.e FullContract, Template example: FullContract placingBrokerChannel: type: string description: The team channel of the broker on the risk example: blackrobot_AUTOAPIJENKINS201021 rev: type: string description: The current revision number of the document example: 1-f93a2422aefaa252649c4a9471872b88 status: type: string description: The stage the risk is at in the placement process example: NotFinalised umr: type: string description: The Unique Reference (formerly UMR) of the risk example: B0999MT2211064419 filters: type: array items: type: string example: - status:FirmOrderPending - umr:b0999mt2211064419 - status:FirmOrder - action:brReadyForSigning - ctype:Open Market - ptype:FullContract - owner:MUB6A6C9F9-61C1-49EA-8C44-28EEAB3226F5 - name:verticals - status:FirmOrderPending RWSignedLineSet: type: object properties: _id: type: string example: ICD0645233-E126-4768-AB15-0A8828F5F08C::FO::TOMYUNDERWRITING::ALL::SILS description: The unique ID of this document _rev: example: 1-087952cf08f44dae740c1c001e2d5ab2 type: string description: The revision number of this document channels: type: array items: type: string example: akhil_ALL description: The team channel names of the users who can see the risk these signed lines relate to createdAt: type: string example: '2024-02-21 15:05:47' description: The creation time of this document in YYYY-MM-DD HH:MM:SS format contents: type: array items: $ref: '#/components/schemas/RWQuotedLine/properties/line/items' provenance: $ref: '#/components/schemas/ExtendedMRC/properties/provenance' type: type: string description: The JMRC type name for this document. Always RWSignedLineSet example: RWSignedLineSet updatedAt: type: string example: '2024-02-21 15:05:47' description: The date and time that this document was last updated in YYYY-MM-DD HH:MM:SS format isOffline: type: boolean example: true description: True if the stamp is associated with an offline (re)insurer parentDocID: type: string example: ICD0645233-E126-4768-AB15-0A8828F5F08C::FO::TOMYUNDERWRITING::ALL description: The unique ID of the related RWPlacing document required: - _id - _rev - channels - createdAt - line - parentDocID - provenance - type - updatedAt RWFacilityGuidance: type: object properties: _id: type: string example: IC9A83BB04-83EA-4D91-8120-57A5FC13892D::FO::FGUI::ICD77B5FD4-0790-42B9-BC53-65242FB96558 description: ID of the document _rev: type: string example: 1-4d2a2b5e6a7266885195e8b8fa178693 description: revision number of the document channels: type: array items: type: string example: akhil_ALL createdAt: type: string example: '2024-02-21 14:18:10' description: date/time the document was created type: type: string example: RWFacilityGuidance updatedAt: type: string example: '2024-02-21 14:18:10' description: the date/time the document was updated. provenance: $ref: '#/components/schemas/ExtendedMRC/properties/provenance' roles: type: array items: type: object properties: additionalCarrierInfo: type: object properties: carrier1_channel: type: object properties: proposedLineGuidance: type: number description: The line percentage being offered to the carrier this array applies to example: 50 proposedOwnerMemberID: type: string description: the uniqueID of the user that the declaration was sent to example: MUEFBB586A-30D6-4D96-A696-21AA20AA757F sectionID: type: string description: The sequential number of the declaration contract section if it exists example: '1' state: enum: - notYetShown - shownToLeader - leaderWritten - notifyPartiesBound type: string description: The current agreement state of the facility agreement that the declaration is being sent under order: type: object properties: max: type: number description: maximum order percentage permitted when declaring to the facility example: 100 min: type: number description: minimum order percentage permitted when declaring to the facility example: 100 carriers: type: object properties: carrier1_channel: type: string description: the declaration role of the carrier this array applies to. Note that carrier1_channel is a stock name, the key will differ for different channels enum: - leader - agreementParty - notifyParty - nonNotifyParty - doesNotApply shownToLeaderAt: type: string description: The data and time when the declaration was shown to the leader example: 2023-04-11@15:04:48 RWRiskAuthorisationState: type: object properties: _id: description: The unique ID of this document type: string example: IC7B100AFD-BAA8-4B88-AB28-6B0FDA79FD81::RiskAuthState::akhil_ALL _rev: type: string description: The revision number of this document example: 1-5e141ce5388edccdef2e4193b0d319da channels: type: array items: type: string description: The team IDs of the users who can see the risk example: akhil_ALL createdAt: type: string example: '2021-11-23 08:36:55' description: The creation time of this document currentAuthRequest: type: object properties: createdAt: type: string description: The time and date of the request for internal review example: '2021-11-23 08:36:55' hash: description: Data hash type: string example: 464c055d3cbf68699e57aa9f8099b4bfff953fb61c25ddeb3fe06f28249828d0 originatingMemberID: description: The User ID of the requesting user type: string example: MU9FCFC64E-7694-420A-BE61-2ABEDB3E8F52 requesterNotes: description: Any additonal comments/notes added by the requesting user type: string example: Please approve reviewerNotes: description: Any notes added by the reviewer type: string example: approved reviewers: type: array items: type: string description: The User IDs of any requested reviewers example: MU9FCFC64E-7694-420A-BE61-2ABEDB3E8F52 reviewerMemberID: type: string example: MU9FCFC64E-7694-420A-BE61-2ABEDB3E8F52 description: The User ID of the actual reviewer riskStage: description: The stage that the contract was at when the internal review was requested type: string example: brDraft status: description: The current status of the review request type: string enum: - pending - authorised - rejected - withdrawn eventID: description: The Unique ID of the event document generated when sending the request type: string example: IC7B100AFD-BAA8-4B88-AB28-6B0FDA79FD81::AW::01C36EBD-9E59-4CBC-9252-0671363A48C7 latestActivityID: description: The Unique ID of the event document corresponding to the latest activity type: string example: IC7B100AFD-BAA8-4B88-AB28-6B0FDA79FD81::ACTI::D13EA884-8F2A-423F-B618-FB5B3BBAA302 updatedAt: description: The date and time when the request was last updated type: string example: '2024-11-23 08:36:55' required: - createdAt - hash - originatingMemberID - reviewers - status - updatedAt - eventID history: type: array items: type: object properties: createdAt: type: string description: The time and date of the request for internal review example: '2021-11-23 08:36:55' hash: description: Data hash type: string example: 464c055d3cbf68699e57aa9f8099b4bfff953fb61c25ddeb3fe06f28249828d0 originatingMemberID: description: The User ID of the requesting user type: string example: MU9FCFC64E-7694-420A-BE61-2ABEDB3E8F52 requesterNotes: description: Any additonal comments/notes added by the requesting user type: string example: Please approve reviewerNotes: description: Any notes added by the reviewer type: string example: approved reviewers: type: array items: type: string description: The User IDs of any requested reviewers example: MU9FCFC64E-7694-420A-BE61-2ABEDB3E8F52 reviewerMemberID: type: string example: MU9FCFC64E-7694-420A-BE61-2ABEDB3E8F52 description: The User ID of the actual reviewer riskStage: description: The stage that the contract was at when the internal review was requested type: string example: brDraft status: description: The current status of the review request type: string enum: - pending - authorised - rejected - withdrawn eventID: description: The Unique ID of the event document generated when sending the request type: string example: IC7B100AFD-BAA8-4B88-AB28-6B0FDA79FD81::AW::01C36EBD-9E59-4CBC-9252-0671363A48C7 latestActivityID: description: The Unique ID of the event document corresponding to the latest activity type: string example: IC7B100AFD-BAA8-4B88-AB28-6B0FDA79FD81::ACTI::D13EA884-8F2A-423F-B618-FB5B3BBAA302 updatedAt: description: The date and time when the request was last updated type: string example: '2024-11-23 08:36:55' required: - createdAt - hash - originatingMemberID - reviewers - status - updatedAt - eventID provenance: $ref: '#/components/schemas/ExtendedMRC/properties/provenance' type: description: The named JMRC type descriptor for this document type: string example: RWRiskAuthorisationState updatedAt: description: The date and time that this document was last updated type: string example: '2024-11-23 08:36:55' required: - _attachments - _id - _rev - channels - createdAt - provenance - type - updatedAt RWBrokerMessage: type: object properties: _id: type: string example: IC70DC4134-71CE-40E7-BFAE-223CCDCDA2C3::QR3::BrokerMessage::tomyunderwriting_ALL description: The unique ID of this document _rev: type: string example: 1-1b9f23f0c0658c23793959f12c119abc description: The revision number of this document associatedRiskID: type: string example: IC70DC4134-71CE-40E7-BFAE-223CCDCDA2C3::QR3 description: The unique ID of the risk instance that the broker message applies to channels: type: array items: type: string example: akhil_ALL description: The team IDs of the users who can see the risk closing: type: string example: Best Regards description: The broker's closing salutation message createdAt: type: string example: '2024-02-21 13:21:24' description: The creation time of this document elements: type: array items: type: object properties: index: type: integer example: 0 description: The index number of the text string shown below text: type: string example: Please Agree description: The main body of the broker's message required: - index - text greeting: type: string example: Hello description: The broker's introduction message provenance: $ref: '#/components/schemas/ExtendedMRC/properties/provenance' type: type: string example: RWBrokerMessage description: The named JMRC type descriptor for this document updatedAt: type: string description: The date and time that this document was last updated example: '2024-02-21 13:21:24' required: - _id - _rev - associatedRiskID - channels - createdAt - elements - type - provenance - updatedAt RWMRCValidationResults: type: object properties: _id: type: string example: IC70DC4134-71CE-40E7-BFAE-223CCDCDA2C3::MRCValidation description: The unique ID of this document _rev: type: string example: 1-4d2a2b5e6a7266885195e8b8fa178693 description: The revision number of this document channels: type: array items: type: string description: The team IDs of the users who can see the risk example: akhil_ALL createdAt: type: string example: '2024-02-21 14:18:10' description: The creation time of this document narrative: type: string example: Failed on 30 of 124 rules description: The summary of the validation results provenance: $ref: '#/components/schemas/ExtendedMRC/properties/provenance' riskStatus: type: string enum: - NotFinalised - MarketedOnly - QuotationRequest - QuotationInPreparation - QuotedByUnderwriter - BindableQuote - FirmOrder - Signed - EndorsementInPreparation - Endorsement - EndorsementFinalised - NotTakenUp - QuotationRequestDeclined - QuotationRequestWithdrawn - QuotationWithdrawn - BindableQuoteDeclined - BindableQuoteWithdrawn - BindableQuoteRejected - BindableQuoteNotTakenUp - FirmOrderWithdrawn - FirmOrderDeclined - EndorsementWithdrawn - EndorsementDeclined - FirmOrderRejected - Template description: The current contract status of the risk instance being validated rules: type: array items: type: object properties: failMessages: type: array items: type: string example: The \Broker Reference\ tag is missing. Ensure the tag is applied under the heading \Unique Market Reference\ within the Risk Details section. description: Detailed text explaning one error in the validation fieldName: type: string example: Unique Market Reference description: The contract heading that the failure refers to. rawRiskValue: type: string example: UMR HAS TAG Broker_Reference description: The name of the rule being tested result: type: string enum: - PASS - FAIL - MISSING - NORULES - DOESNOTAPPLY - NYI description: The result of the rule test ruleID: type: string example: MRC-0002 description: The ID number of the rule severity: type: string description: The severity level of failing the rule test example: optional required: - failMessages - fieldName - rawRiskValue - result - ruleID - severity type: type: string example: RWMRCValidationResults description: The named JMRC type descriptor for this document updatedAt: type: string example: '2024-02-21 14:18:10' description: The date and time that this document was last updated required: - _id - _rev - channels - createdAt - narrative - provenance - riskStatus - rules - type - updatedAt RWBindableQuoteGuidance: type: object properties: sections: type: array items: $ref: '#/components/schemas/RWLineGuidanceSet/properties/sections/items' contents: type: array items: type: object properties: conditionsEnabled: type: boolean example: true description: Whether there are any conditions on the guidance sectionIdentifiers: type: array items: type: string example: '1' description: The ID number of the section maxString: type: string example: '40' description: The maximum requested line percentage minString: type: string example: '30' description: The minimum requested line percentage suggestedStamps: $ref: '#/components/schemas/CorporateDetail/properties/stamps/items' role: description: Facility participation role type: string enum: - leader - agreementParty - notifyParty - nonNotifyParty - doesNotApply associatedFacilityId: type: string example: IC49BB5707-698B-4E51-B3C0-85FA763B94CC description: Unique ID of the facility agreement that the declaration is attached to associatedFacilitySectionID: type: string example: '1' description: The sectionID of the section of the facility agreement, if any, that the declaration is attached to associatedPlacingID: type: string example: IC006DD9DA-A6EF-4320-BD23-C12D845282FF::BQ1 description: The Unique ID of the Bindable Quote that this line guidance applies to _id: type: string description: The unique ID of this document example: IC006DD9DA-A6EF-4320-BD23-C12D845282FF::BQ1::CATANIA::ALL::BQGS _rev: type: string description: The revision number of this document example: 1-304aa44d6b3231c380ed83bbda5d8f08 channels: type: array items: type: string example: catania_ALL Provenance: $ref: '#/components/schemas/ExtendedMRC/properties/provenance' type: type: string description: The named JMRC type descriptor for this document example: RWBindableQuoteGuidance RWQuotedFacilityGuidance: type: object properties: _id: type: string example: IC9A83BB04-83EA-4D91-8120-57A5FC13892D::BQ2::FGUI::ICD77B5FD4-0790-42B9-BC53-65242FB96558 description: The unique ID of this document _rev: type: string example: 1-4d2a2b5e6a7266885195e8b8fa178693 description: The revision number of this document channels: type: array items: type: string description: The team IDs of the users who can see the risk example: akhil_ALL createdAt: type: string example: '2024-02-21 14:18:10' description: The creation time of this document type: type: string description: The named JMRC type descriptor for this document example: RWQuotedFacilityGuidance updatedAt: type: string example: '2024-02-21 14:18:10' description: The date and time that this document was last updated provenance: $ref: '#/components/schemas/ExtendedMRC/properties/provenance' roles: $ref: '#/components/schemas/RWFacilityGuidance/properties/roles' RWQuotedLine: type: object properties: _id: type: string example: ICD0645233-E126-4768-AB15-0A8828F5F08C::BQ1::TOMYUNDERWRITING::ALL::BQL description: The unique ID of this document _rev: example: 1-087952cf08f44dae740c1c001e2d5ab2 type: string description: The revision number of this document channels: type: array items: type: string example: akhil_ALL description: The team IDs of the users who can see the risk createdAt: type: string example: '2024-02-21 15:05:47' description: The creation time of this document line: type: array items: type: object description: The data for the line (Signed/Written/Quoted) properties: version: type: number example: 1 description: Version number sectionIdentifiers: type: array description: The section/s of the risk to which the line is attached items: type: string example: '2' description: The ID number of the section businessUnit: type: string example: Catania Insurers Ltd description: The business unit of the underwriter who put down the line stampedAt: type: string description: The date and time when the line was put down example: '2019-10-01 09:31:43' subjectivities: type: array description: Details of any subjectivities added by the underwriter items: type: object properties: approvedStatus: type: string enum: - notYetResponded - accepted - rejected - deadlineExpired description: Current status of the broker's response to the underwriter's subjectivity deadline: type: string example: '1708560000.0' description: The deadline for accepting the subjectivity response in unix epoch time identifier: type: string example: 59F40DB9-557C-46F6-95A0-179270BD5A44 description: The uniqueID of the subjectivity text: type: string example: Sample Subjectivity description: Text detailing the requirement of the subjectivity subjectivityMode: type: string enum: - unchosen - holdingCover - noCoverGiven description: Whether this line provides cover whilst the subjectivity is being agreed subjectivitiesDeadlineNotRequired: type: string description: Details of any Subjectivites with no deadlines canUpdateConditions: type: boolean example: true description: Can line conditions be updated? stamperChannel: type: string description: The team channel of the underwriter who put down the line example: catania_ALL stamperEmail: type: string example: underwriter.messina@wspt.co.uk description: The email address of the underwriter who put down the line stamperName: type: string description: The name of the underwriter who put down the line example: Charles Messina role: type: string description: The facility participation role of the underwriter enum: - leader - agreementParty - notifyParty - nonNotifyParty - doesNotApply contractArchiveID: type: string description: The unique ID of the archived version of the risk document at the moment the line was put down example: IC9642312E-D0E2-46FE-8B08-9C3002C1DEC9::FO::CATANIA::ALL::ARCH::5A734DCC-98CC-4C41-A42F-3A43A5E44EE0 toStand: type: boolean description: Whether the underwriter has marked the line To Stand, i.e. it may not be signed down example: true impressions: type: array description: Each item in the array represents an inked stamp detailing the line being put down. items: type: object properties: riskCodes: type: array items: type: object properties: code: type: string example: H3 description: The risk code allocated to the written line index: type: string description: The index order of the risk code example: '0' signedLinePercentageString: type: string description: The line percentage signed by the broker, which may be less than the underwriter's written line for SignedLineSets example: '44.0272' writtenLinePercentageString: type: string description: The line percentage written by the underwriter example: '45' uwRefs: type: array items: type: string description: The reference code assigned by the underwriter, which in many stamp types is limited to 12 alphanumeric characters example: FHSDJFSDHFSD descriptions: type: array items: type: string tiltAngleString: type: string description: The display angle used when rendering the stamp on the screen or printed page, used to give the appearance of manually stamped paper example: '0.04264535201250923' yearOfAccount: type: string example: '2024' description: The year of account for the contract, if the stamp has been put down by the contract leader stamp: $ref: '#/components/schemas/CorporateDetail/properties/stamps/items' stampIdentifiers: type: array items: properties: category: type: string description: The originating market or other authority that the stamp is put down under example: LloydsSyndicate categoryNumber: type: string description: The unique identifier of the capacity in the market, for example a bureau market code, Lloyds Syndicate Number, DUNS number, or other identifier example: '1314' categoryExtra: type: string description: The three-letter pseudonym of the Lloyd's of London or Lloyd's Brussels Syndicates that the underwriter belongs to, if any example: ASC splitPercentage: type: string description: If the stamp has been marked by the underwrite as split, this lists the line percentage falling under this particular syndicate or capacity. Split stamps have a separate stampIdentifiers array for each syndicate, and the combined splitPercentage values of all arrays in the split totals 100% example: 82% pseudonymn: type: string description: the pseudonymn used to identify the stamp coverholder: type: boolean example: false description: Whether the stamp is for a consortium brexitData: type: array description: Defunct from version 2.18. This array used to appear if the line bore an EEA mirror stamp. items: type: object properties: stamp: $ref: '#/components/schemas/CorporateDetail/properties/stamps/items' references: type: array items: type: string description: The reference code assigned by the underwriter, which in many stamp types is limited to 12 alphanumeric characters example: FHSDJFSDHFSD descriptions: type: array items: type: string description: Any extra description added for the mirror stamp example: This is a Description customDescription: type: string example: Applying to EEA description: Text appearing at the top of the mirror stamp stampIdentifiers: type: array items: properties: category: type: string description: The originating market or other authority that the stamp is put down under example: LloydsSyndicate categoryNumber: type: string description: The unique identifier of the capacity in the market, for example a bureau market code, Lloyds Syndicate Number, DUNS number, or other identifier example: '1314' categoryExtra: type: string description: The three-letter pseudonym of the Lloyd''s of London or Lloyd''s Brussels Syndicates that the underwriter belongs to, if any example: ASC splitPercentage: type: string description: If the stamp has been marked by the underwriter as split, this lists the line percentage falling under this particular syndicate or capacity. Split stamps have a separate stampIdentifiers array for each syndicate, and the combined splitPercentage values of all arrays in the split totals 100% example: 82% pseudonymn: type: string description: The pseudonymn used to identify the stamp coverholder: type: boolean example: false description: Whether the stamp is for a consortium mirrorStamps: type: array description: This array only appears if the line bears one or more mirror stamps items: type: object properties: stamp: $ref: '#/components/schemas/CorporateDetail/properties/stamps/items' references: type: array items: type: string description: The reference code assigned by the underwriter, which in many stamp types is limited to 12 alphanumeric characters example: FHSDJFSDHFSD descriptions: type: array items: type: string description: Any extra description added for the mirror stamp example: This is a Description customDescription: type: string example: Contiguous 48 States only description: Text appearing at the top of the mirror stamp stampIdentifiers: type: array items: properties: category: type: string description: The originating market or other authority that the stamp is put down under example: LloydsSyndicate categoryNumber: type: string description: The unique identifier of the capacity in the market, for example a bureau market code, Lloyd''s Syndicate Number, DUNS number, or other identifier example: '1314' categoryExtra: type: string description: The three-letter pseudonym of the Lloyd''s of London or Lloyd''s Brussels Syndicates that the underwriter belongs to, if any example: ASC splitPercentage: type: string description: If the stamp has been marked by the underwriter as split, this lists the line percentage falling under this particular syndicate or capacity. Split stamps have a separate stampIdentifiers array for each syndicate, and the combined splitPercentage values of all arrays in the split totals 100% example: 82% pseudonymn: type: string description: The pseudonymn used to identify the stamp coverholder: type: boolean example: false description: Whether the stamp is for a consortium contractHash: type: string example: 81b7151e30ba40f098ab50cc3828e5ff6f5a725dbb76910416f018d3ca23638a description: A hash of the contract data to verify the text being agreed to stamperUserID: type: string example: MUB6090366-B15D-4C2B-BA54-EABE5F638FDF description: The unique User ID of the underwriter conditionsEnabled: description: Whether conditions were attached to the written line type: boolean example: true mode: type: string example: quoted associatedFacilityId: type: string example: IC49BB5707-698B-4E51-B3C0-85FA763B94CC description: The unique ID of the facility agreement that the declaration is attached to associatedFacilitySectionID: type: string example: '1' description: The ID number of the section of the facility agreement that the declaration is attached to validityPeriod: type: string example: 60 Days description: The validity period of the quote in days (only for quoted lines) lineConditions: type: array description: The set of line conditions added by the underwriter items: type: string example: Line To stand conditionsApproved: type: boolean description: Whether the added line conditions have been agreed to by the broker example: true provenance: $ref: '#/components/schemas/ExtendedMRC/properties/provenance' type: type: string description: The named JMRC type descriptor for this document example: RWQuotedLine updatedAt: type: string description: The date and time that this document was last updated example: '2024-02-21 15:05:47' isOffline: type: boolean example: true description: Whether the line is assigned to an offline carrier. parentDocID: type: string example: ICD0645233-E126-4768-AB15-0A8828F5F08C::BQ1::TOMYUNDERWRITING::ALL description: The unique ID number of the related RWPlacing document required: - _id - _rev - channels - createdAt - line - parentDocID - provenance - type - updatedAt RWWrittenLineSet: type: object properties: _id: type: string example: ICD0645233-E126-4768-AB15-0A8828F5F08C::FO::TOMYUNDERWRITING::ALL::WRLS description: The unique ID of this document _rev: example: 1-087952cf08f44dae740c1c001e2d5ab2 type: string description: The revision number of this document channels: type: array items: type: string example: akhil_ALL description: The team IDs of the users who can see the risk createdAt: type: string example: '2024-02-21 15:05:47' description: The creation time of this document contents: type: array items: $ref: '#/components/schemas/RWQuotedLine/properties/line/items' provenance: $ref: '#/components/schemas/ExtendedMRC/properties/provenance' type: type: string description: The named JMRC type descriptor for this document example: RWWrittenLineSet updatedAt: type: string example: '2024-02-21 15:05:47' description: The date and time that this document was last updated isOffline: type: boolean example: true description: Whether the stamp is associated with an offline carrier parentDocID: type: string example: ICD0645233-E126-4768-AB15-0A8828F5F08C::FO::TOMYUNDERWRITING::ALL description: The unique ID number of the related RWPlacing document required: - _id - _rev - channels - createdAt - line - parentDocID - provenance - type - updatedAt RWAttachmentCollection: type: object properties: _id: type: string example: IC1645BA8E-6E4B-4619-97B5-A2FF5ED30331::ATCH::tomyunderwriting_ALL description: Unique ID of this document _rev: example: 2-73d5bf3886f3c089b262634d5950a933 type: string description: Revision number of this document channels: type: array items: type: string description: ID of the team/s with access to this document example: akhil_ALL createdAt: type: string example: '2024-02-20 13:35:27' description: Creation time of this document metadata: type: array items: type: object properties: attachedAt: type: string example: '2024-02-20 13:35:27' description: The date and time that the attachment was uploaded attachedByUser: type: string example: The uniqueID of the user who uploaded the attachment description: MU999AF919-3FDB-49F2-B4C5-D42614B02E70 attachmentName: description: The file name of the attachment type: string example: testfile.pdf content_type: description: The file type of the attachment type: string example: application/pdf digest: type: string example: sha1-9SgDg2hqQE9US98xJEhGH+3nVME= identifier: description: The uniqueID of the attachment in the system type: string example: A-D0861C3D-45A0-4787-9482-2115C432035D length: description: The file size of the attachment in bytes type: integer example: 284884 strongDigest: example: sqbw+jVYsy1aQzsAVG6kI2OkHU3F0sRYYOWUrxEQIKQ=" type: string usesBlobStore: type: boolean example: true description: Whether the attachment file uses azure blob storage version: description: The sequential version number of the current file being used as the attachment, which increases when the attachment's file is replaced example: 1 type: integer replaces: description: The unique ID of the attachment document that this new file is replacing, if any type: string example: A-AAEE8F8F-9EE9-40B5-9C53-3E427A798722 replacedBy: description: The unique ID of the attachment document that this file is being replaced by, if any type: string example: A-AAEE8F8F-9EE9-40B5-9C53-3E427A798722 linkedEndorsementNumbers: type: array items: type: number description: The endorsement numbers of any endorsements linked to this attachment example: 3 required: - attachedAt - attachedByUser - attachmentName - identifier provenance: $ref: '#/components/schemas/ExtendedMRC/properties/provenance' type: description: The named JMRC type descriptor for this document type: string example: RWAttachmentCollection updatedAt: description: The date and time that this document was last updated type: string example: '2024-02-20 13:35:27' required: - _id - _rev - channels - createdAt - provenance - type - updatedAt RWComment: type: object description: A document that represents one comment in a chat properties: _id: type: string description: unique document id for the comment example: IC2C2C364A-F483-48F3-A927-05BC703CFCE3::CHAT::901F20D1-6BC8-46C6-BAA4-92B64507D7A2 apnsData: type: object description: data for notifications to be sent alerting users about the activity. NOTE - this is for internal Whitespace usage and so the data can be subject to change. Please do use this object for integration purposes properties: channels: type: array description: A list of the channels for users to receive the notification items: type: string description: the team channel example: carrier_MARINECASUALTY data: type: object properties: docId: type: string description: the risk root ID associated with the activity example: IC6A318B90-C319-4D2A-9088-98AD1B313556 dataForEmail: type: object properties: riskInformation: type: array items: type: string description: an array of text strings to be displayed in the notification message example: Acme Widgets Inc USD 25,000,000 B0999JC2311220803 userID: type: string description: the ID of the user whose action triggered the activity example: MUB70853CF-3221-4FD4-8A30-12B05EAD2EA5 subscriptionRootID: type: string description: the risk root ID associated with the activity example: IC6A318B90-C319-4D2A-9088-98AD1B313556 subtitle: type: string description: text subtitle for the message example: 'Messina Insurance Co Aviation Hull and Liability Insurance' title: type: string description: text title for the message example: Declined Quote Request _rev: type: string example: 1-141df67df9e5eaacd0830c65e47a0bf9 createdAt: type: string example: '2021-08-04 15:18:02' updatedAt: type: string example: '2021-08-04 15:18:02' type: type: string example: RWComment description: RWComment in all cases associatedRootID: type: string example: IC2C2C364A-F483-48F3-A927-05BC703CFCE3 description: The root ID for the risk which the chat relates to channels: type: array description: The team channels of users allowed to see the document items: type: string example: blackpool_TERRORISM comment: type: string description: The text of the comment example: Is this within your risk criteria? brokerMessageDocID: example: IC09F74B05-AC0C-4FCA-A0C0-1FD94D4BEA2A::FO::BrokerMessage::tomyunderwriting_ALL type: string description: The ID of the broker message, if the comment was a broker message brokerMessageStage: type: string example: FirmOrder description: The stage of the risk when the broker message was shown user: type: string description: The ID of the user who sent the message example: MU9FCFC64E-7694-420A-BE61-2ABEDB3E8F52 createdAtMilliseconds: type: integer example: 1709213501333 description: The value of createdAt in miliseconds isInternal: type: boolean example: false description: True if the message is internal RWSubjectivityResponse: type: object properties: _id: type: string description: The unique ID of this document example: ICFFCA06E9-AC1E-4CAF-8890-791E044B417E::FO::TOMYUNDERWRITING::ALL::WRLS::SUBJR::C3D58950-1C4F-46AD-8C5F-D5C6566F2CC8 _rev: example: 2-73d5bf3886f3c089b262634d5950a933 type: string description: The revision number of this document associatedAwDocID: type: string description: The unique ID of the associated RWAttentionWanted document, if it exists associatedFirmOrderDocID: type: string example: ICFFCA06E9-AC1E-4CAF-8890-791E044B417E::FO::TOMYUNDERWRITING::ALL description: The unique ID of the associated firm order or bindable quote document that this subjectivity response applies to. associatedNoCoverStorerDocID: type: string description: The unique ID of the associated No Cover document, if it exists associatedSetDocID: type: string example: ICFFCA06E9-AC1E-4CAF-8890-791E044B417E::FO::TOMYUNDERWRITING::ALL::WRLS description: The unique ID of the line set document for the associated risk attachmentsMetadata: type: array items: type: object properties: attachedAt: type: string example: '2024-02-20 13:35:27' description: The date and time that an attachment was uploaded attachedByUser: type: string example: The unique ID of the user who uploaded the attachment description: MU999AF919-3FDB-49F2-B4C5-D42614B02E70 attachmentName: description: The file name of the attachment type: string example: testfile.pdf identifier: description: The uniqueID of the attachment in the system type: string example: A-D0861C3D-45A0-4787-9482-2115C432035D strongDigest: example: sqbw+jVYsy1aQzsAVG6kI2OkHU3F0sRYYOWUrxEQIKQ=" type: string usesBlobStore: type: boolean example: true description: True if the attachment file uses azure blob storage version: description: The sequential version number of the file currently being used as this attachment, which increases when the attachment's file is replaced example: 1 type: integer required: - attachedAt - attachedByUser - attachmentName - identifier cannotBeSatisfied: type: boolean example: false description: True if the broker has stated that they cannot satisfy the subjectivity requirement. channels: type: array items: type: string description: Channel ID of the team/s with access to this document example: akhil_ALL createdAt: type: string example: '2024-02-20 13:35:27' description: Creation time of this document isValid: type: boolean example: true description: False if the broker rejects the required subjectivity message: type: string example: Will satisy Subjectivity description: A text message from the Broker regarding satisfying the subjectivity mode: type: string example: holdingCover description: The type of subjectivity response, can be holdingCover or noCoverGiven provenance: $ref: '#/components/schemas/ExtendedMRC/properties/provenance' status: type: string example: awaiting description: The status of the underwriter's response to the broker's attempt to satisfy (or decline) the subjectivity subjectivity: type: object properties: approvedStatus: type: string enum: - notYetResponded - accepted - rejected - deadlineExpired deadline: type: string example: '1709596800.0' description: The response deadline in Unix Epoch format identifier: type: string example: E426767E-0852-4A18-8D98-5DD69060F40B description: The uniqueID of the subjectivity response document text: type: string example: Please satisfy description: The underwriter's description of the subjectivity requirement required: - approvedStatus - deadline - text type: type: string description: The purpose of this document in the system - always RWSubjectivityResponse example: RWSubjectivityResponse updatedAt: description: The date and time that this document was last updated type: string example: '2024-02-20 13:35:27' required: - _id - _rev - associatedAwDocID - associatedFirmOrderDocID - associatedNoCoverStorerDocID - associatedSetDocID - cannotBeSatisfied - channels - createdAt - isValid - message - mode - provenance - status - subjectivity - type - updatedAt RWMultiSectionStorer: type: object properties: sections: type: array items: $ref: '#/components/schemas/RWLineGuidanceSet/properties/sections/items' channels: type: array items: type: string example: ajc_ALL _id: type: string example: IC43B9B6DA-6CE9-4BE3-A794-4A6DD02AB2A1::MS description: The unique ID of this document createdAt: type: string description: The creation time of this document example: '2019-10-10 08:59:47' type: type: string example: RWMultiSectionStorer description: The named JMRC type descriptor for this document associatedRootID: type: string example: IC43B9B6DA-6CE9-4BE3-A794-4A6DD02AB2A1 description: The unique rootID of the contract that has been sectioned RWLineGuidanceSet: type: object properties: sections: type: array items: type: object properties: index: type: number example: 1 leadUnderwriterChannel: type: string example: offlineafricare_ALL description: The name of the leader's team channel multiSectionName: type: string description: The name of the section example: Hull multiSectionId: type: string description: The ID number of the section example: '1' leadUnderwriter: type: string example: OFFLINEAFRICANRE ALL description: The leader's company and team IDs leadUnderwriterFacility: type: string example: ICD77B5FD4-0790-42B9-BC53-65242FB96558 description: The unique ID of the leader's facility agreement contents: type: array items: type: object properties: conditionsEnabled: type: boolean example: true description: Whether there are any conditions on the guidance sectionIdentifiers: type: array items: type: string example: '1' description: The ID number of the section maxString: type: string example: '40' description: The maximum requested line percentage minString: type: string example: '30' description: The minimum requested line percentage suggestedStamps: $ref: '#/components/schemas/CorporateDetail/properties/stamps/items' role: description: Facility participation role type: string enum: - leader - agreementParty - notifyParty - nonNotifyParty - doesNotApply associatedFacilityId: type: string example: IC49BB5707-698B-4E51-B3C0-85FA763B94CC description: Unique ID of the facility agreement that the declaration is attached to. associatedFacilitySectionID: type: string example: '1' description: The sectionID of the section of the facility agreement, if any, that the declaration is attached to associatedPlacingID: type: string example: IC006DD9DA-A6EF-4320-BD23-C12D845282FF::FO description: The Unique ID of the Firm Order that this line guidance applies to _id: type: string description: The unique ID of this document example: IC006DD9DA-A6EF-4320-BD23-C12D845282FF::FO::CATANIA::ALL::LGUS _rev: type: string description: The revision number of this document example: 1-304aa44d6b3231c380ed83bbda5d8f08 channels: type: array items: type: string example: catania_ALL Provenance: $ref: '#/components/schemas/ExtendedMRC/properties/provenance' type: type: string description: The named JMRC type descriptor for this document example: RWLineGuidance RWNoCoverGivenLinesStorer: type: object properties: _id: type: string example: IC5FF93255-74CA-4788-A668-0080992DAED9::FO::TOMYUNDERWRITING::ALL::NoCoverGivenLines::D163405E-94AD-4964-881D-B7335827843A description: The unique ID of this document _rev: example: 1-087952cf08f44dae740c1c001e2d5ab2 type: string description: The revision number of this document channels: type: array items: type: string example: akhil_ALL description: The team channel names of the users who can see the risk that this document relates to createdAt: type: string example: '2024-02-21 15:05:47' description: The creation time of this document in YYYY-MM-DD HH:MM:SS format line: type: array items: $ref: '#/components/schemas/RWQuotedLine/properties/line/items' provenance: $ref: '#/components/schemas/ExtendedMRC/properties/provenance' type: type: string description: The JMRC type of this document. Always RWNoCoverGivenLinesStorer example: RWNoCoverGivenLinesStorer updatedAt: type: string example: '2024-02-21 15:05:47' description: The date and time that this document was last updated in YYYY-MM-DD HH:MM:SS format isValid: type: boolean example: true description: False if the broker rejects the no cover given line associatedFirmOrderDocID: type: string example: ICD0645233-E126-4768-AB15-0A8828F5F08C::FO::TOMYUNDERWRITING::ALL description: The unique ID of the RWPlacing document describing the firm order this no cover given line was written in response to required: - _id - _rev - line - channels - createdAt - provenance - type - updatedAt RWAttentionWanted: type: object description: An important event which requires action from a user. This schema holds the base properties of the document. There can be extra properties depending on the type of event. properties: _id: description: The unique ID of this document example: IC7B100AFD-BAA8-4B88-AB28-6B0FDA79FD81::AW::1995CA3B-965C-4F5B-AC61-1C2B30C52881 type: string _rev: description: The revision number of this document type: string example: 1-e62b3252fab906502d50c44621920522 action: description: The alert that is being shown type: string enum: - reviseWrittenLine - reviseWrittenLinePercentageResponse - reviseWrittenLineReferenceResponse - respondedToSubjectivity - wroteNoCoverGivenLine - editedLeadUnderwriterLineItem - updatedConditions - rejectedSubjectivityResponse - requestedSecondApproval - withdrawnSecondApproval - stampUpdateSubmitted - rollbackSignedRisk - lineRemovalRequest - lineRemovalAccepted - lineRemovalRejected - lineRemoved associatedRiskID: description: The unique ID of the risk instance that the alert applies to type: string example: IC7B100AFD-BAA8-4B88-AB28-6B0FDA79FD81::FO associatedRootID: description: The RootID of the risk type: string example: IC7B100AFD-BAA8-4B88-AB28-6B0FDA79FD81 channels: description: The User IDs or team IDs of the users who can see the risk type: array items: type: string example: MU9FCFC64E-7694-420A-BE61-2ABEDB3E8F52 createdAt: description: The creation time of this document type: string example: '2024-02-20 11:08:23' hasBeenCleared: description: Whether the alert notification has been cleared type: boolean example: false message: description: The description of the event triggering the alert example: Tony Wheeler has sent this contract for your internal review. type: string notes: description: Any extra notes related to the event type: string provenance: $ref: '#/components/schemas/ExtendedMRC/properties/provenance' recipientRole: description: The role of the alert recipient, either broker or underwriter type: string example: broker hasBeenRejected: type: boolean description: Whether the alert has been rejected example: false type: description: The named JMRC type descriptor for this document type: string example: RWAttentionWanted updatedAt: description: The date and time that this document was last updated type: string example: '2024-02-20 11:08:23' required: - _id - _rev - action - associatedRootID - channels - createdAt - hasBeenCleared - message - provenance - type - updatedAt RWCorrectionDetails: type: object properties: _id: type: string example: IC830CD992-A6F2-4C23-80AF-4FE20A14BFF3::CC1::OFFLINEBARANTSRE::ALL::CCD _rev: type: string example: 3-faf17c26015b60f71bd207549838f822 channels: type: array items: type: string example: akhil_ALL createdAt: type: string example: '2024-06-24 11:04:10' details: type: object properties: approved: type: object properties: approvedAt: type: string example: '2024-06-24 11:05:54' description: Time when the Contract Correction was approved in UTC approvedBy: type: string example: MU9FCFC64E-7694-420A-BE61-2ABEDB3E8F52 description: The unique ID of the approving underwriter declined: type: object properties: declinedAt: type: string example: '2024-06-24 11:05:54' description: Time when the Contract Correction was declined in UTC declinedBy: type: string example: MU9FCFC64E-7694-420A-BE61-2ABEDB3E8F52 description: The unique ID of the declining underwriter declineReasons: type: array items: type: string example: Unwilling to agree correction description: Reason(s) given by the underwriter for declining the Correction role: type: string enum: - leader - agreeementParty - notifyParty - nonNotifyParty description: The role of the carrier in this Contract Correction required: - role parentDocID: type: string example: IC830CD992-A6F2-4C23-80AF-4FE20A14BFF3::CC1 description: Unique ID of the Contract Correction document provenance: $ref: '#/components/schemas/ExtendedMRC/properties/provenance' type: type: string example: RWCorrectionDetails updatedAt: type: string example: '2024-06-24 11:04:10' uwrChannel: type: string example: offlinebarantsre_ALL description: The channel of the underwriter described by this object required: - _attachments - _id - _rev - channels - createdAt - details - parentDocID - provenance - type - updatedAt - uwrChannel security: - bearerAuth: []