Computation Field Values

Introduction

This article lists the computation field collections values that are available in the API. For a comprehensive list of all collections, take a look at our Enumerated Values Index article.

Computation Field Display (computationField.display)

ValueDescription
computationField.display.adminStatsActiveThis is the loan status showing active on an account.
computationField.display.aminStatsChargeOffThis is the loan status charged off on an account.
computationField.display.adminStatsPaidOffThis is the loan status that a loan is paid off.
computationField.display.collateralThe collateral that is on a loan account.
computationField.display.initialSetupAn area option that the computation field can be displayed in.
computationField.display.insuranceThe insurance that is on a loan account.
computationField.display.loanSettingsAn area option that the computation field can be displayed in.
computationField.display.loanSummaryAn area option that the computation field can be displayed in.
computationField.display.noThe option to not display the computation field in a specific area.

Computation Field Format (computationField.format)

ValueDescription
computationField.format.currencyA data type option of the computation field value.
computationField.format.dateA data type option of the computation field value.
computationField.format.numberA data type option of the computation field value.

Computation Field Round (computationField.round)

ValueDescription
computationField.round.1The number should be rounded to the first decimal place.
computationField.round.2The number should be rounded to the second decimal place.
computationField.round.3The number should be rounded to the third decimal place.
computationField.round.4The number should be rounded to the fourth decimal place.
computationField.round.5The number should be rounded to the fifth decimal place.
computationField.round.6The number should be rounded to the sixth decimal place.
computationField.round.noNo decimal place rounded on the computation field.
computationField.round.wholeThe number should be rounded to a whole number.