calculate_gst_late_fee
Estimate GST late filing penalty for GSTR1, GSTR3B, or GSTR9 using days delayed, annual turnover, and nil liability, returning a CGST/SGST breakdown.
Instructions
Calculate GST late filing penalty.
Use when estimating late filing fees or planning compliance.
Args: return_type: "GSTR1", "GSTR3B", or "GSTR9" days_delayed: Number of days delayed annual_turnover: Annual turnover for cap calculation has_nil_liability: True if nil return
Returns: Late fee breakdown with CGST/SGST split.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| return_type | Yes | GSTR1, GSTR3B, or GSTR9 | |
| days_delayed | Yes | Number of days delayed | |
| annual_turnover | Yes | Annual turnover in INR | |
| has_nil_liability | No | True if nil return |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||