1234567891011121314151617181920212223242526272829303132333435 |
- {
- "PersonalIncomeTaxRateDictionary": {
- "20000": {
- "WithHoldingRate": 20.0,
- "MinDeductibleExpenses": 800.0,
- "DeductibleExpensesRate": 20.0,
- "QuickDeductionAmount": 0.0
- },
- "50000": {
- "WithHoldingRate": 30.0,
- "MinDeductibleExpenses": 0.0,
- "DeductibleExpensesRate": 20.0,
- "QuickDeductionAmount": 2000.0
- },
- "79228162514264337593543950335": {
- "WithHoldingRate": 40.0,
- "MinDeductibleExpenses": 0.0,
- "DeductibleExpensesRate": 20.0,
- "QuickDeductionAmount": 7000.0
- }
- },
- "ValueAddedTaxRateDictionary": {
- "500": {
- "TaxRate": 0.0
- },
- "79228162514264337593543950335": {
- "TaxRate": 1.0
- }
- },
- "UrbanConstructionTaxRateDictionary": {
- "79228162514264337593543950335": {
- "TaxRate": 3.5
- }
- }
- }
|