TaxConfig.json 820 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "PersonalIncomeTaxRateDictionary": {
  3. "20000": {
  4. "WithHoldingRate": 20.0,
  5. "MinDeductibleExpenses": 800.0,
  6. "DeductibleExpensesRate": 20.0,
  7. "QuickDeductionAmount": 0.0
  8. },
  9. "50000": {
  10. "WithHoldingRate": 30.0,
  11. "MinDeductibleExpenses": 0.0,
  12. "DeductibleExpensesRate": 20.0,
  13. "QuickDeductionAmount": 2000.0
  14. },
  15. "79228162514264337593543950335": {
  16. "WithHoldingRate": 40.0,
  17. "MinDeductibleExpenses": 0.0,
  18. "DeductibleExpensesRate": 20.0,
  19. "QuickDeductionAmount": 7000.0
  20. }
  21. },
  22. "ValueAddedTaxRateDictionary": {
  23. "500": {
  24. "TaxRate": 0.0
  25. },
  26. "79228162514264337593543950335": {
  27. "TaxRate": 1.0
  28. }
  29. },
  30. "UrbanConstructionTaxRateDictionary": {
  31. "79228162514264337593543950335": {
  32. "TaxRate": 3.5
  33. }
  34. }
  35. }