Skip to content
Studio PonchioStudio PonchioSTP
/* ===== Guscio canonico del sito (27/7/2026) ===== Testata, piè di pagina e gabbia della home, uguali su ogni pagina e in ogni lingua. Il blocco è autoconsistente: definisce i propri token, così vale anche sulle pagine che non usano .sp-page o .cap (gli articoli dell'Osservatorio). Regola confermata da Dario il 26/7: la barra PUÒ andare a capo, la singola voce no. */ .sp-header,.sp-footer,.sp-doc{--ink:#161D3F;--ink-soft:#3A4265;--paper:#FAFAF8;--line:#D8D8D0;--brass:#8C744A;--accent:#233067;--onacc:#FAFAF8;--display:"Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;font-family:"Segoe UI",system-ui,-apple-system,sans-serif;font-size:17px;line-height:1.65} @media (prefers-color-scheme:dark){.sp-header,.sp-footer,.sp-doc{--ink:#E8E7E0;--ink-soft:#ABAFC4;--paper:#12172E;--line:#2B3252;--brass:#B69A6B;--accent:#9FB0E8;--onacc:#12172E}} .sp-header{position:sticky;top:0;z-index:50;background:var(--paper);opacity:.97;border-bottom:1px solid var(--line)} .sp-header .bar{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;padding:14px 24px;max-width:1120px;margin:0 auto} .sp-header .bar > p,.sp-header .sp-nav > p{display:none} .sp-header .sp-brand-mark{flex:0 0 auto;height:36px;width:auto;display:block} .sp-header .sp-marque{display:flex;align-items:center;gap:9px;text-decoration:none;color:var(--ink);flex:0 0 auto;white-space:nowrap} .sp-header .sp-marque b{font-family:var(--display);font-size:1.2rem;font-weight:700} /* marchio e menu sulla stessa riga: al menu si lascia lo spazio che avanza */ .sp-header .sp-nav{display:flex;align-items:center;flex-wrap:wrap;gap:11px;row-gap:9px;min-width:0;justify-content:flex-end} .sp-header .sp-nav > *{flex:0 0 auto;white-space:nowrap} .sp-header .sp-nav a{font-size:.76rem;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;color:var(--ink-soft);margin:0} .sp-header .sp-nav a:hover{color:var(--ink)} .sp-header .sp-cta{display:inline-block;background:var(--accent);color:var(--onacc) !important;padding:9px 18px;border-radius:2px;text-decoration:none;font-size:.75rem;letter-spacing:.05em;text-transform:uppercase;font-weight:600} .sp-header .sp-cta:hover{filter:brightness(1.12)} .sp-header .sp-lang{font-size:.7rem;letter-spacing:.08em;color:var(--ink-soft);white-space:nowrap;flex:0 0 auto} .sp-header .sp-lang a{color:var(--ink-soft);text-decoration:none;margin:0 2px} .sp-header .sp-lang b{color:var(--brass)} .sp-header .sp-dd{position:relative;display:inline-block;white-space:nowrap} .sp-header .sp-dd>a::after{content:" ▾";font-size:.7em} .sp-header .sp-dd-menu{position:absolute;top:100%;left:-8px;background:var(--paper);border:1px solid var(--line);min-width:190px;display:none;flex-direction:column;padding:6px 0;box-shadow:0 12px 30px rgba(22,29,63,.12);z-index:70} .sp-header .sp-dd:hover .sp-dd-menu,.sp-header .sp-dd:focus-within .sp-dd-menu{display:flex} .sp-header .sp-dd-menu a{padding:9px 16px} .sp-header .sp-dd-ambiti{min-width:270px} .sp-header .sp-dd-ambiti a{white-space:normal;line-height:1.3;padding:7px 16px} .sp-header .sp-dd-ambiti .sp-mg-all{font-weight:600;border-top:1px solid var(--line);margin-top:5px;padding-top:10px} .sp-header .sp-dd-mega{position:absolute;top:100%;right:-60px;background:var(--paper);border:1px solid var(--line);display:none;grid-template-columns:repeat(3,1fr);gap:0 22px;width:min(780px,94vw);padding:16px 20px;box-shadow:0 12px 30px rgba(22,29,63,.12);z-index:70;text-align:left} .sp-header .sp-dd:hover .sp-dd-mega,.sp-header .sp-dd:focus-within .sp-dd-mega{display:grid} .sp-header .sp-dd-mega .sp-mg-col{display:block} .sp-header .sp-dd-mega .sp-mg-col a{display:block;padding:5px 0;font-size:.85rem;line-height:1.35;white-space:normal} .sp-header .sp-dd-mega .sp-mg-all{font-weight:600} .sp-header .sp-mg-h{display:block;font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--brass);margin:4px 0 6px;font-weight:700} .sp-header .sp-burger{display:none;background:none;border:1px solid var(--line);border-radius:2px;font-size:20px;line-height:1;padding:6px 12px;color:var(--ink);cursor:pointer} .sp-header .hd-wa{display:none} @media (max-width:1180px){.sp-header .sp-nav{gap:9px}.sp-header .sp-nav a{font-size:.72rem;letter-spacing:.03em}.sp-header .sp-cta{padding:8px 14px;font-size:.71rem}} @media (max-width:1080px){.sp-header .sp-nav{gap:10px}.sp-header .sp-nav a{font-size:.7rem;letter-spacing:.04em}} @media (max-width:1024px){.sp-header{position:relative}.sp-header .bar{gap:10px}.sp-header .sp-burger{display:block}.sp-header .hd-wa{display:inline-flex;align-items:center}.sp-header .sp-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--paper);border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start;padding:14px 24px 18px;gap:14px;z-index:60;box-shadow:0 14px 30px rgba(22,29,63,.14)}.sp-header .sp-nav.open{display:flex}.sp-header .sp-nav a{display:block !important;font-size:.95rem;margin:0}.sp-header .sp-nav .sp-cta{display:inline-block !important}.sp-header .sp-nav .sp-lang{display:block;margin-top:4px;font-size:.85rem}.sp-header .sp-dd-mega{position:static;width:100%;grid-template-columns:1fr;border:0;box-shadow:none;padding:4px 0 8px;right:auto}.sp-header .sp-dd{white-space:normal;display:block;width:100%}.sp-header .sp-dd-menu{position:static;display:flex;width:100%;min-width:0;border:0;box-shadow:none;padding:2px 0 6px;left:auto}.sp-header .sp-dd-menu a{padding:6px 0 6px 14px;font-size:.85rem !important}} /* pagine di solo testo servite in canvas (cookie policy): gabbia e tipografia di casa */ .sp-doc{background:var(--paper);color:var(--ink);padding:44px 24px 56px} .sp-doc .wrap{max-width:880px;margin:0 auto} .sp-doc h1{font-family:var(--display);font-weight:600;font-size:clamp(1.9rem,3.4vw,2.6rem);line-height:1.15;margin:0 0 18px;color:var(--ink)} .sp-doc h2,.sp-doc h3{font-family:var(--display);font-weight:600;color:var(--ink);margin:26px 0 8px} .sp-doc p,.sp-doc li{color:var(--ink-soft)} .sp-doc a{color:var(--accent)} /* sotto-menu di pagina: le ancore interne che stavano nella vecchia testata */ .sp-subnav{display:flex;flex-wrap:wrap;gap:18px;max-width:1120px;margin:0 auto;padding:10px 24px;font-family:"Segoe UI",system-ui,-apple-system,sans-serif;border-bottom:1px solid var(--line,#D8D8D0)} .sp-subnav a{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;color:var(--ink-soft,var(--soft,#3A4265));white-space:nowrap} .sp-subnav a:hover{color:var(--brass,#8C744A)} /* piè di pagina */ .sp-footer{padding:36px 24px 44px;border-top:1px solid var(--line);background:var(--paper);color:var(--ink-soft);text-align:left} .sp-footer .wrap{max-width:1120px;margin:0 auto;padding:0;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:.8rem;color:var(--ink-soft)} .sp-footer a{color:inherit} .sp-footer .sp-mappa{display:flex;flex-wrap:wrap;gap:8px 18px;margin:0 0 16px;padding-bottom:14px;border-bottom:1px solid var(--line)} .sp-footer .sp-mappa a{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;text-decoration:none} .sp-footer .sp-mappa a:hover{color:var(--brass)} /* gabbia come la home: 1120px. Il testo corrente resta a misura di lettura, come fa la home con .sp-lead. */ .cap .wrap,.sp-page .wrap{max-width:1120px} .cap .sec > .wrap > p,.sp-page .sec > .wrap > p{max-width:74ch} .sp-ar{--navy:#161D3F;--gold:#8C744A;--slate:#6C7082;--pale:#D8D9E4;--cream:#F8F7F2; max-width:880px;margin:0 auto;padding:32px 20px 72px;background:var(--cream); font:16px/1.6 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--navy)} .sp-ar h1{font-family:Georgia,"Times New Roman",serif;font-weight:600;font-size:2.3rem;color:var(--navy);margin:0 0 8px;letter-spacing:-.01em} .sp-ar .sp-ar-sub{color:var(--slate);font-size:1.05rem;margin:0 0 32px;max-width:56ch} .sp-ar .sp-ar-eyebrow{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--pale);margin:0 0 8px} .sp-ar .sp-ar-eyebrow.on-light{color:var(--gold)} .sp-ar .sp-ar-hero{position:relative;overflow:hidden;border-radius:38px;padding:30px 30px 34px;margin:0 0 24px; background:linear-gradient(135deg,#101735,#1A2453,#2A3979);color:var(--cream)} .sp-ar .sp-ar-hero::after{content:"";position:absolute;right:-60px;bottom:-70px;width:220px;height:220px;border-radius:50%; border:1px solid rgba(255,255,255,.12);background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.06),transparent 70%)} .sp-ar .sp-ar-hero h2{font-family:Georgia,"Times New Roman",serif;font-weight:600;font-size:1.5rem;margin:0 0 8px;color:#fff;position:relative} .sp-ar .sp-ar-hero p{color:var(--pale);margin:0 0 18px;position:relative;max-width:52ch} .sp-ar .sp-ar-btn{display:inline-block;position:relative;text-decoration:none;font-weight:700;font-size:14.5px; padding:12px 24px;border-radius:999px;background:var(--gold);color:#fff;transition:background .15s ease,transform .15s ease} .sp-ar .sp-ar-btn:hover{background:#7a6440;transform:translateY(-1px)} .sp-ar .sp-ar-btn.ghost{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.28);color:#fff} .sp-ar h2.sp-ar-section{font-family:Georgia,"Times New Roman",serif;font-weight:600;font-size:1.4rem;color:var(--navy);margin:44px 0 18px} .sp-ar .sp-ar-card{background:#fff;border-radius:28px;padding:26px 28px;box-shadow:0 1px 3px rgba(22,29,63,.06),0 10px 30px -18px rgba(22,29,63,.18);margin-bottom:16px} .sp-ar ol.sp-ar-steps{counter-reset:step;list-style:none;padding:0;margin:0} .sp-ar ol.sp-ar-steps li{position:relative;padding:2px 0 22px 46px;margin-left:16px;border-left:2px solid #ECEAE3} .sp-ar ol.sp-ar-steps li:last-child{border-left-color:transparent;padding-bottom:2px} .sp-ar ol.sp-ar-steps li::before{counter-increment:step;content:counter(step);position:absolute;left:-17px;top:0;width:30px;height:30px;border-radius:50%; background:var(--navy);color:var(--cream);font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;font-family:Georgia,serif} .sp-ar ol.sp-ar-steps b{display:block;color:var(--navy);margin-bottom:3px;font-size:15.5px} .sp-ar ol.sp-ar-steps span{color:var(--slate);font-size:14.5px} .sp-ar .sp-ar-news{border-bottom:1px solid #ECEAE3;padding:18px 2px} .sp-ar .sp-ar-news:last-child{border-bottom:0} .sp-ar .sp-ar-news .sp-ar-data{font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--gold)} .sp-ar .sp-ar-news h3{font-family:Georgia,"Times New Roman",serif;font-weight:600;font-size:1.08rem;margin:6px 0 6px;color:var(--navy)} .sp-ar .sp-ar-news p{margin:0;color:var(--slate);font-size:14.5px} .sp-ar .sp-ar-corsi{display:flex;gap:16px;flex-wrap:wrap} .sp-ar .sp-ar-corso{flex:1 1 240px} .sp-ar .sp-ar-corso h3{font-family:Georgia,"Times New Roman",serif;font-weight:600;margin:0 0 8px;color:var(--navy)} .sp-ar .sp-ar-corso p{color:var(--slate);font-size:14.5px;margin:0} .sp-ar .sp-ar-corso a{color:var(--gold);font-weight:700;text-decoration:none} .sp-ar .sp-ar-avviso{font-size:12.5px;color:var(--slate);background:#fff;border-radius:20px;padding:18px 22px;margin-top:40px} @media (max-width:600px){.sp-ar{padding:20px 16px 56px}.sp-ar h1{font-size:1.9rem}.sp-ar .sp-ar-hero{padding:24px 22px 28px;border-radius:30px}}
THE FIRM'S PORTAL

Anti-Money Laundering

How the Firm meets its customer due diligence obligations, what we ask our clients for and why, and the regulatory developments we track on your behalf.

RECEIVED THE LINK?

Complete your file in just a few minutes.

If the Firm has emailed you a personal link, open it and follow the steps: it only takes a few minutes from your phone or computer. If you can't find it, check your spam folder or get in touch.

I can't find the email

Are you a new client?

If you haven't yet received anything from the Firm but would like to become a client, you can start your own file: just a few details, and we'll send you your personal link by email straight away.

Start your file

Are you Firm staff?

Staff-only area: manage due-diligence files, archive and review.

Sign in to the staff area

Why we ask for this

Italian law (Legislative Decree 231/2007) requires professionals in our field to know who they are working with before taking on or continuing an engagement: who the client is, who genuinely controls the company if the client is a corporate entity, and what the client is approaching the Firm for. This is not a formality that concerns only you: it is a legal obligation the Firm must comply with, in the same way for every client, without exception.

That is why we have made the process as simple as possible: a few clear questions, a photo of your ID document, and a signature confirmed with a code sent by SMS. Everything else — the assessment, the checks, the decisions — remains, as always, the responsibility of the professional handling your file.

How it works, step by step

  1. Who you areName, place and date of birth, residence, nationality, tax code, and occupation.
  2. Who you are acting on behalf ofYourself, or a company or other entity: if so, we also need the entity's details and your role within it.
  3. A question we ask everyoneWhether you are, or have recently been, a politically exposed person — the law requires this to be asked of everyone; it's a standard question.
  4. Who really controls the companyOnly if you represent an entity: identifying its beneficial owner — the person who actually owns or controls it, typically anyone holding more than 25% of the shares.
  5. Why you are approaching usThe type of service you require and the expected method of payment.
  6. Your identity documentA clear photo, front and back: your accountant checks it before validating the file.
  7. Review and signA summary of everything you have entered, followed by a code sent by SMS to confirm it: this serves as your electronic signature on the declaration.

Recent regulatory developments

May 2026

Beneficial ownership: the EU Court of Justice confirms Italy's rules

The Court of Justice of the European Union has confirmed that public access to the Register of Beneficial Owners may be limited to those who demonstrate a specific and legitimate interest — a balance between transparency and privacy protection that Italy had already adopted. The Italian register still awaits a ruling from the Council of State before becoming fully operational.

January 2026

Register of Beneficial Owners: more selective access

As of January 2026, access to the section of the Register covering legal entities is granted only to those with a documented, specific and current legal interest. Public authorities, however, may access it in connection with authorisations, public tenders and the award of grants.

December 2025

New UIF guidance on reporting suspicious transactions

The UIF (Italy's Financial Intelligence Unit) has updated the rules by which professionals identify and report a suspicious transaction, effective from 1 July 2026: no automatic triggers based solely on amount thresholds, but an overall assessment of the client and the context — precisely the approach the Firm already follows.

Ongoing update

Countering the financing of terrorism

The CNDCEC reminds practitioners that the anti-money laundering obligations already in force also cover the prevention of terrorist financing: no additional formalities are required, but the same level of attention must be extended to each client's geographic profile and the origin of their funds.

Courses and further reading

For clients

The most frequently asked questions about what we ask for and why are covered on this page. If anything is unclear, get in touch: you'll always hear back from us, not an automated form.

For the Firm

The anti-money laundering pathway in our Academy is now online: 23 chapters across three levels, from the regulatory framework to day-to-day practice, with a complete guided case study.

The information on this page is provided for general guidance only and does not replace the examination of your specific situation by a qualified professional. However, for any query about your particular file, the quickest way forward is always to write directly to the Firm.

Deadline calendar Install the app