Formulasaty Method

Calculate the After Tax Yield for a given taxable security.

Definition

Namespace: com.ftlabs.fisa.util
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public static double aty(
	double yield,
	double federalTaxRate,
	double stateTaxRate
)

Parameters

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.

Return Value

Double
The After Tax Yield for the provided taxable security.

See Also