Skip to content

Commit

Permalink
feat: added currentValue field on rwa
Browse files Browse the repository at this point in the history
  • Loading branch information
acaldas authored Sep 13, 2024
1 parent f17bbff commit 0790673
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/src/modules/real-world-assets/resolvers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ export const FixedIncome = objectType({
t.string('ISIN');
t.string('CUSIP');
t.float('coupon');
t.field('currentValue', {
type: 'Float',
args: { date: DateTime }
});
}
});
export const FixedIncomeType = objectType({
Expand Down

0 comments on commit 0790673

Please sign in to comment.