FinchContext
Run with

Build China VAT Return (增值税纳税申报表) Filing Data

Skill: Convert sales and purchase ledgers into the periodic VAT return dataset filed via the electronic tax bureau

Region: China (中国) Category: Tax — 增值税 (VAT) Does: Takes a period's sales and purchase ledgers (销项 / 进项) and maps them onto the VAT return (增值税纳税申报表) — main form (主表) plus its schedules (附列资料) — filed through the electronic tax bureau (电子税务局) to the State Taxation Administration (国家税务总局 / STA). System: 电子税务局 (electronic tax bureau) — 增值税及附加税费申报表, administered by the STA

The VAT return is portal-mediated: a general taxpayer files the 增值税及附加税费申报表 (main form 主表 + 附列资料一/二/三/四 + 附加税费表) through the 电子税务局, increasingly pre-filled from the taxpayer's issued/received e-fapiao on the e-invoice service platform (电子发票服务平台). There is no public fixed XML/JSON schema for general third-party submission; the field/row names below follow the official form layout, which the STA revises periodically. Filing is monthly or quarterly depending on taxpayer status. Confidence is at the example level.


When this applies


Input data required

Group Fields
Filer 纳税人识别号 (统一社会信用代码), taxpayer status (一般 / 小规模), period (month/quarter)
Output side (销项) taxable sales by rate (13% / 9% / 6%), output VAT (销项税额); zero-rated/exempt (免税) sales
Input side (进项) deductible input VAT (进项税额) from special VAT e-fapiao, customs import VAT, etc.
Carryover prior-period unused input credit (上期留抵税额)
Adjustments input VAT to be transferred out (进项税额转出); prepaid VAT (预缴税款)
Settlement VAT payable (应纳税额) / credit carried forward (期末留抵税额)
Surtaxes bases and rates for 城建税 / 教育费附加 / 地方教育附加

Form structure (general taxpayer)

Component Reports
主表 (main form) sales by rate, 销项税额, 进项税额, 上期留抵, 应纳税额, 期末留抵税额, exemptions
附列资料(一) output detail — sales & output VAT by tax rate / levy rate
附列资料(二) input detail — 进项税额 by source (special e-fapiao, customs, etc.) and 进项税额转出
附列资料(三) services-deduction items (差额征税) where applicable
附列资料(四) tax-credit carryforward / refund (留抵退税) tracking
附加税费表 城建税 + 教育费附加 + 地方教育附加 on the VAT actually paid

Calculation rules


Worked example (general taxpayer, monthly outline)

纳税人识别号: 91310115MA1K3XYZ7A     一般纳税人     所属期: 2026-05

销项 (附列资料一):
  销售额@13%  =  800000.00  → 销项税额 104000.00
  销售额@6%   =  200000.00  → 销项税额  12000.00
  当期销项税额合计 = 116000.00

进项 (附列资料二):
  认证可抵扣进项税额 = 70000.00
  进项税额转出       =  2000.00
  当期可抵扣进项 = 70000.00 − 2000.00 = 68000.00
  上期留抵税额   = 5000.00

主表:
  应纳税额 = 116000.00 − (68000.00 + 5000.00) = 43000.00  (应纳, payable)
  期末留抵税额 = 0.00

附加税费 (on VAT paid 43000.00, 市区 7%/3%/2%):
  城建税 = 3010.00  教育费附加 = 1290.00  地方教育附加 = 860.00

Emitted as the 增值税及附加税费申报表 dataset and filed through the 电子税务局.


Validation checklist


Last updated: 2026-06-04 — confirm the active schema version, field codes, and portal/API requirements against the current State Taxation Administration (STA) specifications before use.