# Texas RIA Roster — SEC Advisers With $100M+ AUM

**Use case:** 

Ready-to-run RIA prospect list for custodians and advisor recruiters: 200 Texas SEC-registered advisers over $100M AUM, with CRD, city and employee count.

## Input

```json
{
  "mode": "roster",
  "eventTypes": [],
  "state": "TX",
  "minAum": 100000000,
  "maxResults": 200,
  "aumChangePctThreshold": 10,
  "month": ""
}
```

## Output

```json
{
  "event_type": {
    "label": "Event type",
    "format": "string"
  },
  "crd": {
    "label": "CRD number",
    "format": "string"
  },
  "firm_name": {
    "label": "Firm name",
    "format": "string"
  },
  "sec_number": {
    "label": "SEC number",
    "format": "string"
  },
  "main_office_state": {
    "label": "Main office state",
    "format": "string"
  },
  "main_office_city": {
    "label": "Main office city",
    "format": "string"
  },
  "aum_usd": {
    "label": "AUM (USD)",
    "format": "number"
  },
  "aum_prev_usd": {
    "label": "Previous AUM (USD)",
    "format": "number"
  },
  "aum_change_pct": {
    "label": "AUM change %",
    "format": "number"
  },
  "employee_count": {
    "label": "Employees",
    "format": "number"
  },
  "filing_month": {
    "label": "Filing month",
    "format": "string"
  },
  "source_url": {
    "label": "Source URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [RIA Registration Delta Monitor — SEC Adviser Leads & AUM](https://apify.com/malonestar/ria-registration-delta-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/ria-registration-delta-monitor) to learn more, explore other use cases, and run it yourself.