MINARA

Create a factor stopping policy

POST /v1/factors/stopping-policies — Stores a new immutable version of stopping policy.

POST /v1/factors/stopping-policies

Stores a new immutable version of stopping policy.

MethodPOST
Path/v1/factors/stopping-policies
AuthAuthorization: Bearer <token> required
Categoryresearch

Request body

{ "policy": { "id": "custom-stop", "version": 1, "name": "Custom Stop", "checksum": "..." } }

Response body

{ "policy": { "id": "custom-stop", "version": 1 } }

On this page