Historical Loans (deprecated)

Deprecated channel that provides historical information on your provided funding which was not used in active positions.

[
  CHAN_ID,
  'hfls',
  [
    [
      ID,
      SYMBOL,
      SIDE,
      MTS_CREATE,
      MTS_UPDATE,
      AMOUNT,
      FLAGS,
      STATUS,
      _PLACEHOLDER,
      _PLACEHOLDER,
      _PLACEHOLDER,
      RATE,
      PERIOD,
      MTS_OPENING,
      MTS_LAST_PAYOUT,
      NOTIFY,
      HIDDEN,
      _PLACEHOLDER,
      RENEW,
      RATE_REAL,
      NO_CLOSE,
      ...
    ],
    ...
  ]
]

Stream Fields

TermTypeDescription
IDintegerOffer ID
SYMBOLstringThe currency of the offer (fUSD, etc)
SIDEstring"Lend" or "Loan"
MTS_CREATEintMillisecond Time Stamp when the offer was created
MTS_UPDATEintMillisecond Time Stamp when the offer was created
AMOUNTfloatAmount the offer is for
FLAGSobjectfuture params object (stay tuned)
STATUSstringOffer Status: ACTIVE, EXECUTED, PARTIALLY FILLED, CANCELED
RATEfloatRate of the offer
PERIODintPeriod of the offer
MTS_OPENINGintMillisecond Time Stamp for when the loan was opened
MTS_LAST_PAYOUTintMillisecond Time Stamp for when the last payout was made
NOTIFYint0 if false, 1 if true
HIDDENint0 if false, 1 if true
INSUREDint0 if false, 1 if true
RENEWint0 if false, 1 if true
RATE_REALfloatthe calculated rate for FRR and FRRDELTAFIX
NO_CLOSEintIf funding will be returned when position is closed. 0 if false, 1 if true