Class TContractValuedItem

Unit

Declaration

type TContractValuedItem = class(TBackboneElement)

Description

A formal agreement between parties regarding the conduct of business, exchange of information or other matters.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property entity : TElement read Getentity write Setentity;
Public property identifier : TIdentifier read Getidentifier write Setidentifier;
Public property effectiveTime : string read GeteffectiveTime write SeteffectiveTime;
Public property effectiveTimeElement : TdateTime_ read GeteffectiveTimeElement write SeteffectiveTimeElement;
Public property quantity : TQuantity read Getquantity write Setquantity;
Public property unitPrice : TMoney read GetunitPrice write SetunitPrice;
Public property factor : Double read Getfactor write Setfactor;
Public property factorElement : Tdecimal read GetfactorElement write SetfactorElement;
Public property points : Double read Getpoints write Setpoints;
Public property pointsElement : Tdecimal read GetpointsElement write SetpointsElement;
Public property net : TMoney read Getnet write Setnet;

Description

Methods

Public constructor Create; override;
 

Properties

Public property entity : TElement read Getentity write Setentity;

Specific type of Contract Valued Item that may be priced.

Public property identifier : TIdentifier read Getidentifier write Setidentifier;

Identifies a Contract Valued Item instance.

Public property effectiveTime : string read GeteffectiveTime write SeteffectiveTime;

Indicates the time during which this Contract ValuedItem information is effective.

Public property effectiveTimeElement : TdateTime_ read GeteffectiveTimeElement write SeteffectiveTimeElement;
 
Public property quantity : TQuantity read Getquantity write Setquantity;

Specifies the units by which the Contract Valued Item is measured or counted, and quantifies the countable or measurable Contract Valued Item instances.

Public property unitPrice : TMoney read GetunitPrice write SetunitPrice;

A Contract Valued Item unit valuation measure.

Public property factor : Double read Getfactor write Setfactor;

A real number that represents a multiplier used in determining the overall value of the Contract Valued Item delivered. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.

Public property factorElement : Tdecimal read GetfactorElement write SetfactorElement;
 
Public property points : Double read Getpoints write Setpoints;

An amount that expresses the weighting (based on difficulty, cost and/or resource intensiveness) associated with the Contract Valued Item delivered. The concept of Points allows for assignment of point values for a Contract Valued Item, such that a monetary amount can be assigned to each point.

Public property pointsElement : Tdecimal read GetpointsElement write SetpointsElement;
 
Public property net : TMoney read Getnet write Setnet;

Expresses the product of the Contract Valued Item unitQuantity and the unitPriceAmt. For example, the formula: unit Quantity * unit Price (Cost per Point) * factor Number * points = net Amount. Quantity, factor and points are assumed to be 1 if not supplied.


Generated by PasDoc 0.15.0.