Home
last modified time | relevance | path

Searched refs:startDate_ (Results 1 – 25 of 28) sorted by relevance

12

/dports/finance/quantlib/QuantLib-1.20/ql/experimental/commodities/
H A Ddateinterval.hpp39 Date startDate_; member in QuantLib::DateInterval
44 : startDate_(startDate), endDate_(endDate) { in DateInterval()
45 QL_REQUIRE(endDate_ >= startDate_, in DateInterval()
48 const Date& startDate() const { return startDate_; } in startDate()
54 if (includeFirst && !(date >= startDate_)) in isDateBetween()
56 else if (!(date > startDate_)) in isDateBetween()
66 if ((startDate_ < di.startDate_ && endDate_ < di.startDate_) || in intersection()
67 (startDate_ > di.endDate_ && endDate_ > di.endDate_)) in intersection()
69 return DateInterval(std::max(startDate_, di.startDate_), in intersection()
74 return startDate_ == rhs.startDate_ && endDate_ == rhs.endDate_; in operator ==()
H A Ddateinterval.cpp25 if (di.startDate_ == Date() || di.endDate_ == Date()) in operator <<()
27 return out << di.startDate_ << " to " << di.endDate_; in operator <<()
/dports/security/iaikpkcs11wrapper/src/java/src/iaik/pkcs/pkcs11/objects/
H A DCertificate.java123 protected DateAttribute startDate_; field in Certificate
329 object.attributeTable_.put(Attribute.START_DATE, object.startDate_); in putAttributesInTable()
347 startDate_ = new DateAttribute(Attribute.START_DATE); in allocateAttributes()
369 clone.startDate_ = (DateAttribute) this.startDate_.clone(); in clone()
397 && this.startDate_.equals(other.startDate_) && this.endDate_ in equals()
458 return startDate_; in getStartDate()
501 certificateCategory_, checkValue_, startDate_, endDate_ }); in readAttributes()
545 buffer.append(startDate_.toString()); in toString()
H A DKey.java239 protected DateAttribute startDate_; field in Key
398 object.attributeTable_.put(Attribute.START_DATE, object.startDate_); in putAttributesInTable()
418 startDate_ = new DateAttribute(Attribute.START_DATE); in allocateAttributes()
442 clone.startDate_ = (DateAttribute) this.startDate_.clone(); in clone()
471 && this.id_.equals(other.id_) && this.startDate_.equals(other.startDate_) in equals()
513 return startDate_; in getStartDate()
608 Object.getAttributeValues(session, objectHandle_, new Attribute[] { id_, startDate_, in readAttributes()
644 buffer.append(startDate_.toString()); in toString()
/dports/finance/quantlib/QuantLib-1.20/ql/quotes/
H A Dforwardswapquote.cpp42 startDate_ = swapIndex_->fixingCalendar().advance(valueDate_, in initializeDates()
45 fixingDate_ = swapIndex_->fixingDate(startDate_); in initializeDates()
64 return startDate_; in startDate()
H A Dforwardswapquote.hpp61 Date evaluationDate_, valueDate_, startDate_, fixingDate_; member in QuantLib::ForwardSwapQuote
/dports/finance/quantlib/QuantLib-1.20/ql/termstructures/credit/
H A Ddefaultprobabilityhelpers.cpp49 model_(model), startDate_(startDate) { in CdsHelper()
75 model_(model), startDate_(startDate){ in CdsHelper()
100 if(startDate_ == Date()) { in initializeDates()
114 startDate = calendar_.adjust(startDate_, paymentConvention_); in initializeDates()
115 endDate = startDate_ + settlementDays_ + tenor_; in initializeDates()
H A Ddefaultprobabilityhelpers.hpp120 Date startDate_; member in QuantLib::CdsHelper
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/varianceoption/
H A Dvarianceoption.cpp31 startDate_(startDate), maturityDate_(maturityDate) {} in VarianceOption()
40 arguments->startDate = startDate_; in setupArguments()
H A Dvarianceoption.hpp64 Date startDate_, maturityDate_; member in QuantLib::VarianceOption
92 return startDate_; in startDate()
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/exoticoptions/
H A Dcontinuousarithmeticasianlevyengine.cpp34 startDate_(startDate) { in ContinuousArithmeticAsianLevyEngine()
44 QL_REQUIRE(startDate_ <= process_->riskFreeRate()->referenceDate(), in calculate()
59 Time T = rfdc.yearFraction(startDate_, in calculate()
H A Dcontinuousarithmeticasianvecerengine.cpp43 startDate_(startDate),z_min_(z_min),z_max_(z_max), in ContinuousArithmeticAsianVecerEngine()
84 QL_REQUIRE(startDate_>=today, in calculate()
91 startDate_ ); // Average Begin in calculate()
H A Dcontinuousarithmeticasianlevyengine.hpp43 Date startDate_; member in QuantLib::ContinuousArithmeticAsianLevyEngine
H A Dcontinuousarithmeticasianvecerengine.hpp52 Date startDate_; member in QuantLib::ContinuousArithmeticAsianVecerEngine
/dports/finance/quantlib/QuantLib-1.20/ql/instruments/
H A Dvarianceswap.hpp74 Date startDate_, maturityDate_; member in QuantLib::VarianceSwap
112 return startDate_; in startDate()
H A Dvarianceswap.cpp33 startDate_(startDate), maturityDate_(maturityDate) {} in VarianceSwap()
54 arguments->startDate = startDate_; in setupArguments()
H A Dzerocouponinflationswap.hpp90 Date startDate() const { return startDate_; } in startDate()
130 Date startDate_, maturityDate_; member in QuantLib::ZeroCouponInflationSwap
H A Dcpicapfloor.cpp49 : type_(type), nominal_(nominal), startDate_(startDate), baseCPI_(baseCPI), in CPICapFloor()
107 arguments->startDate = startDate_; in setupArguments()
H A Dcpicapfloor.hpp103 Date startDate_, fixDate_, payDate_; member in QuantLib::CPICapFloor
H A Dzerocouponinflationswap.cpp48 : Swap(2), type_(type), nominal_(nominal), startDate_(startDate), maturityDate_(maturity), in ZeroCouponInflationSwap()
/dports/finance/quantlib/QuantLib-1.20/test-suite/
H A Dmarketmodel_smmcapletalphacalibration.cpp71 Date todaysDate_, startDate_, endDate_; variable
H A Dmarketmodel_smmcapletcalibration.cpp69 Date todaysDate_, startDate_, endDate_; variable
H A Dmarketmodel_smmcaplethomocalibration.cpp81 Date todaysDate_, startDate_, endDate_; variable
/dports/databases/hbase/hbase-1.2.1/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/
H A DZooKeeperProtos.java1905 private java.lang.Object startDate_; field in ZooKeeperProtos.ClusterUp
1934 startDate_ = s; in getStartDate()
1954 startDate_ = b; in getStartDateBytes()
1962 startDate_ = ""; in initFields()
2155 startDate_ = ""; in clear()
2188 result.startDate_ = startDate_; in buildPartial()
2207 startDate_ = other.startDate_; in mergeFrom()
2267 startDate_ = s; in getStartDate()
2288 startDate_ = b; in getStartDateBytes()
2308 startDate_ = value; in setStartDate()
[all …]
/dports/www/tikiwiki/tiki-21.2/templates/
H A Dtiki-admin_credits.tpl117 …{html_select_date time=$startDate prefix="startDate_" end_year="-10" day_value_format="%02d" field…

12