Uses of Class
net.finmath.smartcontract.product.xml.CommodityBusinessCalendar
Packages that use CommodityBusinessCalendar
-
Uses of CommodityBusinessCalendar in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as CommodityBusinessCalendarModifier and TypeFieldDescriptionprotected CommodityBusinessCalendar
CommodityPricingDates.businessCalendar
protected CommodityBusinessCalendar
CommodityValuationDates.businessCalendar
protected CommodityBusinessCalendar
SettlementPeriods.excludeHolidays
protected CommodityBusinessCalendar
SettlementPeriods.includeHolidays
Methods in net.finmath.smartcontract.product.xml that return CommodityBusinessCalendarModifier and TypeMethodDescriptionObjectFactory.createCommodityBusinessCalendar()
Create an instance ofCommodityBusinessCalendar
CommodityPricingDates.getBusinessCalendar()
Gets the value of the businessCalendar property.CommodityValuationDates.getBusinessCalendar()
Gets the value of the businessCalendar property.SettlementPeriods.getExcludeHolidays()
Gets the value of the excludeHolidays property.SettlementPeriods.getIncludeHolidays()
Gets the value of the includeHolidays property.Methods in net.finmath.smartcontract.product.xml with parameters of type CommodityBusinessCalendarModifier and TypeMethodDescriptionvoid
CommodityPricingDates.setBusinessCalendar
(CommodityBusinessCalendar value) Sets the value of the businessCalendar property.void
CommodityValuationDates.setBusinessCalendar
(CommodityBusinessCalendar value) Sets the value of the businessCalendar property.void
SettlementPeriods.setExcludeHolidays
(CommodityBusinessCalendar value) Sets the value of the excludeHolidays property.void
SettlementPeriods.setIncludeHolidays
(CommodityBusinessCalendar value) Sets the value of the includeHolidays property.