calculate_rti_fee
Calculate the required RTI application fee by state and applicant category (general or BPL), returning the payable amount and payment mode.
Instructions
Calculate the required RTI application fee for central or state authorities.
Use when determining the application fee required to file an RTI request.
Args: state_code: State code or 'central'. applicant_category: 'general' or 'bpl' (Below Poverty Line).
Returns: Standard envelope with the applicable fee amount and mode of payment.
Notes: Not legal advice. Consult a qualified advocate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state_code | No | State code or 'central' (default: 'central') | central |
| applicant_category | No | Category of the applicant ('general' or 'bpl') | general |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||