Main Content

taxedrr

After-tax rate of return

Description

example

Return = taxedrr(PreTaxReturn,TaxRate) calculates the after-tax rate of return.

Examples

collapse all

This example shows how to calculate the after-tax rate of return, given an investment that has a 12% nominal rate of return and is taxed at a 30% rate.

Return = taxedrr(0.12, 0.30)
Return = 0.0840

Input Arguments

collapse all

Normal rate of return, specified as a decimal.

Data Types: double

Tax rate, specified as a decimal.

Data Types: double

Output Arguments

collapse all

After-tax rate of return, returned as a decimal.

Version History

Introduced before R2006a