Skip to content

ALLOCATION_AMOUNTS_SUM_IS_NOT_10000_BASIS_POINTS

ALLOCATION_AMOUNTS_SUM_IS_NOT_10000_BASIS_POINTS

Description

The premium-allocation leg amounts do not total 10,000 basis points.

HTTP Status

422 Unprocessable Entity

doc_url Format

<docs-base-url>/errors/allocation_amounts_sum_is_not_10000_basis_points

Typical Cause

The allocation covers less or more than 100% of the premium.

Example

json
{
  "errors": [{
    "code": "ALLOCATION_AMOUNTS_SUM_IS_NOT_10000_BASIS_POINTS",
    "message": "Sum of premium allocation basis points is 9999.",
    "doc_url": "https://docs.example.com/errors/allocation_amounts_sum_is_not_10000_basis_points"
  }]
}

How To Fix

Adjust the leg amounts so their values total exactly 10000.