Interface BillingInstruction

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
BillingInstruction.BillingInstructionBuilder
All Known Implementing Classes:
BillingInstruction.BillingInstructionBuilderImpl, BillingInstruction.BillingInstructionImpl

@RosettaDataType(value="BillingInstruction", builder=BillingInstructionBuilderImpl.class, version="5.30.0") @RuneDataType(value="BillingInstruction", model="cdm", builder=BillingInstructionBuilderImpl.class, version="5.30.0") public interface BillingInstruction extends com.rosetta.model.lib.RosettaModelObject
Specifies the instructions for creation of a Security 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
    • getBillingRecordInstruction

      List<? extends BillingRecordInstruction> getBillingRecordInstruction()
      Instructions for creating the billing records contained within the invoice
    • getBillingSummary

      List<? extends BillingSummaryInstruction> getBillingSummary()
      The billing summaries contained within the invoice
    • 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 BillingInstruction> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends BillingInstruction> 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