OBJECT

CURRENCY

link GraphQL Schema definition

  • type CURRENCY {
  • updatedAt: DateTime
  • createdAt: DateTime
  • verifiedAt: DateTime
  • # The maximal period that is allowed for outrights with this currency (Format:
  • # e.g. "7Y,6M,5W,4D,3H,2min,1sec", "2M", "1Y,5D")
  • period: Period
  • # Defines the number of decimal places for the selected currency.
  • decimalPlaces: Int
  • manuallyUpdatedAt: DateTime
  • # Defines a risk-free rate proxy index that is used for valuations.
  • riskfreeRate: INDEX
  • deletedAt: DateTime
  • # Defines the standard collateralized interest curve of the currency, that is used
  • # for valuations (unless otherwise specified).
  • stdInterestCurveColl: INTERESTCURVE
  • updateUser: SUBJECT
  • creationUser: SUBJECT
  • manuallyUpdateUser: SUBJECT
  • # Defines the standard uncollateralized interest curve of the currency, that is
  • # used for valuations (unless otherwise specified).
  • stdInterestCurveUncoll: INTERESTCURVE
  • featureModificationInfos: [FEATUREMODIFICATIONINFO]
  • id: Long
  • deletedBy: SUBJECT
  • verifyUser: SUBJECT
  • precedence: Int
  • iso4217Code: String
  • # Defines if the currency is convertible.
  • convertible: Boolean
  • version: Long
  • }