Class BullionPhysicalLeg
java.lang.Object
net.finmath.smartcontract.product.xml.Leg
net.finmath.smartcontract.product.xml.CommodityForwardLeg
net.finmath.smartcontract.product.xml.PhysicalForwardLeg
net.finmath.smartcontract.product.xml.BullionPhysicalLeg
Physically settled leg of a physically settled Bullion Transaction.
Java class for BullionPhysicalLeg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BullionPhysicalLeg"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}PhysicalForwardLeg"> <sequence> <element name="bullionType" type="{http://www.fpml.org/FpML-5/confirmation}BullionTypeEnum"/> <element name="deliveryLocation" type="{http://www.fpml.org/FpML-5/confirmation}BullionDeliveryLocation"/> <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityFixedPhysicalQuantity.model"/> <element name="settlementDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected BullionTypeEnum
protected BullionDeliveryLocation
protected CommodityNotionalQuantity
protected CommodityPhysicalQuantitySchedule
protected AdjustableOrRelativeDate
protected UnitQuantity
Fields inherited from class net.finmath.smartcontract.product.xml.PhysicalForwardLeg
payerAccountReference, payerPartyReference, receiverAccountReference, receiverPartyReference
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bullionType property.Gets the value of the deliveryLocation property.Gets the value of the physicalQuantity property.Gets the value of the physicalQuantitySchedule property.Gets the value of the settlementDate property.Gets the value of the totalPhysicalQuantity property.void
setBullionType
(BullionTypeEnum value) Sets the value of the bullionType property.void
Sets the value of the deliveryLocation property.void
Sets the value of the physicalQuantity property.void
Sets the value of the physicalQuantitySchedule property.void
Sets the value of the settlementDate property.void
Sets the value of the totalPhysicalQuantity property.Methods inherited from class net.finmath.smartcontract.product.xml.PhysicalForwardLeg
getPayerAccountReference, getPayerPartyReference, getReceiverAccountReference, getReceiverPartyReference, setPayerAccountReference, setPayerPartyReference, setReceiverAccountReference, setReceiverPartyReference
-
Field Details
-
bullionType
-
deliveryLocation
-
physicalQuantity
-
physicalQuantitySchedule
-
totalPhysicalQuantity
-
settlementDate
-
-
Constructor Details
-
BullionPhysicalLeg
public BullionPhysicalLeg()
-
-
Method Details
-
getBullionType
Gets the value of the bullionType property.- Returns:
- possible object is
BullionTypeEnum
-
setBullionType
Sets the value of the bullionType property.- Parameters:
value
- allowed object isBullionTypeEnum
-
getDeliveryLocation
Gets the value of the deliveryLocation property.- Returns:
- possible object is
BullionDeliveryLocation
-
setDeliveryLocation
Sets the value of the deliveryLocation property.- Parameters:
value
- allowed object isBullionDeliveryLocation
-
getPhysicalQuantity
Gets the value of the physicalQuantity property.- Returns:
- possible object is
CommodityNotionalQuantity
-
setPhysicalQuantity
Sets the value of the physicalQuantity property.- Parameters:
value
- allowed object isCommodityNotionalQuantity
-
getPhysicalQuantitySchedule
Gets the value of the physicalQuantitySchedule property.- Returns:
- possible object is
CommodityPhysicalQuantitySchedule
-
setPhysicalQuantitySchedule
Sets the value of the physicalQuantitySchedule property.- Parameters:
value
- allowed object isCommodityPhysicalQuantitySchedule
-
getTotalPhysicalQuantity
Gets the value of the totalPhysicalQuantity property.- Returns:
- possible object is
UnitQuantity
-
setTotalPhysicalQuantity
Sets the value of the totalPhysicalQuantity property.- Parameters:
value
- allowed object isUnitQuantity
-
getSettlementDate
Gets the value of the settlementDate property.- Returns:
- possible object is
AdjustableOrRelativeDate
-
setSettlementDate
Sets the value of the settlementDate property.- Parameters:
value
- allowed object isAdjustableOrRelativeDate
-