Table Description
Flat Rate Contract Evidence: The evidence for the flat rate contract.

The flat rate contracts are used as evidence for generating contract payments. This contains the evidence information for the flat rate contract.

Example

A contract to deliver day care places at $500 per month. Information about the evidence required to generate contract payments can be maintained here.

Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::CPM::Service Layer::Financials::Flat Rate Contract Evidence::FlatRateContractEvidence
Controlling File: CPM\model\Packages\Service Layer\Financials\Flat Rate Contract Evidence\FlatRateContractEvidence_cat.efx
Attributes (11)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
contractEvidenceIDkeynoThe unique system generated identifier for the flat rate contract evidence record.INTERNAL_ID SVR_INT64
contractVersionIDdetailsyesThe unique system generated identifier for the contract version record.INTERNAL_ID SVR_INT64
paymentAmountdetails The rate applicable for this flat rate contract for the period.CURAM_AMOUNT SVR_MONEY
isTotalContractedAmountdetails Indicates whether the amount is total contracted amount or regular payment amount.CURAM_INDICATOR SVR_BOOLEAN
isYearlyPaymentdetails Indicates whether the payment is yearly payment.CURAM_INDICATOR SVR_BOOLEAN
startDatedetails The date from which the rate is effective for that flat rate contract evidence.CURAM_DATE SVR_DATE
endDatedetails The last date on which the rate is effective for that flat rate contract evidence.CURAM_DATE SVR_DATE
isOnceOffTypedetails Indicates whether the payment type is once off.CURAM_INDICATOR SVR_BOOLEAN
isMonthlyPaymentdetails Indicates whether the payment is monthly payment.CURAM_INDICATOR SVR_BOOLEAN
isBiWeeklyPaymentdetails Indicates whether the payment is biweekly payment.CURAM_INDICATOR SVR_BOOLEAN
isQuarterlyPaymentdetails Indicates whether the payment is quarterly payment.CURAM_INDICATOR SVR_BOOLEAN
Foreign Keys (1)
ChildParent
FlatRateContractEvidence.contractVersionIDFlatRateContract.contractVersionID
Indices (1)
Index NameAttributes
FltRtContrctEvContrctVerIDIdxcontractVersionID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: contractEvidenceID
Creates a new row on FlatRateContractEvidence table. 
readread Reads a row of data from FlatRateContractEvidence table. 
modifymodify Modifies an existing row on FlatRateContractEvidence table. 
removeremove Removes an existing row from FlatRateContractVersion table. 
searchByreadmulti Searches the contract evidence by contract version id. 
Related Pages (4)