rateslib icon indicating copy to clipboard operation
rateslib copied to clipboard

ERRATA: "Coding Interest Rates: FX, Swaps and Bonds" (edition 2)

Open attack68 opened this issue 3 months ago • 0 comments

Final iteration method of Newton algorithm

In equation (2.29) on the first line the first '+' operator should be replaced by a '-'. It is correctly expressed in the second line as a '-'.

In equation (2.30) the first '+' should again be replaced by a '-'. This impacts the expansion in equation (2.31) which will yield:

Image

The property (2.32) is correct and the final result remains valid.

attack68 avatar Oct 01 '25 08:10 attack68