Table Description
Flat Rate Contract: A formal agreement between the organization and a provider/provider group to provide service(s).

The flat-rate contract establishes the terms under which the service(s) will be provided. The amount agreed will be paid to the provider/provider group on a regular basis regardless of utilization.

Example

A contract to deliver day care places at $500 per month.

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::Provider::Contracts::FlatRateContract::Entity::FlatRateContract
Controlling File: CPM\model\Packages\Service Layer\Provider\Contracts\FlatRateContract\Entity\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
contractVersionIDkeynoThe unique system generated identifier for the contract version record.CONTRACT_VERSION_ID SVR_INT64
totalContractAmtdetails The total amount to be paid to a provider for the duration of the contract. E.g. $12,000 for a 1 year contract paid to the provider for the delivery of day care services.CURAM_AMOUNT SVR_MONEY
regularPaymentAmtdetails The regular payment amount to be paid to a provider for the duration of the contract. E.g. $120 regular payment at a defined frequency for a 1 year contract paid to the provider for the delivery of day care services.CURAM_AMOUNT SVR_MONEY
frequencydetails The frequency at which the organization will generate amounts to be paid to the provider. For example, $10,400 total amount for a 1 year contract with a frequency of weekly means payments of $200 are generated and paid each week to the provider.CONTRACT_FREQUENCYContractFrequencySVR_STRING<10>
Foreign Keys (3)
ChildParent
FlatRateContract.contractVersionIDContractVersion.contractVersionID
FlatRateContractCaseLink.contractVersionIDFlatRateContract.contractVersionID
FlatRateContractEvidence.contractVersionIDFlatRateContract.contractVersionID
Operations (3)
OperationStereotypeOptionsDescriptionSQL
insertinsert Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
Related Pages (0)