Interface PreciseCoefficient

A coefficient applied in case of the value of prescribed attribute matches.

Constructors

Properties

Methods

Constructors

constructor

Properties

coefficient Optional

: undefined | number

Precise value that has to be applied for conversion in specific case.

formula Optional

: undefined | string

Where mathematical formula is used to calculate precise value that has to be applied for conversion in specific case this field must be populated with such formula.

id

: string | number

An identifier for this coefficient.

period Optional

Used to specify a particular period the conversion and its coefficients are applies to.

value Optional

: undefined | number

Value of related requirement or one of available options. If applicable received through requirementResponse.

Methods

isPrecise

  • (): this is PreciseCoefficient
  • Used to show if this coefficient should be defined by a precise value.

isRanged

  • (): this is RangedCoefficient
  • Used to show if this coefficient should be defined by a range of [minValue, maxValue].

Generated using TypeDoc. Made by uStudio Company with ❤️