Strise Connect API Docs
TypesObjects

ShareholderGraphEdge

An edge between two nodes in a shareholder graph, representing the amount of shares held by a parent entity in a child entity.

type ShareholderGraphEdge {
  parent: ShareholderGraphNodeId!
  child: ShareholderGraphNodeId!
  sharePercentage: SharePercentageInterval!
}

Fields

parent ShareholderGraphNodeId! non-null scalar

ShareholderGraphNodeId! The ID of the parent node, i.e. the owner.

child ShareholderGraphNodeId! non-null scalar

ShareholderGraphNodeId! The ID of the child node, i.e. the company being owned.

sharePercentage SharePercentageInterval! non-null object

SharePercentageInterval! The percentage of shares held by the parent entity in the child entity.

Member Of

ShareholderGraph object

On this page