-
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
m over n callable convertible bond #1741
Comments
Thanks for posting! It might take a while before we look at your issue, so don't worry if there seems to be no feedback. We'll get to it. |
Hi @zhtangsh, I don't think this feature is supported at the moment. I also want to mention an alternative implementation of convertible bond instrument with arguably richer / more realistic set of features and more standard finite-difference pricing engine in ORE. The particular feature you mention is not yet supported in the pricing engine either although we already have it in the trade data model We might add the implementation of the feature in the engine in one of the upcoming releases. The instrument and pricing engine might also be migrated to QuantLib in the future. |
Hi @pcaspers , thank you for quick reply and confirmation of this feature. I'll look through the quoted link. Can I ask for confirmation of another feature?
I'm trying to parse a list of SoftCallability, which is constructed by all dates between 2rd and 4th year, to CallabilitySchedule object.
Does it make sense? |
I have not worked with the convertible bond in QuantLib a lot, but my impression is that you have to set up each call date separately, i.e. for an American call (as it typically occurs in convertible bonds) you have to set up a call on each business day in the call period. |
This issue was automatically marked as stale because it has been open 60 days with no activity. Remove stale label or comment, or this will be closed in two weeks. |
This issue was automatically closed because it has been stalled for two weeks with no further activity. |
Hi there
I'm new to QuantLib and was trying to price a convertible bond with QuantLib.
I saw a example in https://github.com/lballabio/QuantLib/blob/master/Examples/ConvertibleBonds/ConvertibleBonds.cpp, which implements 2 Soft Call in second/fourth year with 1.2 trigger.
However, I'm facing a different soft call situation, say
Can I implemented this situation with QuantLib? Any help is appreciate.
The text was updated successfully, but these errors were encountered: