From 5cc0611abf124bf3274cead7f5169a35ed259375 Mon Sep 17 00:00:00 2001 From: Jeroen <1748621+hieronx@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:55:40 +0200 Subject: [PATCH] fix: missing yield fields on tranche snapshots (#206) --- schema.graphql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schema.graphql b/schema.graphql index 55061821..83d93665 100644 --- a/schema.graphql +++ b/schema.graphql @@ -204,6 +204,9 @@ type TrancheSnapshot @entity { yield90DaysAnnualized: BigInt yieldSinceInception: BigInt yieldSinceLastPeriod: BigInt + yieldMTD: BigInt + yieldQTD: BigInt + yieldYTD: BigInt } type Epoch @entity {