Advertisement
ariswb22

[Issue] InterestSpread rejects

Jun 13th, 2019
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.99 KB | None | 0 0
  1. "interestSpread": {
  2.     "value": null,
  3.     "trace": {
  4.         "checks": [
  5.             {
  6.                 "name": "check interest spread",
  7.                 "type": "PropertyCheck",
  8.                 "checks": [
  9.                     {
  10.                         "type": "Mandatory",
  11.                         "value": false,
  12.                         "success": true,
  13.                         "errors": null,
  14.                         "remediation": null
  15.                     },
  16.                     {
  17.                         "type": "DataType",
  18.                         "value": "numeric",
  19.                         "success": false,
  20.                         "errors": null,
  21.                         "remediation": {
  22.                             "type": "Reject",
  23.                             "result": "Rejected."
  24.                         }
  25.                     }
  26.                 ]
  27.             }
  28.         ],
  29.         "transformation": {
  30.             "result": null,
  31.             "type": "Null"
  32.         }
  33.     }
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement