is_valid_scheme_code
Validate a numeric scheme code to determine if it is a recognized AMFI mutual fund scheme code.
Instructions
Check whether a given scheme code is a valid AMFI scheme code.
Args: scheme_code: Numeric scheme code to validate (e.g., '119597').
Returns: Dictionary with 'valid' (bool) and 'scheme_code' fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scheme_code | Yes |