calculate_stamp_duty
Estimate stamp duty payable on legal documents like conveyance or lease. Provide state code, instrument type, and transaction value to get duty and surcharge amounts.
Instructions
Calculate state stamp duty for various instruments.
Use when estimating the stamp duty payable on legal documents like conveyance or lease.
Args: state_code: State code (e.g., 'MH', 'DL', 'KA'). instrument_type: Type of instrument. transaction_value: Value of the transaction.
Returns: Standard envelope with stamp duty amount and surcharge components.
Notes: Not legal advice. Consult a qualified advocate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state_code | Yes | State code where instrument is executed (e.g., MH, DL, KA) | |
| instrument_type | Yes | Type of instrument (e.g., conveyance, lease, agreement) | |
| transaction_value | Yes | Value of the transaction/consideration in INR |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||