POST /v3/instruments — mutual-fund-instrument Create a mutual fund / ETF instrument. Request: { "data": { "type": "mutual-fund-instrument", "attributes": { "ccyCode": "string (required) — ISO 4217", "countryCode": "string (required) — ISO 3166-1 alpha-2 issuer domicile", "name": "string (required) — display name", "securityIdentifier": "string (required) — external security identifier (e.g. ISIN)" } } } Response (201 Created): { "data": { "id": "string", "type": "mutual-fund-instrument", "attributes": { /* same as request */ } } }