Skip to content

Commit

Permalink
Add MarketQuote value type (#2571)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexis Skitini <[email protected]>
  • Loading branch information
skitini and skitini authored May 12, 2023
1 parent 6919d12 commit 71334f9
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,10 @@ public final class ValueType
* Type used when each value is a correlation - 'CORRELATION'.
*/
public static final ValueType CORRELATION = of("CORRELATION");

/**
* Type used when each value is the market quote e.g. a par rate for bonds = 'MarketQuote'.
*/
public static final ValueType MARKET_QUOTE = of("MarketQuote");
//-------------------------------------------------------------------------
/**
* Obtains an instance from the specified name.
Expand Down

0 comments on commit 71334f9

Please sign in to comment.