Skip to content

Commit

Permalink
fix: missing yield fields on tranche snapshots (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
hieronx committed Jun 18, 2024
1 parent 8c6c48e commit 5cc0611
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,9 @@ type TrancheSnapshot @entity {
yield90DaysAnnualized: BigInt
yieldSinceInception: BigInt
yieldSinceLastPeriod: BigInt
yieldMTD: BigInt
yieldQTD: BigInt
yieldYTD: BigInt
}

type Epoch @entity {
Expand Down

0 comments on commit 5cc0611

Please sign in to comment.