Skip to main content
A scheme is a mutual fund product identified by 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

Returns the same shape as one item above, as data (not a list).

Settlement calendar

Business/settlement days by settlement type, used to work out when a purchase or redemption will actually settle relative to the order date.

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.