Skip to content

Control exactly who sees what, down to the cell

Aquata enforces access at the data layer. Define policies that restrict which records, columns, and individual cells each user or group can see. One policy definition governs every consumption channel.

Start Free Trial

Granular data permissions at every layer of the platform.

Control access at the record, column, and cell level. One policy enforced across dashboards, APIs, warehouse deliveries, and AI tools.

Why It Matters

Access controls built for investment data

Compliance-ready from day one

Role-based policies that satisfy audit requirements. Full log of who accessed what, when, and through which channel.

Table, column, and record-level control

Set permissions at the table, column, or individual record level. A portfolio manager sees only their fund data. An analyst sees positions but not counterparty terms.

Enforced everywhere, configured once

Set a policy in one place. It applies to Query Studio, dashboards, API responses, Snowflake deliveries, and MCP queries.

Configure access policies

One policy, every channel — dashboards, APIs, warehouse deliveries, and AI tools.

Start Free TrialTalk to a Product Expert

Connect every source, normalize every schema, and deliver governed investment data without custom ETL maintenance.

Start free trial

Platform & Product

  • Data Pipelines
  • Data Models
  • Data Quality
  • Data Catalog
  • Bi-Temporal Data Lake
  • Unstructured Data

Connectivity & AI

  • Industry Sources
  • API Connectors
  • AI Agents
  • Aquata MCP
  • Cloud Interoperability
  • Access Controls

Solutions

  • Asset Managers
  • Hedge Funds
  • Private Markets

Resources

  • Connector Marketplace
  • Case Studies
  • Demo Center
  • About Arcesium

© Arcesium LLC 2026. All rights reserved.

Learn More About ArcesiumPrivacy PolicyTerms of UseUse of CookiesModern Slavery Act StatementManage Cookie Preferences

Filter rows at query time based on user attributes.

A PM assigned to Fund Alpha sees only Fund Alpha positions. A regional head sees only their geography. No materialized views to maintain.

WHERE fund_id IN ( SELECT fund_id FROM user_funds WHERE user = 'current_user' )