Skip to content

Commit

Permalink
fix: add normalized NAV to pool snapshot (#212)
Browse files Browse the repository at this point in the history
* feat: set up normalized nav

* fix: remove currency lookup

* fix: calculation

* fix: add normalized NAV to pool snapshot
  • Loading branch information
hieronx authored Jun 21, 2024
1 parent 2de5848 commit 091e1e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ type PoolSnapshot @entity {
blockNumber: Int!
periodStart: Date! @index

normalizedNAV: BigInt # netAssetValue, normalized to 18 decimals

#States
netAssetValue: BigInt # previously: portfolioValuation
totalReserve: BigInt
Expand Down

0 comments on commit 091e1e8

Please sign in to comment.