Formulasaty Method
Calculate the After Tax Yield for a given taxable security.
Namespace: com.ftlabs.fisa.utilAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public static double aty(
double yield,
double federalTaxRate,
double stateTaxRate
)
Public Shared Function aty (
yield As Double,
federalTaxRate As Double,
stateTaxRate As Double
) As Double
- yield Double
-
A yield for a taxable security as a percentage.
- federalTaxRate Double
-
The federal tax rate of the bond holder as a percentage.
- stateTaxRate Double
-
The state tax rate of the bond holder as a percentage or 0 if not applicable.
Double
The After Tax Yield for the provided taxable security.