scheme_code. Every
purchase order references one, so look
it up first — the endpoints here also tell you whether the scheme currently
allows purchase, redemption, switch, SIP, STP or SWP, and its minimums, so you
can validate client-side before submitting an order.
These endpoints are served entirely from data we ingest from the exchange’s
master files — there’s no live call to the exchange on the request path, so
latency is low and there’s nothing to retry.
List schemes
Response
200:
Get a single scheme
data (not a list).
Settlement calendar
Fields
An unknown or disallowed
scheme_code on an order is rejected synchronously
with 400 VALIDATION_FAILED — validating against this endpoint first avoids
a round trip.