C# Class InstaTax.Core.DomainObjects.AnnualSalary

Exibir arquivo Open project: bagheera/tax Class Usage Examples

Public Methods

Method Description
CalculateHraExemption ( bool fromMetro, double rentPaid ) : double
GetTaxableSalary ( ) : double

Private Methods

Method Description
AdjustedRentPaidToBasic ( double rentPaid ) : double
PercentageOfBasicBasedOnLocality ( bool fromMetro ) : double
ValidateTaxComponents ( bool fromMetro ) : void

Method Details

CalculateHraExemption() public method

public CalculateHraExemption ( bool fromMetro, double rentPaid ) : double
fromMetro bool
rentPaid double
return double

GetTaxableSalary() public method

public GetTaxableSalary ( ) : double
return double