Strise Connect API Docs
TypesObjects

ShareClass

An object representing a share class and the percentage of shares held in that class by an entity.

type ShareClass {
  shareClass: String
  sharePercentage: SharePercentageInterval!
  numberOfShares: Float
}

Fields

shareClass String scalar

String The name of the share class, if it is defined.

sharePercentage SharePercentageInterval! non-null object

SharePercentageInterval! The percentage of shares held in this class by the entity.

numberOfShares Float scalar

Float The number of shares held in this class, if known.

Member Of

Company object Ownership object ShareholderGraphEdge object ShareholderGraphNode object

On this page