When writing a skill using object properties, such as Opportunity Model or Engine Model, some values will be based on enumerations. This article contains a list of commonly used enumeration properties.
Product Types
- Commercial = 1
- Consumer = 2
- Deposit = 3
- Other = 4
Rate Types
- Fixed = 1
- Float = 2
- Adjustable = 4
- Swap = 8
Payment Types
- SinglePay = 1
- Amortizing = 2
- LOC = 4
- ScheduledDraws = 8
- ScheduledRepays = 16
- ScheduledDrawsAndRepays = 32
- LetterOfCredit = 64
- LevelPrincipal = 128
- CustomAmortizationSchedule = 256
Interest Rate Calculation Types
- RateActual360 = 1
- RateActual365 = 2
- RateActualActual = 4
- Rate30360 = 8
- Rate30365 = 16
Risk Rating Categories
- None = 0
- Pass = 1
- InternalWatch = 2
- SpecialMention = 3
- Substandard = 4
- Doubtful = 5
TaxExemptionOption
- NotTaxExempt = 0
- FullyTaxExempt = 1
- BankQualified = 2
- NonBankQualified = 3
- CustomNonBankQualified = 4
OpportunityStages Status
- Open = 0
- ClosedWon = 1
- ClosedLost = 2
- AwaitingApproval = 3
- AwaitingClose = 4
- Testing = 5
Payment Frequency Types
- 1 = Monthly
- 3 = Quarterly
- 6 = Semi-Annually
- 12 = Annually