Interface SecurityLendingInvoice

All Superinterfaces:
com.rosetta.model.lib.GlobalKey, com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
SecurityLendingInvoice.SecurityLendingInvoiceBuilder
All Known Implementing Classes:
SecurityLendingInvoice.SecurityLendingInvoiceBuilderImpl, SecurityLendingInvoice.SecurityLendingInvoiceImpl

@RosettaDataType(value="SecurityLendingInvoice", builder=SecurityLendingInvoiceBuilderImpl.class, version="5.30.0") @RuneDataType(value="SecurityLendingInvoice", model="cdm", builder=SecurityLendingInvoiceBuilderImpl.class, version="5.30.0") public interface SecurityLendingInvoice extends com.rosetta.model.lib.RosettaModelObject, com.rosetta.model.lib.GlobalKey
Specifies the information required for inclusion in a securities lending billing invoice.
Version:
5.30.0
  • Field Details

  • Method Details

    • getSendingParty

      Party getSendingParty()
      The party issuing the invoice
    • getReceivingParty

      Party getReceivingParty()
      The party receiving the invoice
    • getBillingStartDate

      com.rosetta.model.lib.records.Date getBillingStartDate()
      The starting date of the period described by this invoice
    • getBillingEndDate

      com.rosetta.model.lib.records.Date getBillingEndDate()
      The ending date of the period described by this invoice
    • getBillingRecord

      List<? extends BillingRecord> getBillingRecord()
      The billing records contained within the invoice
    • getBillingSummary

      List<? extends BillingSummary> getBillingSummary()
      The billing summaries contained within the invoice
    • getMeta

      com.rosetta.model.metafields.MetaFields getMeta()
      Specified by:
      getMeta in interface com.rosetta.model.lib.GlobalKey
    • build

      Build Methods
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • builder

    • metaData

      default com.rosetta.model.lib.meta.RosettaMetaData<? extends SecurityLendingInvoice> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends SecurityLendingInvoice> getType()
      Specified by:
      getType in interface com.rosetta.model.lib.RosettaModelObject
    • process

      default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
      Specified by:
      process in interface com.rosetta.model.lib.RosettaModelObject