---
title: "SectionMarketSplit"
url: "https://apipartners.mosaicinsurance.com/apis/trident-sandbox-1/versions/063565b3-7d5d-4ebb-9e4e-ea5966a41579/schemas/SectionMarketSplit"
---

> Full API specification: https://apipartners.mosaicinsurance.com/apis/trident-sandbox-1/versions/063565b3-7d5d-4ebb-9e4e-ea5966a41579.md

# SectionMarketSplit

A single carrier entry in a section-level market split.

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Trident APIs
  version: dev
servers:
  - url: https://apinonprod.mosaicinsurance.com
    description: Generated server url
components:
  schemas:
    CodeReference:
      type: object
      description: Reference to a lookup-backed entity identified by `code` (the
        environment-stable business code).
      required:
        - code
      additionalProperties: false
      properties:
        code:
          type: string
    SectionMarketSplit:
      type: object
      description: A single carrier entry in a section-level market split.
      properties:
        careerPercent:
          type: number
          format: double
          description: Carrier percentage share for this section. All entries across the
            section's marketSplit must sum to 100.
          example: 60
        carrier:
          $ref: "#/components/schemas/CodeReference"
          description: 'Carrier syndicate — `code` only (e.g. `{ "code": "1609" }`).'
        carrierReference:
          type: string
          description: Carrier's own policy reference.
          example: MR-CYB-2026-001
```
