Package cdm.event.common
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
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of SecurityLendingInvoicestatic classImmutable Implementation of SecurityLendingInvoiceNested classes/interfaces inherited from interface com.rosetta.model.lib.GlobalKey
com.rosetta.model.lib.GlobalKey.GlobalKeyBuilder -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()com.rosetta.model.lib.records.DateThe ending date of the period described by this invoiceList<? extends BillingRecord> The billing records contained within the invoicecom.rosetta.model.lib.records.DateThe starting date of the period described by this invoiceList<? extends BillingSummary> The billing summaries contained within the invoicecom.rosetta.model.metafields.MetaFieldsgetMeta()The party receiving the invoiceThe party issuing the invoicedefault Class<? extends SecurityLendingInvoice> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends SecurityLendingInvoice> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
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:
getMetain interfacecom.rosetta.model.lib.GlobalKey
-
build
SecurityLendingInvoice build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-