Update QuantLibXL Addin to use QuantLib 1.42.1#37
Open
mscaturo wants to merge 1 commit into
Open
Conversation
Owner
|
Hi Mike. I migrated this repo into the ORE project. The new repo is private for now, it will be made public later this year. I upgraded to the latest version of QuantLib. I applied your edit for the FXForward functions and you will see it in the next release. Many thanks for sharing that. Regards, Eric |
Author
|
Hello Eric,
Thanks for the update.
Please let me know if something is wrong, needs to be exposed, or changed.
I'm happy to keep it updated.
Best,
Mike
…________________________________
From: Eric Ehlers ***@***.***>
Sent: Thursday, May 28, 2026 10:19 AM
To: eehlers/QuantLibAddin-Old ***@***.***>
Cc: mscaturo ***@***.***>; Author ***@***.***>
Subject: Re: [eehlers/QuantLibAddin-Old] Update QuantLibXL Addin to use QuantLib 1.42.1 (PR #37)
[https://avatars.githubusercontent.com/u/5637865?s=20&v=4]eehlers left a comment (eehlers/QuantLibAddin-Old#37)<#37 (comment)>
Hi Mike. I migrated this repo into the ORE project. The new repo is private for now, it will be made public later this year. I upgraded to the latest version of QuantLib. I applied your edit for the FXForward functions and you will see it in the next release. Many thanks for sharing that. Regards, Eric
—
Reply to this email directly, view it on GitHub<#37?email_source=notifications&email_token=CDKQOMJO3CJMVKMWDFL6ZZT45BDHHA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTINJWGQ4TKNBUG432M4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2KYZTPN52GK4S7MNWGSY3L#issuecomment-4564954477>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/CDKQOMLH4QCEE632V4DB37345BDHHAVCNFSM6AAAAACYWJF7S6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DKNRUHE2TINBXG4>.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS<https://github.com/notifications/mobile/ios/CDKQOMNMC3ENMEOSFBP2XOD45BDHHA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTINJWGQ4TKNBUG432M4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2KUZTPN52GK4S7NFXXG> and Android<https://github.com/notifications/mobile/android/CDKQOMKJSZSGUL6PI2IAV6345BDHHA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTINJWGQ4TKNBUG432M4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2K4ZTPN52GK4S7MFXGI4TPNFSA>. Download it today!
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello Eric,
I've updated the code to use the 1.42.1 version of QuantLIb, I've used the 1.6.1 version of log4cxx and the 1_90_0 version of boost.
I compiled this with Microsoft Visual Studion 2022 (143).
I've also exposed the FXForward functions.
I've tested some of the Interest Rate functions including building an OIS Index Swap that matches Bloomberg.
Let me know if you have any questions or if I missed something.
Regards,
Mike Scaturo