Say I have 4 securities: a treasury bond, TRE, a muni bond from my home state, CAL, a national muni fund, MUNI, and a corporate bond CORP. How do I properly compare the the time-weighted returns from these? How do I compare the ROI or Yields from these ?
Can FM calculate the after-tax TWR's and Yield's ? If so how would I enter my federal marginal tax rate, my state marginal tax, and would FM properly calculate the combined tax rate = StateRate + FedRate*(1-StateRate) ?
Right now I am exporting the TWR's and Yield's to Excel, but I do not know how to do the after-tax calculation. An approximate solution is simply
Yield(TRE).aftertax = Yield(TRE)*(1-Fedrate); Yield(Cal).aftertax = Yield(Cal), Yield(MUNI).at = Yield(MUNI)*(1-StateRate), Yield(Corp).at = Yield(Corp)*(1-combinedTaxRate). This is only approximate, and would not work for TWR's ( I think).