I am currently trying to fully understand the APY concept in finance (I know very basic). I would be very greatful, if you could help me with my problem.
The following example is given: The current 1 month market rate is 5%. The term-structure is flat. Calculate the present value of a 10$ payment in 30 days. The year has 360 days.
Now there should be 2 ways to tackle this problem, right?
1. Transforming the monthly (compounded rate) into the APY:
I would do this by the following formula:
$ (1+\frac{0.05}{12})^{12} -1 = 0.0512 $
In order to discount with the correct rate I would calculate the following:
$ \frac{10}{1.0512^{\frac{30}{360}}} = 9.9585 $
2.Now there is also a second method that I do not fully understand:
If I calculate the following I get the same result as in 1:
$ \frac{10}{1+0.05*\frac{30}{360}} = 9.9585 $
Can anyone explain to me, why both methods yield the same result? I understand that the payment occurs in 30 days and hence multiplying the rate by $\frac{30}{360}$ makes sense somehow, however I do not understand why this works with the monthly rate. Can anyone explain this to me? I am somehow struggling to understand the concept of the monthly compounded rate (in this case the rate of 5%).