Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Track remaining asset transaction types #187

Open
hieronx opened this issue Jun 4, 2024 · 0 comments
Open

Track remaining asset transaction types #187

hieronx opened this issue Jun 4, 2024 · 0 comments
Labels
Story Issue covering a requirement as user story

Comments

@hieronx
Copy link
Contributor

hieronx commented Jun 4, 2024

  • When loans.DebtIncreased/Decreased/WrittenOff/Mutated event comes in, create a corresponding asset transaction
enum AssetTransactionType {
  ...
  DEBT_INCREASED
  DEBT_DECREASED
  WRITTEN_OFF
  MUTATED # <= Mutated
}
@hieronx hieronx changed the title Track Increase/DecreaseDebt asset transactions Track remaining asset transaction types Jun 16, 2024
@filo87 filo87 added the Story Issue covering a requirement as user story label Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Story Issue covering a requirement as user story
Projects
None yet
Development

No branches or pull requests

2 participants