exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

auditor.json (2389B)


      1 {
      2   "reserve_balance_insufficient_inconsistencies": [],
      3   "total_loss_balance_insufficient": {
      4     "currency": "KUDOS",
      5     "value": 0,
      6     "fraction": 0
      7   },
      8   "reserve_balance_summary_wrong_inconsistencies": [],
      9   "total_balance_summary_delta_plus": {
     10     "currency": "KUDOS",
     11     "value": 0,
     12     "fraction": 0
     13   },
     14   "total_balance_summary_delta_minus": {
     15     "currency": "KUDOS",
     16     "value": 0,
     17     "fraction": 0
     18   },
     19   "total_escrow_balance": {
     20     "currency": "KUDOS",
     21     "value": 0,
     22     "fraction": 0
     23   },
     24   "total_active_risk": {
     25     "currency": "KUDOS",
     26     "value": 150,
     27     "fraction": 0
     28   },
     29   "total_withdraw_fee_income": {
     30     "currency": "KUDOS",
     31     "value": 0,
     32     "fraction": 30000000
     33   },
     34   "total_deposit_fee_income": {
     35     "currency": "KUDOS",
     36     "value": 0,
     37     "fraction": 30000000
     38   },
     39   "total_melt_fee_income": {
     40     "currency": "KUDOS",
     41     "value": 0,
     42     "fraction": 0
     43   },
     44   "total_refund_fee_income": {
     45     "currency": "KUDOS",
     46     "value": 0,
     47     "fraction": 0
     48   },
     49   "income_fee_total": {
     50     "currency": "KUDOS",
     51     "value": 0,
     52     "fraction": 60000000
     53   },
     54   "emergencies": [],
     55   "emergencies_risk_total": {
     56     "currency": "KUDOS",
     57     "value": 0,
     58     "fraction": 0
     59   },
     60   "reserve_not_closed_inconsistencies": [],
     61   "total_balance_reserve_not_closed": {
     62     "currency": "KUDOS",
     63     "value": 0,
     64     "fraction": 0
     65   },
     66   "wire_out_inconsistencies": [],
     67   "total_wire_out_delta_plus": {
     68     "currency": "KUDOS",
     69     "value": 0,
     70     "fraction": 0
     71   },
     72   "total_wire_out_delta_minus": {
     73     "currency": "KUDOS",
     74     "value": 0,
     75     "fraction": 0
     76   },
     77   "bad_sig_losses": [],
     78   "total_bad_sig_loss": {
     79     "currency": "KUDOS",
     80     "value": 0,
     81     "fraction": 0
     82   },
     83   "row_inconsistencies": [],
     84   "denomination_key_validity_withdraw_inconsistencies": [],
     85   "coin_inconsistencies": [],
     86   "total_coin_delta_plus": {
     87     "currency": "KUDOS",
     88     "value": 0,
     89     "fraction": 0
     90   },
     91   "total_coin_delta_minus": {
     92     "currency": "KUDOS",
     93     "value": 0,
     94     "fraction": 0
     95   },
     96   "amount_arithmetic_inconsistencies": [],
     97   "total_arithmetic_delta_plus": {
     98     "currency": "KUDOS",
     99     "value": 0,
    100     "fraction": 0
    101   },
    102   "total_arithmetic_delta_minus": {
    103     "currency": "KUDOS",
    104     "value": 0,
    105     "fraction": 0
    106   },
    107   "total_aggregation_fee_income": {
    108     "currency": "KUDOS",
    109     "value": 0,
    110     "fraction": 0
    111   },
    112   "wire_fee_time_inconsistencies": []
    113 }