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!
}

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.

Member Of

Ownership object ShareholderGraphNode object

On this page