-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Expose OvernightIndexedCouponPricer
#2024
Expose OvernightIndexedCouponPricer
#2024
Conversation
Is this because you have another pricer to use instead of this one? |
Not exactly. I'm currently working on harmonizing things between ORE and QuantLib. #2022 and #2020 are also part of this effort. One (mid- to long-term) goal would be to replace the ORE implementation in here again by the QuantLib one and (if wanted) "donated" the Also, it is a bit inconsistent, that the We might also move the pricer into its own header and source file. Long story short: Exposing the pricer would make things easier. |
Ok, I'm sold. As we make it visible, I would rename it to something more specific though. Also, may I ask if you can have a look at the |
Sounds good! I'll have a look. |
I think what is missing in MakeArithmeticAverageOIS& withArithmeticAverage(
Real meanReversionSpeed = 0.03,
Real volatility = 0.00, // NO convexity adjustment by default
bool byApprox = false); // TRUE to use Katsumi Takada approximation feature. Currently, we can't pass these parameters neither to the OIS or the OICoupon. So it can't be set in the Two remaining questions:
|
I guess losing I would go for option 2. |
…eature/expose_OvernightIndexedCouponPricer
…exedcouponpricer files
60422b7
to
3ac8752
Compare
Any idea why this check fails, I guess it is a false positive?!
|
False positive, not the first I see with that check on Codacy. I've shut it down. |
No description provided.