Gets Payout Fixed Percent Amount

Namespace:  QFD
Assembly:  QFD (in QFD.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public BaseField PayoutFixedPercentAmount { get; }
Visual Basic (Declaration)
Public ReadOnly Property PayoutFixedPercentAmount As BaseField
Visual C++
public:
property BaseField^ PayoutFixedPercentAmount {
	BaseField^ get ();
}

Field Value

The Specifies what portion of the payout amount is fixed. If this field is 0% then it is assumed that all of the payout is variable. If this field is 100%, it is assumed the whole payout is fixed.

Remarks

  • System Name - PayoutFixedPercentAmount
  • Quik! Form Field Name - PayFixedPerc
  • Short Name - Payout Fixed Percent Amount
  • Description - Specifies what portion of the payout amount is fixed. If this field is 0% then it is assumed that all of the payout is variable. If this field is 100%, it is assumed the whole payout is fixed.
  • Category - Payout
  • Service Level - FuturePremium
  • Data Set Type - Acct
  • Field Data Type - Numeric

See Also