Skip to content

Representation

Description

:Representation encapsulates the details of a client's representation agreement in a specific area of expertise and potentially within certain geographic regions. It acts as a nexus connecting clients, representation areas, geographic coverage, and assigned employees on the client team.

Temporal properties on relationships allow tracking of changes over time without cluttering the node with time-bound data.

Label

:Representation

Properties

PropertyDescriptionType
idA unique identifier for this Representation nodestring (uuid)
statusThe status of a representation nodestring
visibilityVisibility category of the representationstring
createdBythe person or process that created the nodestring
createdDatedateTime
modifiedBythe person or process who last modified the nodestring
modifiedDatedateTime

The following values will be valid for the status property on each :Representation node. Note that some values are only valid when the associated :Party has an active Talent or Client role.

StatusDescription
PursuingPipeline — actively pursuing the signing of this party for the RepArea
HoldIntent declared but paperwork not yet executed; awaiting signature
SignedActive representation — a formal signed agreement exists
DepartedTerminated — no longer active. Set only via updateRepresentationStatus (or the deprecated deactivateRepresentation / cascading deactivateClient)
TrackingMonitoring the party without active pursuit
InactivePursuit is currently inactive
PassedTalent passed on opportunity

The following values will be valid for the visibility property of each :Representation node. Note that these values will mirror the subType on the Client HAS_ROLE relationship.

VisibilityDescription
RosteredPublicly rostered representation — visible on the standard roster.
PrivatePrivate representation — not visible on the public roster.
ProtectedProtected representation — limited visibility, internal use only.

Key

id

Relationships

The HAS_REPRESENTATION relationship connects clients to :Representation nodes.

The REPPED_AS relationship connects :Representation nodes to :RepArea nodes. This is how the area of representation is defined.

The HAS_GEO_AREA relationship connects :Representation nodes to :GeoArea nodes. This is how the geographic scope of the representation is defined.

The ASSIGNED_TO relationship connects :Representation nodes to :Assignment nodes.

The HAS_RATES relationship connects :Representation nodes to :Rate nodes.

Confidential. For internal use only.