# 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 "Enlace directo al Fields")

#### [`RepresentativeData.id`](#id) ● [`ID`](https://docs.monei.com/es/es/apis/graphql/types/scalars/id/.md) scalar[​](#id "Enlace directo al id")

Representative ID.

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

Merchant account this representative belongs to.

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

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

#### [`RepresentativeData.main`](#main) ● [`Boolean`](https://docs.monei.com/es/es/apis/graphql/types/scalars/boolean/.md) scalar[​](#main "Enlace directo al 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/es/es/apis/graphql/types/scalars/float/.md) scalar[​](#stocks-percentage "Enlace directo al stocks-percentage")

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

### Returned By[​](#returned-by "Enlace directo al Returned By")

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

### Member Of[​](#member-of "Enlace directo al Member Of")

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