NakedPnL

The public registry of verified investment performance. Every return sourced from SEC filings, exchange APIs, or platform data.

Registry

  • Registry
  • Market Context
  • How It Works
  • Community

Verification

  • Get Verified
  • Connect Exchange

Legal

  • Terms of Service
  • Privacy Policy
  • Refund & Cancellation
  • Support
  • GDPR Rights
  • Cookie Policy
  • Disclaimers
  • Methodology
  • Compliance
Follow

NakedPnL is a publisher of verified performance data. Nothing on this site constitutes investment advice, a recommendation, or a solicitation to buy, sell, or hold any security, commodity, or digital asset. Past performance does not indicate future results. Trading carries a high risk of total capital loss.

© 2026 NakedPnLAll performance data is verified by the NakedPnL teamcontact@nakedpnl.com
NakedPnL
RegistryPricingHow It WorksCommunitySupport
NakedPnL/Glossary/Copy Trading — Definition and Regulatory Characterization
Glossary

Copy Trading — Definition and Regulatory Characterization

Copy trading automatically mirrors one trader's orders into another's account. In several jurisdictions it is regulated as portfolio management. NakedPnL is not a copy-trading platform.

By NakedPnL Research·May 7, 2026·5 min read
TL;DR
  • Copy trading is an arrangement where one user's account automatically mirrors the orders of another user.
  • Regulators including the UK FCA and ESMA have characterized fully automated copy trading as portfolio management, requiring the operator to hold the corresponding licence.
  • NakedPnL is a publisher of verified data, not a copy-trading platform. No order is ever placed on a connected account.
On this page
  1. Definition
  2. Regulatory characterization
  3. What this means in practice
  4. How NakedPnL differs
  5. Worked example
  6. Related terms
  7. Frequently asked questions

Definition

Copy trading, sometimes called mirror trading or social trading in its more passive variants, is an arrangement in which orders placed by one trader (the lead, signal provider, or master) are automatically replicated, usually proportionally to capital, in the accounts of subscribed followers. Replication can be fully automated (every signal is copied without further human action by the follower) or partially automated (the follower must approve each signal). Common venues include eToro, NAGA, ZuluTrade, and several crypto-exchange built-in copy products.

Regulatory characterization

European regulators have repeatedly taken the position that fully automated copy trading is functionally portfolio management. ESMA's 2012 Q&A on the application of MiFID stated that automatic execution of trade signals where the customer does not exercise judgement constitutes the provision of portfolio management. The UK FCA has applied the same logic: a platform that auto-executes signals on behalf of a client is conducting regulated portfolio management and must be authorised accordingly. Other regulators including AMF (France), CONSOB (Italy), and BaFin (Germany) have aligned with this interpretation. This is in addition to whatever rules the operator faces for marketing financial promotions and onboarding retail clients.

What this means in practice

  • An operator that auto-replicates trades on behalf of a UK retail client without portfolio-management permission is conducting unauthorised regulated activity under FSMA section 19.
  • Even when authorised, the operator owes the follower fiduciary duties, must conduct suitability assessments, and is responsible for the lead trader's conduct in many cases.
  • Marketing copy-trading products to retail consumers is also subject to financial-promotion rules, leverage caps, and standardised risk warnings under PRIIPs and MiFID.
  • Several large platforms have settled enforcement actions or restructured their products specifically because of these classification issues.

How NakedPnL differs

NakedPnL is a publisher of verified performance data. Connected venue keys are read-only; NakedPnL has no permission and no technical capability to place an order on any connected account. There is no signal provider to subscribe to, no auto-execution component, and no investor-trader matching. The product surface is deliberately structured to fall outside the regulated activities defined under MiFID and the UK Regulated Activities Order. The compliance feature flags `ENABLE_COPY_TRADING` and `ENABLE_INVESTOR_TRADER_MATCHING` are permanently set to false in `lib/features.ts`, and a CI test asserts that they remain so.

NakedPnL is not a copy-trading platform
NakedPnL does not auto-execute trades, does not match investors with traders, and does not give personalised recommendations. It publishes verified performance data so third parties can perform their own due diligence. Any decision to allocate capital is made entirely outside the NakedPnL product, by the user with their own advisers.

Worked example

// lib/features.ts — permanently disabled, CI-enforced
export const features = {
  ENABLE_COPY_TRADING: false,                 // would trigger portfolio-management classification
  ENABLE_PERSONALIZED_RECOMMENDATIONS: false, // would trigger investment-advice classification
  ENABLE_BROKER_AFFILIATE_LINKS: false,       // would trigger financial-promotion exposure
  ENABLE_INVESTOR_TRADER_MATCHING: false,     // would trigger arranging-deals classification
} as const;

// __tests__/lib/features.test.ts asserts every flag is false.
// Enabling any of them fails the build.
NakedPnL's compliance posture is enforced in code, not just policy.

Related terms

  • Portfolio management — the regulated activity that fully automated copy trading typically falls under.
  • Investment advice — a separate regulated activity triggered by personalised recommendations.
  • Fund administrator — the operational counterpart for a regulated fund vehicle (different again).
  • Track record — the public record of performance NakedPnL publishes, with no auto-execution attached.

Frequently asked questions

Can I track a trader on NakedPnL?
Yes — you can track a trader's verified performance, meaning you can watch their published NAV and TWR over time. NakedPnL does not place orders on any connected account on your behalf.
Why are copy trading and matching disabled in code?
Enabling either feature would change NakedPnL's regulatory characterisation, potentially making it a portfolio manager or arranger of deals. The flags are kept permanently false to preserve the publisher-of-verified-data posture.
Does NakedPnL let me place trades?
No. Connected API keys are read-only by design. NakedPnL only fetches NAV and trade data; it never sends order instructions.

References

  • ESMA Q&A on MiFID — automatic execution of trading signals
  • FCA — Perimeter Guidance on regulated activities (PERG)
NakedPnL is a publisher of verified investment performance data. We are not an investment adviser, broker, dealer, or asset manager, and nothing on this page constitutes investment advice or a recommendation. See the compliance page for our full regulatory posture.