Schedule(const std::vector<Date>&,const Calendar& calendar = NullCalendar(),const BusinessDayConventionconvention = Unadjusted,boost::optional<BusinessDayConvention>terminationDateConvention = boost::none,const boost::optional<Period> tenor = boost::none,boost::optional<DateGeneration::Rule> rule = boost::none,boost::optional<bool> endOfMonth = boost::none,const std::vector<bool>& isRegular = std::vector<bool>(0));
This will build the schedule, but passing it to other classes such as FixedRateBond won't work. The Schedule constructor exported to Python should be extended to support the additional parameters now available in C++. Until then, schedules built in this way won't be very useful...LuigiOn Thu, May 11, 2017 at 4:17 AM CK TUNG <[hidden email]> wrote:Here is an example
https://leanpub.com/quantlibpythoncookbook/readcalendar
=
UnitedStates()
dates
=
[
Date
(
2
,
1
,
2015
),
Date
(
2
,
2
,
2015
),
Date
(
2
,
3
,
2015
),
Date
(
1
,
4
,
2015
),
Date
(
1
,
5
,
2015
),
Date
(
1
,
6
,
2015
),
Date
(
1
,
7
,
2015
),
Date
(
3
,
8
,
2015
),
Date
(
1
,
9
,
2015
),
Date
(
1
,
10
,
2015
),
Date
(
2
,
11
,
2015
),
Date
(
1
,
12
,
2015
),
Date
(
4
,
1
,
2016
)]
rolling_convention
=
Following
schedule
=
Schedule
(
dates
,
calendar
,
rolling_convention
)
for
i
,
d
in
enumerate
(
schedule
):
i
+
1
,
d
------------------------------------------------------------------------------Hi,
Is it possible to generate a QuantLib Schedule in python just with specific
defined dates?
I'm intending to just download a bond coupon schedule from bloomberg, thus
avoiding any problems with stubs.
Thanks,
Tobias
--
View this message in context: http://quantlib.10058.n7.nabble.com/Generate-Schedule-in-Python-with-given-dates-tp18266.html
Sent from the quantlib-users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Free forum by Nabble | Disable Popup Ads | Edit this page |