Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 840 Bytes

File metadata and controls

44 lines (32 loc) · 840 Bytes

Collection types

Note: Months are represented with the first day of the month (i.e. 01-01-2022). Do not add multiple rows for the same month on these tables.

BalanceHistory

  • Month: Date (date)
  • Amount: Number (Decimal)

ForexBalanceHistory

  • Month: Date (date)
  • Amount: Number (Decimal)

ProfitLoss

  • Month: Date (date)
  • Profit: Number (Decimal)
  • Loss: Number (Decimal)

Transaction

  • Date: Date (date)
  • Name: Text (short)
  • Amount: Number (Decimal)

Wire

  • Name: Text (short)
  • Amount: Number (Decimal)

Single types

Balance

  • Amount: Number (Decimal)

ForexBalance

  • Amount: Number (Decimal)

ForexRate

  • Amount: Number (Decimal)

ForexBuyRate

  • Amount: Number (Decimal)

ForexSellRate

  • Amount: Number (Decimal)