Trident APIs

MarketSplit

object

Variable market split configuration. Supply only when the agreement binder slip contains a variable market clause and the actual split differs from the standard agreement split.

variableMarketbooleanrequired

Whether the market split is variable. When true, entries must be populated.

Example:true

entriesarray[object]

A single carrier entry in a variable market split.

Show Child Parameters
Example

FonActivity

object

FON (Final Offer & Negotiation) attributes at the policy activity level. CY LOB only. Carries FON date, jurisdiction details, and regulatory location for the insured risk.

fonDatestring(date)required

Required for FON stage. The date the Final Offer & Negotiation was completed (ISO 8601 date, e.g. ‘2026-07-01’). Provided by the front-end system.

Example:2026-01-15

jurisdictionCountryobjectrequired

Required. Jurisdiction country — code only. The country where the insured risk is located. Found in the Fiscal & Regulatory section of the slip. This is NOT the same as the territory field.

* Additional properties are NOT allowed.
Show Child Parameters
jurisdictionStateobject

Required for US risks. Jurisdiction state — code only. The state where the US-domiciled insured risk is located. Provided by the front-end for US-origin submissions.

* Additional properties are NOT allowed.
Show Child Parameters
riskRegulatoryLocationobjectrequired

Required. Regulatory risk location — code only. Where the regulator deems the risk to be situated, as stated in the Fiscal & Regulatory section of the slip. This is NOT the territory; the two fields serve different regulatory purposes.

* Additional properties are NOT allowed.
Show Child Parameters
Example

MarketSplitEntry

object

A single carrier entry in a variable market split.

careerPercentnumber(double)

Carrier percentage share.

Example:50

carrierCodeobject

Carrier — id only.

* Additional properties are NOT allowed.
Show Child Parameters
carrierReferencestring

Carrier’s own policy reference.

Example:MR-CYB-2026-001

Example

FieldLookupResponse

object

Response returned by /lookup/fields and /lookup/agreement. Contains the field name resolved by the server and the list of allowed values read from the live XFI section schema.

statusstringrequired

Outcome of the lookup call.

Allowed values:SUCCESSFAILED

Example:SUCCESS

fieldstringrequired

The XFI field name whose allowed values are returned. One of coverage, agreement, agreementActivity, or agreementSection.

Example:agreement

valuesarray[object]required

A single lookup value entry

Show Child Parameters
Example

ContactLookupItem

object

A single contact entry returned by the /lookup/contacts endpoint.

contactKeyinteger

XFI contact key. Use this as the id when referencing the contact in a submission.

contactReferencestring

Display name / company name of the contact.

codestring

Short code assigned to the contact in XFI (e.g. underwriter code).

roleCodestring

XFI role code for this contact.

emailstring

Contact email address.

mailingAddress1string
mailingAddress2string
mailingAddressCitystring
countrystring
Example