• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Returns of interest rate swap

Joined
2/8/22
Messages
1
Points
11
I would like to calculate returns for a plain-vanilla (fixed-for-floating) interest rate swap. Consider, that I am long in USD 5-year swap rate, i.e. I'm holding a receiver swap for 5-year swap rate with notional of 100 dollars. At initiation, the swap should be valued at 0 dollars, as both the fixed leg and the floating leg of the swap should have the same value.

If I valuate the receiver swap a month later and it would have a value of let's say 2 dollars, then how should I calculate the return? Is it just (2 dollars - 0 dollars) / 100 dollars, i.e. change of price relative to the notional? I can't quite figure out how I could calculate the return by comparing change of price to previous price, as it can be at initiation 0 dollars.
 
Back
Top