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

Fixes swap example and refactor of YieldTermStructure #77

Merged
merged 13 commits into from
Apr 8, 2015

Conversation

dpinte
Copy link
Member

@dpinte dpinte commented Feb 24, 2015

The heart of this PR is the change of internal storage type of the YieldTermStructure. The changes was needed to properly support the QL RelinkableHandle's and Handle's used in the swap example.

@jvkersch when you have time and will to look at this, I'm looking for a reviewer.

This PR fixes #76

@jvkersch jvkersch self-assigned this Feb 24, 2015
@@ -16,11 +16,12 @@ cdef extern from 'ql/handle.hpp' namespace 'QuantLib':
Handle(T*)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is unrelated to this PR, but I think this constructor has been deprecated since QuantLib 1.4 (https://github.com/lballabio/quantlib/blob/QuantLib-v1.4/QuantLib/ql/handle.hpp#L80)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that's true. They are a number of warnings when building the library. This should be cleaned up but will require some efforts

@jvkersch
Copy link
Contributor

jvkersch commented Apr 8, 2015

@dpinte Sorry for dropping the ball on this. LGTM!

dpinte added a commit that referenced this pull request Apr 8, 2015
Fixes swap example and refactor of YieldTermStructure
@dpinte dpinte merged commit 6a124c1 into master Apr 8, 2015
@dpinte dpinte deleted the fix/example_swap branch April 8, 2015 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Euribor positional arguments errors for cds.py and swap.py
2 participants