Package org.isda.cdm

Class SecurityTransferComponent


  • @RosettaClass
    public class SecurityTransferComponent
    extends TransferBase
    Version:
    2.5.4
    • Method Detail

      • getAssetTransferType

        @RosettaSynonym(value="assetTransferType",
                        source="Rosetta_Workbench")
        public final AssetTransferTypeEnum getAssetTransferType()
      • getBreakdown

        @RosettaSynonym(value="breakdown",
                        source="Rosetta_Workbench")
        public final java.util.List<SecurityTransferBreakdown> getBreakdown()
        The security transfer breakdown, when the transfer corresponds to a net transfer across several components which breakdown is deemed relevant (e.g. the net security transfer related to several contracts).
      • getQuantity

        @RosettaSynonym(value="quantity",
                        source="Rosetta_Workbench")
        public final java.math.BigDecimal getQuantity()
      • getSecurity

        @RosettaSynonym(value="security",
                        source="Rosetta_Workbench")
        public final Security getSecurity()
        The security that is being transfered
      • getTransferorTransferee

        public final TransferorTransferee getTransferorTransferee()
        The transferee and transferor party information.
      • process

        public void process​(com.rosetta.model.lib.path.RosettaPath path,
                            com.rosetta.model.lib.process.Processor processor)
        Overrides:
        process in class TransferBase
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class TransferBase