decode_isin
Decode an Indian ISIN to extract country, NSIN, and security type, with Luhn validation. Verify the identifier's integrity for securities processing.
Instructions
Decode ISIN (International Securities Identification Number) with Luhn check.
Use when validating ISIN for Indian securities.
Args: isin: 12-character ISIN
Returns: Decoded fields with country, NSIN, security type, and Luhn validation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| isin | Yes | 12-character ISIN (e.g., INE1234567890) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||