# RepresentativeData

Legal representative of a merchant account, used for KYC/AML compliance. Includes the primary representative (signatory) and any additional ultimate beneficial owners (UBOs). Full personal data (name, document, verification status) is exposed via the `Identity` type, looked up by `identityId`.

```
type RepresentativeData {

  id: ID

  accountId: ID

  identityId: ID

  main: Boolean

  stocksPercentage: Float

}
```

### Fields[​](#fields "Direct link to Fields")

#### [`RepresentativeData.id`](#id) ● [`ID`](https://docs.monei.com/apis/graphql/types/scalars/id/.md) scalar[​](#id "Direct link to id")

Representative ID.

#### [`RepresentativeData.accountId`](#account-id) ● [`ID`](https://docs.monei.com/apis/graphql/types/scalars/id/.md) scalar[​](#account-id "Direct link to account-id")

Merchant account this representative belongs to.

#### [`RepresentativeData.identityId`](#identity-id) ● [`ID`](https://docs.monei.com/apis/graphql/types/scalars/id/.md) scalar[​](#identity-id "Direct link to identity-id")

Identity record holding the representative's personal data and verification state.

#### [`RepresentativeData.main`](#main) ● [`Boolean`](https://docs.monei.com/apis/graphql/types/scalars/boolean/.md) scalar[​](#main "Direct link to main")

Whether this is the primary (signatory) representative for the account. At most one per account.

#### [`RepresentativeData.stocksPercentage`](#stocks-percentage) ● [`Float`](https://docs.monei.com/apis/graphql/types/scalars/float/.md) scalar[​](#stocks-percentage "Direct link to stocks-percentage")

Ownership stake in the business as a percentage (0-100). `100` for individuals/freelancers.

### Returned By[​](#returned-by "Direct link to Returned By")

[`representative`](https://docs.monei.com/apis/graphql/operations/queries/representative/.md) query

### Member Of[​](#member-of "Direct link to Member Of")

[`RepresentativesConnection`](https://docs.monei.com/apis/graphql/types/objects/representatives-connection/.md) object
