Skip to content

rule-901 1.1.0

Install from the command line:
Learn more about npm packages
$ npm install @frmscoe/rule-901@1.1.0
Install via package.json:
"@frmscoe/rule-901": "1.1.0"

About this version

Rule-901

Number of outgoing transactions - debtor

Sample configuration

{
  "_key": "[email protected]@1.0.0",
  "id": "[email protected]",
  "cfg": "1.0.0",
  "desc": "Number of outgoing transactions - debtor",
  "config": {
    "parameters": {
      "maxQueryRange": 86400000
    },
    "exitConditions": [
      {
        "subRuleRef": ".x00",
        "outcome": false,
        "reason": "Incoming transaction is unsuccessful"
      },
    ],
    "bands": [
      {
        "subRuleRef": ".01",
        "upperLimit": 2,
        "outcome": true,
        "reason": "The debtor has performed one transaction to date"
      },
      {
        "subRuleRef": ".02",
        "lowerLimit": 2,
        "upperLimit": 4,
        "outcome": true,
        "reason": "The debtor has performed two or three transactions to date"
      },
      {
        "subRuleRef": ".03",
        "lowerLimit": 4,
        "outcome": true,
        "reason": "The debtor has performed 4 or more transactions to date"
      }
    ]
  }
}

Details


Assets

  • rule-901-1.1.0.tgz

Download activity

  • Total downloads 1,594
  • Last 30 days 0
  • Last week 0
  • Today 0