Class FlowScheduleSwapLeg
java.lang.Object
net.finmath.smartcontract.product.flowschedule.FlowScheduleSwapLeg
Object for structuring the flow schedule of a swap leg as an XML string.
Contains the legType and a list of
FlowScheduleSwapLegPeriod,
each representing the flow schedule of a single period.- Author:
- Raphael Prandtl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetFlowScheduleSwapLegPeriods(List<FlowScheduleSwapLegPeriod> flowScheduleSwapLegPeriods) voidsetLegType(String legType)
-
Constructor Details
-
FlowScheduleSwapLeg
public FlowScheduleSwapLeg()
-
-
Method Details
-
getLegType
-
setLegType
-
getFlowScheduleSwapLegPeriods
-
setFlowScheduleSwapLegPeriods
public void setFlowScheduleSwapLegPeriods(List<FlowScheduleSwapLegPeriod> flowScheduleSwapLegPeriods)
-