SAL_Tax_Configuration
Documentation for the SAL_Tax_Configuration database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| anyId | ObjectId | Unique reference to any. |
| chargeQuarterlyAmountLimit | mongoose.Types.Decimal128 | Monetary or numeric value. |
| surchargePercentage | mongoose.Types.Decimal128 | Stores the surcharge percentage data. |
| cessChargePercentage | mongoose.Types.Decimal128 | Stores the cess charge percentage data. |
| maximum80DeductionLimit | mongoose.Types.Decimal128 | Stores the maximum80 deduction limit data. |
| maximumChildren | Number | Stores the maximum children data. |
| seniorCitizenAge | mongoose.Types.Decimal128 | Stores the senior citizen age data. |
| hraExemptionMetroPercentage | mongoose.Types.Decimal128 | Stores the hra exemption metro percentage data. |
| hraExemptionNonMetroPercentage | mongoose.Types.Decimal128 | Stores the hra exemption non metro percentage data. |
| insertedUserId | ObjectId | Unique reference to inserted User. |
| updatedUserId | ObjectId | Unique reference to updated User. |
| insertedDateId | ObjectId | Unique reference to inserted Date. |
| updatedDateId | ObjectId | Unique reference to updated Date. |
| timestamp | Date | Timestamp/Date for timestamp. |