Jack
// from floatingratecoupon.cpp
double FloatingRateCoupon::amount() const {
Handle<TermStructure> termStructure = index_->termStructure();
QL_REQUIRE(!termStructure.isNull(),
"null term structure set to par coupon");
Date today = termStructure->todaysDate();
Date fixingDate = index_->calendar().advance(
accrualStartDate_, -fixingDays_, Days, Preceding);
Luigi Ballabio wrote:
At 01:31 PM 2/20/03 +0000, Chak Jack Wong wrote:
>Hi,
>I have got some trouble of getting all the reset dates from a float leg.
>
> From the FloatingRateCouponVector function, I can only get a vector<
>handle< cashflow > > , from which I can get paydates, but not the reset
>dates. I can't get this from the floatratecoupon either.Does the following work?
std::vector<Handle<CashFlow> > v = ...
for (int i=0; i<v.size(); i++) {
Handle<Coupon> c = v[i]; // assigning a Handle<T> to a Handle<U>
// performs a dynamic_cast
Date start = c->accrualStartDate();
Date end = c->accrualEndDate();
// print them or do whatever you need
}Or maybe I just didn't get your question?
Later,
Luigi
--
This is not an offer (or solicitation of an offer) to buy/sell the
securities/instruments mentioned or an official confirmation. Morgan
Stanley may deal as principal in or own or act as market maker for securities/instruments
mentioned or may advise the issuers. This may refer to a research
analyst/research report. Unless indicated, these views are the author's
and may differ from those of Morgan Stanley research or others in the Firm.
We do not represent this is accurate or complete and we may not update
this. Past performance is not indicative of future returns. For additional
information, research reports and important disclosures, contact me or
see https://secure.ms.com. You should not use email to request, authorize
or effect the purchase or sale of any security or instrument, to send transfer
instructions, or to effect any other transactions. We cannot guarantee
that any such requests received via email will be processed in a timely
manner. This communication is solely for the addressee(s) and may
contain confidential information. We do not waive confidentiality
by mistransmission. Contact me if you do not wish to receive these
communications. In the UK, this communication is directed in the
UK to those persons who are market counterparties or intermediate customers
(as defined in the UK Financial Services Authority's rules).
Free forum by Nabble | Edit this page |