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 CommodityBusinessCalendarCommodityPricingDates.businessCalendarprotected CommodityBusinessCalendarCommodityValuationDates.businessCalendarprotected CommodityBusinessCalendarSettlementPeriods.excludeHolidaysprotected CommodityBusinessCalendarSettlementPeriods.includeHolidaysMethods in net.finmath.smartcontract.product.xml that return CommodityBusinessCalendarModifier and TypeMethodDescriptionObjectFactory.createCommodityBusinessCalendar()Create an instance ofCommodityBusinessCalendarCommodityPricingDates.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 TypeMethodDescriptionvoidCommodityPricingDates.setBusinessCalendar(CommodityBusinessCalendar value) Sets the value of the businessCalendar property.voidCommodityValuationDates.setBusinessCalendar(CommodityBusinessCalendar value) Sets the value of the businessCalendar property.voidSettlementPeriods.setExcludeHolidays(CommodityBusinessCalendar value) Sets the value of the excludeHolidays property.voidSettlementPeriods.setIncludeHolidays(CommodityBusinessCalendar value) Sets the value of the includeHolidays property.