INTERFACE

LEGALENTITY

link GraphQL Schema definition

  • interface LEGALENTITY {
  • contact: CONTACT
  • verifiedAt: DateTime
  • # Fitch long term IDR (Issuer Default Rating).
  • ratingFitch: CUSTOMENUMLITERAL
  • lastRatingDateSP: LocalDate
  • lastRatingDateMoodys: LocalDate
  • deletedBy: SUBJECT
  • verifyUser: SUBJECT
  • # A detailed descripion of the legal entity.
  • description: String
  • manuallyUpdateUser: SUBJECT
  • lastRatingDateFitch: LocalDate
  • updatedAt: DateTime
  • # Arguments
  • # orderBy: [Not documented]
  • # includeDeleted: [Not documented]
  • sanctions(orderBy: [OrderBy], includeDeleted: Boolean): [CUSTOMENUMLITERAL]
  • # The guarantor of the Corporate
  • guarantor: LEGALENTITY
  • uuid: UUID
  • # Complex derived algorithm by Moody's that considers rating class, currency and
  • # rating date to choose which actual rating qualifies as the long term rating.
  • # All of the organization's long term debt ratings are grouped into the following
  • # classes: Issue Level, Senior Unsecured, Subordinate, Preferred Stock, and
  • # Secured. Following this order, the most senior rating class that has an active
  • # rating is identified, and that rating is displayed.
  • ratingMoodys: CUSTOMENUMLITERAL
  • name: String
  • featureModificationInfos: [FEATUREMODIFICATIONINFO]
  • # Rating assigned by Standard & Poor's to the long term obligations of the issuer
  • # if repaid in the local currency of the issuer.
  • ratingSP: CUSTOMENUMLITERAL
  • symbols: [SYMBOL]
  • deletedAt: DateTime
  • id: Long
  • createdAt: DateTime
  • updateUser: SUBJECT
  • manuallyUpdatedAt: DateTime
  • creationUser: SUBJECT
  • # Arguments
  • # type: The type of the symbol to retrieve.
  • symbol(type: String!): SYMBOL
  • # The primary symbol (symbol type with the highest priority)
  • primarySymbol: SYMBOL
  • version: Long
  • }