Loading...
Loading...
This skill should be used when the user needs to calculate consumption tax or determine their tax method (20% Special Provision, Simplified Taxation, or Standard Taxation). Trigger phrases include: "Calculate consumption tax", "Consumption tax filing", "Consumption tax return form", "20% Special Provision", "Simplified Taxation", "Standard Taxation", "Taxable Sales", "Consumption Tax Amount", "Invoice", "Deemed Purchase Ratio", "Taxable Purchases"
npx skill4agent add kazukinagata/shinkoku consumption-tax/e-taxshinkoku.config.yaml/setupdb_path--db-pathoutput_dirdb_path./shinkoku.db/home/user/tax-2025/shinkoku tax calc-consumption --input /home/user/tax-2025/output/consumption_input.json.shinkoku/progress/progress-summary.md.shinkoku/progress/06-settlement.md.shinkoku/progress/02-assess.mdQ1. Did you become a taxable business operator through Invoice registration?
AND is your taxable sales in the base period 10 million yen or less?
├── Yes → 20% Special Provision is applicable → Proceed to Q2
└── No → Proceed to Q3
Q2. Will you apply the 20% Special Provision?
├── Yes → Calculate using 20% Special Provision
└── No → Proceed to Q3 (You can choose the more favorable option between Simplified Taxation and Standard Taxation)
Q3. Have you submitted the Simplified Taxation System Selection Notification,
AND is your taxable sales in the base period 50 million yen or less?
├── Yes → Calculate using Simplified Taxation
└── No → Calculate using Standard Taxationledger.py trial-balanceledger.py search| Item | Description |
|---|---|
| Taxable Sales (tax-inclusive) | Aggregate separately for 10% standard rate and 8% reduced rate |
| Taxable Sales (tax-exclusive) | Tax base (round down amounts less than 1,000 yen) |
| Non-Taxable Sales | Non-taxable transactions such as interest income |
| Tax-Exempt Sales | Export transactions, etc. (if applicable) |
tax_calc.py calc-consumptionshinkoku tax calc-consumption --input consumption_input.json{
"fiscal_year": 2025,
"method": "special_20pct",
"taxable_sales_10": 5500000,
"taxable_sales_8": 0,
"taxable_purchases_10": 0,
"taxable_purchases_8": 0,
"simplified_business_type": null,
"interim_payment": 0
}methodtaxable_sales_totaltaxable_base_10taxable_base_8national_tax_on_salestax_on_salestax_on_purchasesnet_taxrefund_shortfallinterim_paymenttax_duelocal_tax_duetotal_due1. Tax base = Tax-inclusive sales × 100/110 (for 10% rate) or × 100/108 (for 8% rate)
→ Round down amounts less than 1,000 yen (National Tax Act Article 118)
2. Consumption tax amount (national tax) = Tax base × 7.8% (10% portion) + Tax base × 6.24% (8% portion)
3. Net tax amount = Consumption tax amount × 20%
→ Round down amounts less than 100 yen (National Tax Act Article 119)
4. Local consumption tax = Net tax amount × 22/78
→ Round down amounts less than 100 yen1. Tax base = Tax-inclusive sales × 100/110 (for 10% rate) or × 100/108 (for 8% rate)
→ Round down amounts less than 1,000 yen (National Tax Act Article 118)
2. Consumption tax amount (national tax) = Tax base × 7.8% (10% portion) + Tax base × 6.24% (8% portion)
3. Deductible purchase tax amount = Consumption tax amount × Deemed Purchase Ratio
4. Net tax amount = Consumption tax amount − Deductible purchase tax amount
→ Round down amounts less than 100 yen (National Tax Act Article 119)
5. Local consumption tax = Net tax amount × 22/78
→ Round down amounts less than 100 yen| Business Category | Applicable Businesses | Deemed Purchase Ratio |
|---|---|---|
| Type 1 | Wholesale business | 90% |
| Type 2 | Retail business, agriculture/forestry/fisheries (food and beverages) | 80% |
| Type 3 | Manufacturing, agriculture/forestry/fisheries (other), construction, electricity/gas | 70% |
| Type 4 | Others (restaurants, etc.) | 60% |
| Type 5 | Service industry (transportation/communications/finance/insurance) | 50% |
| Type 6 | Real estate business | 40% |
1. Tax base = Tax-inclusive sales × 100/110 (for 10% rate) or × 100/108 (for 8% rate)
→ Round down amounts less than 1,000 yen (National Tax Act Article 118)
2. Consumption tax amount on taxable sales (national tax):
Standard rate portion: Tax base × 78/1000 (=7.8%)
Reduced rate portion: Tax base × 624/10000 (=6.24%)
3. Consumption tax amount on taxable purchases (national tax):
Standard rate portion: Tax-inclusive purchase amount × 78/1100 (=7.8/110)
Reduced rate portion: Tax-inclusive purchase amount × 624/10800 (=6.24/108)
4. Net tax amount = Consumption tax on sales − Consumption tax on purchases
If positive → Round down amounts less than 100 yen (National Tax Act Article 119)
If negative → Refundable tax amount for insufficient deduction (no rounding)
5. Local consumption tax = Net tax amount × 22/78
→ Round down amounts less than 100 yenskills/invoice-system/references/input-tax-credit-rules.md━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Consumption Tax Filing Method Comparison
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
| Method | Tax Payable | Notes |
|------|---------|------|
| 20% Special Provision | ¥○○,○○○ | No notification required |
| Simplified Taxation | ¥○○,○○○ | Notification required |
| Standard Taxation | ¥○○,○○○ | Invoice preservation required |
→ Most favorable method: [Method Name] (Difference: ¥○○,○○○)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Consumption Tax Calculation Results (FY ○ Reiwa)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■ Basic Information
Filing Method: [20% Special Provision / Simplified Taxation / Standard Taxation]
Tax Period: January 1 to December 31, Reiwa ○
■ Taxable Sales
Standard Rate (10%) Applicable: ¥○,○○○,○○○
Reduced Rate (8%) Applicable: ¥○○○,○○○
Total Taxable Sales: ¥○,○○○,○○○
■ Consumption Tax Amount
Consumption Tax on Taxable Sales: ¥○○○,○○○
Deductible Purchase Tax Amount: ¥○○○,○○○
Net Tax Amount: ¥○○○,○○○
Interim Tax Payment: ¥0
-----------------------------------------
Consumption Tax Payable: ¥○○○,○○○
Local Consumption Tax Payable: ¥○○,○○○
Total Tax Payable: ¥○○○,○○○
■ Next Steps:
→ Enter into the final return preparation section using /e-tax (Claude in Chrome)
→ Prepare for submission using /submit
→ Consumption tax payment deadline: March 31, Reiwa ○
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━.shinkoku/progress/08-consumption-tax.md---
step: 8
skill: consumption-tax
status: completed
completed_at: "{Current Date YYYY-MM-DD}"
fiscal_year: {tax_year}
---
# Results of Consumption Tax Calculation & Return Preparation
## Filing Method
- Applied Method: {20% Special Provision/Simplified Taxation/Standard Taxation}
## Taxable Sales
- Standard Rate (10%) Applicable: ¥{Amount}
- Reduced Rate (8%) Applicable: ¥{Amount}
- Total Taxable Sales: ¥{Amount}
## Breakdown of Consumption Tax Amount
- Consumption Tax on Taxable Sales: ¥{Amount}
- Deductible Purchase Tax Amount: ¥{Amount}
- Net Tax Amount: ¥{Amount}
## Local Consumption Tax
- Local Consumption Tax Amount: ¥{Amount}
## Total Tax Payable
- Consumption Tax Payable: ¥{Amount}
- Local Consumption Tax Payable: ¥{Amount}
- **Total Tax Payable: ¥{Amount}**
## Next Steps
Enter into the final return preparation section using /e-tax (Claude in Chrome)
Prepare for submission using /submit
Consumption tax payment deadline: March 31, Reiwa {Year}skipped.shinkoku/progress/progress-summary.md.shinkoku/progress/