Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added correct treatment of the spot fx rate settlement in code dealing with cross currency swaps #54

Merged
merged 7 commits into from May 31, 2021

Commits on Jul 5, 2020

  1. Copy the full SHA
    9aa10c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2020

  1. 1
    Copy the full SHA
    868637b View commit details
    Browse the repository at this point in the history
  2. 1
    Copy the full SHA
    a2d86d8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5753d0c View commit details
    Browse the repository at this point in the history
  4. Update crossccyswapengine.hpp

    Added the element spotFXSettleDate_ that allows for a more accurate npv calculation that takes into account a non-trivial settlement date of the spot fx rate.
    irigopouPR committed Aug 9, 2020
    Copy the full SHA
    c4a25fe View commit details
    Browse the repository at this point in the history
  5. Update discountingcurrencyswapengine.hpp

    Added the element spotFXSettleDateVec_ that allows for a more accurate npv calculation that takes into account possible non-trivial settlement dates of the spot fx rates.
    irigopouPR committed Aug 9, 2020
    Copy the full SHA
    03bf1e7 View commit details
    Browse the repository at this point in the history
  6. Update discountingcurrencyswapengine.cpp

    Added code in support of the newly added element spotFXSettleDateVec_ that allows for a more accurate npv calculation that takes into account possible non-trivial settlement dates of the spot fx rates.
    irigopouPR committed Aug 9, 2020
    Copy the full SHA
    95b0c26 View commit details
    Browse the repository at this point in the history