Historical Credits (deprecated)

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

[
  CHAN_ID,
  'hfcs',
  [
    [
      ID,
      SYMBOL,
      SYMBOL,
      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,
      POSITION_PAIR,
      ...
    ],
    ...
  ]
]

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
MSG_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 when funding opened
MTS_LAST_PAYOUTintMillisecond Time Stamp when last payout received
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_CLOSEint0 if false, 1 if true Whether the funding will be closed when the position is closed
POSITION_PAIRstringPair of the position that the funding was used for