
<!DOCTYPE html>
<!--[if IE 8]>         <html lang="en" class="no-js lt-ie9"> <![endif]-->
<!--[if IE 9]>         <html lang="en" class="no-js lt-ie10"> <![endif]-->
<!--[if gt IE 8]><!-->
<html lang="en" class="no-js">
<!--<![endif]-->
<head>

    

    <script type="text/javascript" src="/Scripts/cookieCleanupProd.js"></script>
    <!-- OneTrust Cookies Consent Notice start for www.orrick.com -->
    <script type="text/javascript" src="https://cdn.cookielaw.org/consent/ab375dae-fe40-475c-8c81-e30ad37cd07a/OtAutoBlock.js"></script>
    <script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="ab375dae-fe40-475c-8c81-e30ad37cd07a"></script>
    <script type="text/javascript">
        function OptanonWrapper() { }
    </script>
    <!-- OneTrust Cookies Consent Notice end for www.orrick.com -->


<link rel="preload" href="/Content/base.css" as="style">
<link rel="preload" href="/Content/main.css?v7" as="style">
<link rel="preload" href="/Content/flags.css" as="style">
<link rel="preload" href="/Scripts/vendor.js" as="script">
<link rel="preload" href="/Scripts/respond.js" as="script">
<link rel="preload" href="/Scripts/modernizr.js" as="script">
<link rel="preload" href="/Scripts/plugins.js" as="script">
<link rel="preload" href="/Scripts/main.js" as="script">
<link rel="preload" href="/Scripts/others.js" as="script">
<script src="https://apps.elfsight.com/p/platform.js" defer></script>
<script src="/Scripts/vendor.js"></script>
<script src="/Scripts/respond.js"></script>
<script src="/Scripts/modernizr.js"></script>
<script src="/Scripts/plugins.js"></script>
<!-- Vulture web tracking -->
<script type="text/javascript">
    !function (r) { var i = document.createElement("img"); i.setAttribute("src", "//orrick.vuture.net/security/tracker.gif?referer=" + encodeURIComponent(r)) }(document.referrer);
</script>

    <script src="/Scripts/mainCalendar.js"></script>

    <script src="/Scripts/maincarousel.js"></script>

<script src="/Scripts/main.js"></script>
<script src="/Scripts/others.js"></script>

    <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCc731q1YEK9LKaF-7HT3z2jlah1N_Td48" type="text/javascript"></script>
    <script src="/Scripts/mainmaps.js"></script>
    <script src="/Scripts/mainTwitter.js"></script>




    <!-- Google Tag Manager -->
    <script>
        (function (w, d, s, l, i) {
            w[l] = w[l] || []; w[l].push({
                'gtm.start':
                    new Date().getTime(), event: 'gtm.js'
            }); var f = d.getElementsByTagName(s)[0],
                j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
                    'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
        })(window, document, 'script', 'dataLayer', 'GTM-W9KKXHZ');</script>
    <!-- End Google Tag Manager -->


<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

<title>Financial &amp; Fintech Advisory</title>
<meta name="twitter:card" content="summary_large_image" />
<meta name="description" content="Learn how we help financial institutions, leading fintechs, B2Cs, and B2Bs navigate the tension between innovation and regulation.">
<meta name="keywords">
<meta property="og:title" content="Financial &amp; Fintech Advisory" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://www.orrick.com/en/Practices/Financial-and-Fintech-Advisory" />
<meta property="og:image" itemprop="image primaryImageOfPage" content="https://media.orrick.com/Media%20Library/public/images/practices/ffa-og.jpg" />
<meta property="og:description" content="Learn how we help financial institutions, leading fintechs, B2Cs, and B2Bs navigate the tension between innovation and regulation." />
<meta property="fallback" content="False" />
<meta name="viewport" content="width=device-width, height=device-height">
<link href="https://www.orrick.com/en/Practices/Financial-and-Fintech-Advisory" rel="canonical">

<style>
    #onetrust-banner-sdk {
        font-size: 1.1rem !important;
    }

    #ot-pc-footer {
        font-size: 1.1rem !important;
    }

    #onetrust-policy-text, #onetrust-button-group, #ot-sdk-container, #onetrust-pc-sdk.ot-pc-footer, #ot-pc-content {
        font-size: 1.44rem !important;
    }

    #onetrust-banner-sdk h1, #onetrust-banner-sdk h2, #onetrust-banner-sdk h3, #onetrust-banner-sdk h4, #onetrust-banner-sdk h5, #onetrust-banner-sdk h6, #onetrust-pc-sdk h1, #onetrust-pc-sdk h2, #onetrust-pc-sdk h3, #onetrust-pc-sdk h4, #onetrust-pc-sdk h5, #onetrust-pc-sdk h6, #ot-sdk-cookie-policy h1, #ot-sdk-cookie-policy h2, #ot-sdk-cookie-policy h3, #ot-sdk-cookie-policy h4, #ot-sdk-cookie-policy h5, #ot-sdk-cookie-policy h6 {
        font-size: .875em !important;
        font-weight: bold !important;
    }

    #onetrust-pc-sdk #ot-pc-title {
        font-size: 1.37em !important;
    }
</style>

    <link rel="stylesheet" href="/Content/flags.css" />
<link rel="stylesheet" href="/Content/base.css" />
<link rel="stylesheet" href="/Content/main.css?v7" />


    <script src="//players.brightcove.net/4686646076001/default_default/index.min.js"></script>


    <sc:VisitorIdentification runat="server" />
</head>
<body>

    
    <div class="wrapper">
        

<header>
    <nav class="navbar navbar-default topnav" role="navigation">

        <script>

    $(document).ready(function () {
        $("button.vertical-nav").click(function () {
            //.fadeToggle(); instead of fast??
            $("div#vnav-container").toggle("fast");
            $('#navbar-hamburger').toggleClass('hidden');
            $('#navbar-close').toggleClass('hidden');
            $('ul.mnav').toggleClass('hidden');
        });
        $('#navbar-close').click(function () {
            //.fadeToggle(); instead of fast??
            $("div#vnav-container").toggle("fast");
            $('#navbar-close').toggleClass('hidden');
            $('#navbar-hamburger').removeClass('hidden');
            $('ul.mnav').removeClass('hidden');
        });



        $('.opensearch').click(function () {
            $("div.bigsearchbar").toggle("fast");
            $('div.bigsearchbar').toggleClass('mobilesearch');

        });

        $('.closeit').click(function () {
            //.fadeToggle(); instead of fast??
            $("div.hideit").hide("fast");
        });
    });

    $(window).on('load', function () {
        $('.vfly').on('click', function () {
            var target = $(this).attr('rel');
            $("#" + target).siblings("div").hide("fast");
            $("#" + target).show("fast");

        });

    });

</script>
<script type="text/javascript">
    $(document).on('click', '.vnav-list li', function () {
        $(".vnav-list li").removeClass("active");
        $(this).addClass("active");

    });

</script>


<div class="col-sm-12">
    <div class="container-fluid">
        <div class="col-sm-1">
            <!-- Brand and toggle get grouped for better mobile display -->
            <div class="navbar-header hfix">
                <div id="navbar-hamburger" class="">
                    <button type="button" class="navbar-toggle vertical-nav collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false" style="display: block;">
                        <span class="sr-only">Toggle navigation</span>
                        <span class="icon-bar"></span>
                        <span class="icon-bar"></span>
                        <span class="icon-bar"></span>
                    </button>
                </div>

                <div id="navbar-close" class="hidden">
                    <span class="glyphicon glyphicon-remove close-icon"></span>
                </div>



            </div><div class="smlogo pull-right"><a href="https://www.orrick.com"><span class="ico-Orrick-Grayscale"></span></a></div>



        </div>

        <div class="col-md-11">



            <!-- Collect the nav links, forms, and other content for toggling -->
            <div class="navbar-collapse mobile-hide collapse" id="main-collapse-1" aria-expanded="false" style="height: 0px;">
                <ul class="nav navbar-nav navbar-right">

                                <li class=""><a target="" href="/en/People">People</a></li>
                                <li class=""><a target="" href="/en/Practices">Practices</a></li>
                            <li class="dropdown">
                                <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Insights <span class="caret"></span></a>
                                <ul class="dropdown-menu insights-drop">
                                    <li>
                                        <div class="row insights-drop-container">
                                                <ul class="list-unstyled insight-drop col-sm-4 col-xs-12">
                                                    <li class="insight-drop-title">Insights</li>
                                                            <li>
                                                                <a target="" rel="" href="/Search?f=Technology%20%26%20Innovation&amp;t=insight">Technology & Innovation</a>
                                                            </li>
                                                            <li>
                                                                <a target="_blank" rel="noopener noreferrer" href="/en/tech-studio/insights">Orrick Tech Studio</a>
                                                            </li>
                                                            <li>
                                                                <a target="" rel="" href="/Search?f=Energy+%26+Infrastructure&amp;t=insight">Energy & Infrastructure</a>
                                                            </li>
                                                            <li>
                                                                <a target="" rel="" href="/Search?f=Finance&amp;t=insight">Finance</a>
                                                            </li>
                                                            <li>
                                                                <a target="" rel="" href="/Search?f=Life%20Sciences+%26+HealthTech&amp;t=insight">Life Sciences & HealthTech</a>
                                                            </li>
                                                            <li>
                                                                <a target="" rel="" href="/Search?f=Litigation%20%26%20IP&amp;t=insight">Litigation & IP</a>
                                                            </li>
                                                            <li>
                                                                <a target="" rel="" href="/Search?p=Strategic+Advisory+%26+Government+Enforcement+(SAGE)&amp;t=Insight">Strategic Advisory & Government Enforcement (SAGE)</a>
                                                            </li>
                                                            <li>
                                                                <a target="" rel="" href="/en/Insights">All Insights</a>
                                                            </li>
                                                </ul>
                                                <ul class="list-unstyled insight-drop col-sm-4 col-xs-12">
                                                    <li class="insight-drop-title">Featured</li>
                                                            <li>
                                                                <a target="" rel="" href="/en/Insights/Tariff-Watch">Tariff Watch</a>
                                                            </li>
                                                            <li>
                                                                <a target="" rel="" href="/en/Insights/The-Download">The Download: Tech & Innovation Market Briefing</a>
                                                            </li>
                                                            <li>
                                                                <a target="_blank" rel="noopener noreferrer" href="https://ai-law-center.orrick.com/">AI Law Center</a>
                                                            </li>
                                                            <li>
                                                                <a target="_blank" rel="noopener noreferrer" href="https://onlinesafety.orrick.com/">Online Safety Law Center</a>
                                                            </li>
                                                            <li>
                                                                <a target="" rel="" href="/en/Technology/Life-Sciences-Snapshots">Life Sciences Venture Capital Quarterly Report</a>
                                                            </li>
                                                </ul>
                                                <ul class="list-unstyled insight-drop col-sm-4 col-xs-12">
                                                    <li class="insight-drop-title">Channels</li>
                                                            <li>
                                                                <a target="" rel="" href="/en/Podcasts">Podcasts</a>
                                                            </li>
                                                            <li>
                                                                <a target="" rel="" href="/en/Events">Events</a>
                                                            </li>
                                                </ul>




                                        </div>
                                    </li>
                                </ul>
                            </li>
                                <li class=""><a target="" href="/en/Careers">Careers</a></li>
                            <li class="dropdown">
                                <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">About <span class="caret"></span></a>
                                <ul class="dropdown-menu insights-drop">
                                    <li>
                                        <div class="row insights-drop-container">
                                                <ul class="list-unstyled insight-drop col-sm-4 col-xs-12">
                                                    <li class="insight-drop-title">About</li>
                                                            <li>
                                                                <a target="" rel="" href="/en/About-Us">About Us</a>
                                                            </li>
                                                            <li>
                                                                <a target="" rel="" href="/en/News">News</a>
                                                            </li>
                                                            <li>
                                                                <a target="" rel="" href="/en/Locations">Locations</a>
                                                            </li>
                                                            <li>
                                                                <a target="" rel="" href="/en/Innovation">Innovation</a>
                                                            </li>
                                                            <li>
                                                                <a target="" rel="" href="/en/Innovation/AI-Adoption-at-Orrick">AI Adoption @Orrick</a>
                                                            </li>
                                                            <li>
                                                                <a target="" rel="" href="/en/Community/Orrick-Alumni">Alumni</a>
                                                            </li>
                                                </ul>
                                                <ul class="list-unstyled insight-drop col-sm-4 col-xs-12">
                                                    <li class="insight-drop-title">Our Culture</li>
                                                            <li>
                                                                <a target="_blank" rel="noopener noreferrer" href="https://www.veteranslegalcareerfair.com/">Veterans' Legal Career Fair</a>
                                                            </li>
                                                            <li>
                                                                <a target="" rel="" href="/en/Community/Pro-Bono">Pro Bono</a>
                                                            </li>
                                                            <li>
                                                                <a target="" rel="" href="/en/Community/Inclusion-and-Belonging">Inclusion & Belonging</a>
                                                            </li>
                                                            <li>
                                                                <a target="" rel="" href="/en/Community/Responsible-Business-at-Orrick">Responsible Business @Orrick</a>
                                                            </li>
                                                </ul>




                                        </div>
                                    </li>
                                </ul>
                            </li>
                                <li class=""><a target="_blank" href="/tech-studio">Orrick Tech Studio</a></li>

                </ul>



            </div><!-- /.navbar-collapse -->
        </div><!-- /.container-fluid -->
    </div>
</div>

<!-- /flyout nav list -->
<div class="row row-eq-height" id="vnav-container" style="display: none;">
    <div class="col-sm-3 vnav">
        <ul class="nav  vnav-list nav-stacked">
                        <li role="presentation" class="">
                            <a class="vfly" rel="" href="/en/People">People</a>
                        </li>
                        <li role="presentation" class="">
                            <a class="vfly" rel="" href="/en/Practices">Practices</a>
                        </li>
                        <li role="presentation" class="showInsight vlink">
                            <a class="vfly" rel="insight-v-block" href="#">Insights</a>


                        </li>
                        <li role="presentation" class="">
                            <a class="vfly" rel="" href="/en/Careers">Careers</a>
                        </li>
                        <li role="presentation" class="vlink">
                            <a class="vfly" rel="About-v-block" href="#">About</a>


                        </li>
                        <li role="presentation" class="">
                            <a class="vfly" rel="" href="/tech-studio">Orrick Tech Studio</a>
                        </li>
                    <li role="presentation">
                        <a class="only-mobile" href=""></a>
                    </li>
                    <li role="presentation">
                        <a class="only-mobile" href="/en/Technology">Technology &amp; Innovation</a>
                    </li>
                    <li role="presentation">
                        <a class="only-mobile" href="/en/Energy-and-Infrastructure-Sector">Energy &amp; Infrastructure</a>
                    </li>
                    <li role="presentation">
                        <a class="only-mobile" href="/en/Finance">Finance</a>
                    </li>
                    <li role="presentation">
                        <a class="only-mobile" href="/en/Life-Sciences-and-HealthTech">Life Sciences &amp; HealthTech</a>
                    </li>
        </ul>


    </div>

    <!-- /flyout -->
    <div>
            <div class="col-sm-9 hideit" id="" style="display: none;">

                <div class="row">
                    <div class="col-sm-12 mobile-nav-header">
                        <div class="twentyp">
                            <a href="https://www.orrick.com" target="_blank" rel="noopener noreferrer" title="Opens in a new browser">
                                <span class="ico-Orrick-Grayscale" aria-label="OrrickHome" aria-hidden="true"></span>
                                <span class="sr-only">Orrick.com</span>
                            </a>
                        </div>

                        <div class="sixtyp">&nbsp;</div>

                        <div class="twentyp searchicon"><span class="input-group-btn"><button class="btn opensearch" id="open-search-b0cad737-822e-4ac5-a39e-b761df1cd478" type="button"><span class="glyphicon glyphicon-search" aria-hidden="true"></span></button></span></div>
                    </div>
                </div>
                <form class="" autocomplete="off" action="/en/search" method="get">
                    <div class="input-group bigsearchbar">
                        <input style="" class="form-control" placeholder="TYPE TO SEARCH" id="siteSearch-1a7b16ee-47f9-4d62-9a0b-476446c8644c" data-id="search" name="q">
                        <span class="input-group-btn">
                            <button class="btn btn-bigsearchbar-close opensearch" type="button"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span></button>
                            <button style="" type="submit" title="Submit" class="btn btn-bigsearchbar" value="submit" aria-label="Submit">
                                <span class="glyphicon glyphicon-search" aria-hidden="true"></span>
                            </button>
                        </span>


                    </div>
                </form>
                <div class="box-padding">
                    <h3 class="closeit"><span class="glyphicon glyphicon-menu-left" id="insights-mobile-close-2a8ae2bd-fc91-46e3-8439-b9d0934e2907"></span> People</h3>
                    <br>
                    <div class="row">
                            <ul class="list-unstyled insight-drop col-sm-4 col-xs-12">
                            </ul>





                    </div>
                </div>
            </div>
            <div class="col-sm-9 hideit" id="" style="display: none;">

                <div class="row">
                    <div class="col-sm-12 mobile-nav-header">
                        <div class="twentyp">
                            <a href="https://www.orrick.com" target="_blank" rel="noopener noreferrer" title="Opens in a new browser">
                                <span class="ico-Orrick-Grayscale" aria-label="OrrickHome" aria-hidden="true"></span>
                                <span class="sr-only">Orrick.com</span>
                            </a>
                        </div>

                        <div class="sixtyp">&nbsp;</div>

                        <div class="twentyp searchicon"><span class="input-group-btn"><button class="btn opensearch" id="open-search-e384be3d-835c-413d-9779-ae57ba58f316" type="button"><span class="glyphicon glyphicon-search" aria-hidden="true"></span></button></span></div>
                    </div>
                </div>
                <form class="" autocomplete="off" action="/en/search" method="get">
                    <div class="input-group bigsearchbar">
                        <input style="" class="form-control" placeholder="TYPE TO SEARCH" id="siteSearch-1904d0f0-a9c1-40aa-b6b9-187c85019eb1" data-id="search" name="q">
                        <span class="input-group-btn">
                            <button class="btn btn-bigsearchbar-close opensearch" type="button"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span></button>
                            <button style="" type="submit" title="Submit" class="btn btn-bigsearchbar" value="submit" aria-label="Submit">
                                <span class="glyphicon glyphicon-search" aria-hidden="true"></span>
                            </button>
                        </span>


                    </div>
                </form>
                <div class="box-padding">
                    <h3 class="closeit"><span class="glyphicon glyphicon-menu-left" id="insights-mobile-close-a7d17673-8ca2-41c6-ac57-ba469460a9ff"></span> Practices</h3>
                    <br>
                    <div class="row">
                            <ul class="list-unstyled insight-drop col-sm-4 col-xs-12">
                            </ul>





                    </div>
                </div>
            </div>
            <div class="col-sm-9 hideit" id="insight-v-block" style="display: none;">

                <div class="row">
                    <div class="col-sm-12 mobile-nav-header">
                        <div class="twentyp">
                            <a href="https://www.orrick.com" target="_blank" rel="noopener noreferrer" title="Opens in a new browser">
                                <span class="ico-Orrick-Grayscale" aria-label="OrrickHome" aria-hidden="true"></span>
                                <span class="sr-only">Orrick.com</span>
                            </a>
                        </div>

                        <div class="sixtyp">&nbsp;</div>

                        <div class="twentyp searchicon"><span class="input-group-btn"><button class="btn opensearch" id="open-search-d62bb728-1c32-4101-b88d-5b4746cf8a25" type="button"><span class="glyphicon glyphicon-search" aria-hidden="true"></span></button></span></div>
                    </div>
                </div>
                <form class="" autocomplete="off" action="/en/search" method="get">
                    <div class="input-group bigsearchbar">
                        <input style="" class="form-control" placeholder="TYPE TO SEARCH" id="siteSearch-2edbb5f2-9df2-42f2-b127-e85d5d9ed7a4" data-id="search" name="q">
                        <span class="input-group-btn">
                            <button class="btn btn-bigsearchbar-close opensearch" type="button"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span></button>
                            <button style="" type="submit" title="Submit" class="btn btn-bigsearchbar" value="submit" aria-label="Submit">
                                <span class="glyphicon glyphicon-search" aria-hidden="true"></span>
                            </button>
                        </span>


                    </div>
                </form>
                <div class="box-padding">
                    <h3 class="closeit"><span class="glyphicon glyphicon-menu-left" id="insights-mobile-close-9e6cdf51-a7e7-497e-9560-9dc3652fe70d"></span> Insights</h3>
                    <br>
                    <div class="row">
                                <ul class="list-unstyled insight-drop col-sm-4 col-xs-12">
                                    <li class="insight-drop-title">Insights</li>
                                            <li>
                                                <a target="" rel="" href="/Search?f=Technology%20%26%20Innovation&amp;t=insight">Technology & Innovation</a>
                                            </li>
                                            <li>
                                                <a target="_blank" rel="noopener noreferrer" href="/en/tech-studio/insights">Orrick Tech Studio</a>
                                            </li>
                                            <li>
                                                <a target="" rel="" href="/Search?f=Energy+%26+Infrastructure&amp;t=insight">Energy & Infrastructure</a>
                                            </li>
                                            <li>
                                                <a target="" rel="" href="/Search?f=Finance&amp;t=insight">Finance</a>
                                            </li>
                                            <li>
                                                <a target="" rel="" href="/Search?f=Life%20Sciences+%26+HealthTech&amp;t=insight">Life Sciences & HealthTech</a>
                                            </li>
                                            <li>
                                                <a target="" rel="" href="/Search?f=Litigation%20%26%20IP&amp;t=insight">Litigation & IP</a>
                                            </li>
                                            <li>
                                                <a target="" rel="" href="/Search?p=Strategic+Advisory+%26+Government+Enforcement+(SAGE)&amp;t=Insight">Strategic Advisory & Government Enforcement (SAGE)</a>
                                            </li>
                                            <li>
                                                <a target="" rel="" href="/en/Insights">All Insights</a>
                                            </li>
                                </ul>
                                <ul class="list-unstyled insight-drop col-sm-4 col-xs-12">
                                    <li class="insight-drop-title">Featured</li>
                                            <li>
                                                <a target="" rel="" href="/en/Insights/Tariff-Watch">Tariff Watch</a>
                                            </li>
                                            <li>
                                                <a target="" rel="" href="/en/Insights/The-Download">The Download: Tech & Innovation Market Briefing</a>
                                            </li>
                                            <li>
                                                <a target="_blank" rel="noopener noreferrer" href="https://ai-law-center.orrick.com/">AI Law Center</a>
                                            </li>
                                            <li>
                                                <a target="_blank" rel="noopener noreferrer" href="https://onlinesafety.orrick.com/">Online Safety Law Center</a>
                                            </li>
                                            <li>
                                                <a target="" rel="" href="/en/Technology/Life-Sciences-Snapshots">Life Sciences Venture Capital Quarterly Report</a>
                                            </li>
                                </ul>
                                <ul class="list-unstyled insight-drop col-sm-4 col-xs-12">
                                    <li class="insight-drop-title">Channels</li>
                                            <li>
                                                <a target="" rel="" href="/en/Podcasts">Podcasts</a>
                                            </li>
                                            <li>
                                                <a target="" rel="" href="/en/Events">Events</a>
                                            </li>
                                </ul>





                    </div>
                </div>
            </div>
            <div class="col-sm-9 hideit" id="" style="display: none;">

                <div class="row">
                    <div class="col-sm-12 mobile-nav-header">
                        <div class="twentyp">
                            <a href="https://www.orrick.com" target="_blank" rel="noopener noreferrer" title="Opens in a new browser">
                                <span class="ico-Orrick-Grayscale" aria-label="OrrickHome" aria-hidden="true"></span>
                                <span class="sr-only">Orrick.com</span>
                            </a>
                        </div>

                        <div class="sixtyp">&nbsp;</div>

                        <div class="twentyp searchicon"><span class="input-group-btn"><button class="btn opensearch" id="open-search-4667c738-f900-4a32-96d3-0fbf5748f74a" type="button"><span class="glyphicon glyphicon-search" aria-hidden="true"></span></button></span></div>
                    </div>
                </div>
                <form class="" autocomplete="off" action="/en/search" method="get">
                    <div class="input-group bigsearchbar">
                        <input style="" class="form-control" placeholder="TYPE TO SEARCH" id="siteSearch-149da242-79fa-4e3c-8990-a0369bdf76cc" data-id="search" name="q">
                        <span class="input-group-btn">
                            <button class="btn btn-bigsearchbar-close opensearch" type="button"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span></button>
                            <button style="" type="submit" title="Submit" class="btn btn-bigsearchbar" value="submit" aria-label="Submit">
                                <span class="glyphicon glyphicon-search" aria-hidden="true"></span>
                            </button>
                        </span>


                    </div>
                </form>
                <div class="box-padding">
                    <h3 class="closeit"><span class="glyphicon glyphicon-menu-left" id="insights-mobile-close-a3c20f47-199e-4d93-a5e9-1cc5e49872f0"></span> Careers</h3>
                    <br>
                    <div class="row">
                            <ul class="list-unstyled insight-drop col-sm-4 col-xs-12">
                            </ul>





                    </div>
                </div>
            </div>
            <div class="col-sm-9 hideit" id="About-v-block" style="display: none;">

                <div class="row">
                    <div class="col-sm-12 mobile-nav-header">
                        <div class="twentyp">
                            <a href="https://www.orrick.com" target="_blank" rel="noopener noreferrer" title="Opens in a new browser">
                                <span class="ico-Orrick-Grayscale" aria-label="OrrickHome" aria-hidden="true"></span>
                                <span class="sr-only">Orrick.com</span>
                            </a>
                        </div>

                        <div class="sixtyp">&nbsp;</div>

                        <div class="twentyp searchicon"><span class="input-group-btn"><button class="btn opensearch" id="open-search-f4130ff9-8cdd-4150-83a3-afd4c0e7ceb0" type="button"><span class="glyphicon glyphicon-search" aria-hidden="true"></span></button></span></div>
                    </div>
                </div>
                <form class="" autocomplete="off" action="/en/search" method="get">
                    <div class="input-group bigsearchbar">
                        <input style="" class="form-control" placeholder="TYPE TO SEARCH" id="siteSearch-4c747393-3ac5-4298-9e06-6ae94622b573" data-id="search" name="q">
                        <span class="input-group-btn">
                            <button class="btn btn-bigsearchbar-close opensearch" type="button"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span></button>
                            <button style="" type="submit" title="Submit" class="btn btn-bigsearchbar" value="submit" aria-label="Submit">
                                <span class="glyphicon glyphicon-search" aria-hidden="true"></span>
                            </button>
                        </span>


                    </div>
                </form>
                <div class="box-padding">
                    <h3 class="closeit"><span class="glyphicon glyphicon-menu-left" id="insights-mobile-close-b3bf5a68-f913-47e5-9164-e03b385d97de"></span> About</h3>
                    <br>
                    <div class="row">
                                <ul class="list-unstyled insight-drop col-sm-4 col-xs-12">
                                    <li class="insight-drop-title">About</li>
                                            <li>
                                                <a target="" rel="" href="/en/About-Us">About Us</a>
                                            </li>
                                            <li>
                                                <a target="" rel="" href="/en/News">News</a>
                                            </li>
                                            <li>
                                                <a target="" rel="" href="/en/Locations">Locations</a>
                                            </li>
                                            <li>
                                                <a target="" rel="" href="/en/Innovation">Innovation</a>
                                            </li>
                                            <li>
                                                <a target="" rel="" href="/en/Innovation/AI-Adoption-at-Orrick">AI Adoption @Orrick</a>
                                            </li>
                                            <li>
                                                <a target="" rel="" href="/en/Community/Orrick-Alumni">Alumni</a>
                                            </li>
                                </ul>
                                <ul class="list-unstyled insight-drop col-sm-4 col-xs-12">
                                    <li class="insight-drop-title">Our Culture</li>
                                            <li>
                                                <a target="_blank" rel="noopener noreferrer" href="https://www.veteranslegalcareerfair.com/">Veterans' Legal Career Fair</a>
                                            </li>
                                            <li>
                                                <a target="" rel="" href="/en/Community/Pro-Bono">Pro Bono</a>
                                            </li>
                                            <li>
                                                <a target="" rel="" href="/en/Community/Inclusion-and-Belonging">Inclusion & Belonging</a>
                                            </li>
                                            <li>
                                                <a target="" rel="" href="/en/Community/Responsible-Business-at-Orrick">Responsible Business @Orrick</a>
                                            </li>
                                </ul>





                    </div>
                </div>
            </div>
            <div class="col-sm-9 hideit" id="" style="display: none;">

                <div class="row">
                    <div class="col-sm-12 mobile-nav-header">
                        <div class="twentyp">
                            <a href="https://www.orrick.com" target="_blank" rel="noopener noreferrer" title="Opens in a new browser">
                                <span class="ico-Orrick-Grayscale" aria-label="OrrickHome" aria-hidden="true"></span>
                                <span class="sr-only">Orrick.com</span>
                            </a>
                        </div>

                        <div class="sixtyp">&nbsp;</div>

                        <div class="twentyp searchicon"><span class="input-group-btn"><button class="btn opensearch" id="open-search-3d05d2f9-261d-4ae5-960b-22dae50f80dd" type="button"><span class="glyphicon glyphicon-search" aria-hidden="true"></span></button></span></div>
                    </div>
                </div>
                <form class="" autocomplete="off" action="/en/search" method="get">
                    <div class="input-group bigsearchbar">
                        <input style="" class="form-control" placeholder="TYPE TO SEARCH" id="siteSearch-337de480-fbed-4118-bde8-847b15f88bde" data-id="search" name="q">
                        <span class="input-group-btn">
                            <button class="btn btn-bigsearchbar-close opensearch" type="button"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span></button>
                            <button style="" type="submit" title="Submit" class="btn btn-bigsearchbar" value="submit" aria-label="Submit">
                                <span class="glyphicon glyphicon-search" aria-hidden="true"></span>
                            </button>
                        </span>


                    </div>
                </form>
                <div class="box-padding">
                    <h3 class="closeit"><span class="glyphicon glyphicon-menu-left" id="insights-mobile-close-32c54dfe-01f4-4b21-b865-b6c9b4155ae5"></span> Orrick Tech Studio</h3>
                    <br>
                    <div class="row">
                            <ul class="list-unstyled insight-drop col-sm-4 col-xs-12">
                            </ul>





                    </div>
                </div>
            </div>
            <div class="col-sm-9 hideit" id="" style="display: none;">

                <div class="row">
                    <div class="col-sm-12 mobile-nav-header">
                        <div class="twentyp">
                            <a href="https://www.orrick.com" target="_blank" rel="noopener noreferrer" title="Opens in a new browser">
                                <span class="ico-Orrick-Grayscale" aria-label="OrrickHome" aria-hidden="true"></span>
                                <span class="sr-only">Orrick.com</span>
                            </a>
                        </div>

                        <div class="sixtyp">&nbsp;</div>

                        <div class="twentyp searchicon"><span class="input-group-btn"><button class="btn opensearch" id="open-search-a434354f-7d6f-47a5-a703-597fda7f5371" type="button"><span class="glyphicon glyphicon-search" aria-hidden="true"></span></button></span></div>
                    </div>
                </div>
                <form class="" autocomplete="off" action="/en/search" method="get">
                    <div class="input-group bigsearchbar">
                        <input style="" class="form-control" placeholder="TYPE TO SEARCH" id="siteSearch-a0449c39-f0a6-4919-9fe0-c3cfa8358347" data-id="search" name="q">
                        <span class="input-group-btn">
                            <button class="btn btn-bigsearchbar-close opensearch" type="button"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span></button>
                            <button style="" type="submit" title="Submit" class="btn btn-bigsearchbar" value="submit" aria-label="Submit">
                                <span class="glyphicon glyphicon-search" aria-hidden="true"></span>
                            </button>
                        </span>


                    </div>
                </form>
                <div class="box-padding">
                    <h3 class="closeit"><span class="glyphicon glyphicon-menu-left" id="insights-mobile-close-af544505-5a82-41ee-94f0-a7d427fb3f1f"></span> </h3>
                    <br>
                    <div class="row">
                            <ul class="list-unstyled insight-drop col-sm-4 col-xs-12">
                            </ul>





                    </div>
                </div>
            </div>
            <div class="col-sm-9 hideit" id="" style="display: none;">

                <div class="row">
                    <div class="col-sm-12 mobile-nav-header">
                        <div class="twentyp">
                            <a href="https://www.orrick.com" target="_blank" rel="noopener noreferrer" title="Opens in a new browser">
                                <span class="ico-Orrick-Grayscale" aria-label="OrrickHome" aria-hidden="true"></span>
                                <span class="sr-only">Orrick.com</span>
                            </a>
                        </div>

                        <div class="sixtyp">&nbsp;</div>

                        <div class="twentyp searchicon"><span class="input-group-btn"><button class="btn opensearch" id="open-search-edb81d3f-37b7-4109-9c90-a1a9763e5e31" type="button"><span class="glyphicon glyphicon-search" aria-hidden="true"></span></button></span></div>
                    </div>
                </div>
                <form class="" autocomplete="off" action="/en/search" method="get">
                    <div class="input-group bigsearchbar">
                        <input style="" class="form-control" placeholder="TYPE TO SEARCH" id="siteSearch-eda24a23-cd9e-47d9-a7de-b37265ae4832" data-id="search" name="q">
                        <span class="input-group-btn">
                            <button class="btn btn-bigsearchbar-close opensearch" type="button"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span></button>
                            <button style="" type="submit" title="Submit" class="btn btn-bigsearchbar" value="submit" aria-label="Submit">
                                <span class="glyphicon glyphicon-search" aria-hidden="true"></span>
                            </button>
                        </span>


                    </div>
                </form>
                <div class="box-padding">
                    <h3 class="closeit"><span class="glyphicon glyphicon-menu-left" id="insights-mobile-close-92aa45e6-4918-4019-91c3-d7aa17a21f28"></span> Technology &amp; Innovation</h3>
                    <br>
                    <div class="row">
                            <ul class="list-unstyled insight-drop col-sm-4 col-xs-12">
                            </ul>





                    </div>
                </div>
            </div>
            <div class="col-sm-9 hideit" id="" style="display: none;">

                <div class="row">
                    <div class="col-sm-12 mobile-nav-header">
                        <div class="twentyp">
                            <a href="https://www.orrick.com" target="_blank" rel="noopener noreferrer" title="Opens in a new browser">
                                <span class="ico-Orrick-Grayscale" aria-label="OrrickHome" aria-hidden="true"></span>
                                <span class="sr-only">Orrick.com</span>
                            </a>
                        </div>

                        <div class="sixtyp">&nbsp;</div>

                        <div class="twentyp searchicon"><span class="input-group-btn"><button class="btn opensearch" id="open-search-66ee9161-f527-44ca-acbd-46e3ead53007" type="button"><span class="glyphicon glyphicon-search" aria-hidden="true"></span></button></span></div>
                    </div>
                </div>
                <form class="" autocomplete="off" action="/en/search" method="get">
                    <div class="input-group bigsearchbar">
                        <input style="" class="form-control" placeholder="TYPE TO SEARCH" id="siteSearch-140b4b5f-be6b-470e-a0e1-b3b16f137bc5" data-id="search" name="q">
                        <span class="input-group-btn">
                            <button class="btn btn-bigsearchbar-close opensearch" type="button"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span></button>
                            <button style="" type="submit" title="Submit" class="btn btn-bigsearchbar" value="submit" aria-label="Submit">
                                <span class="glyphicon glyphicon-search" aria-hidden="true"></span>
                            </button>
                        </span>


                    </div>
                </form>
                <div class="box-padding">
                    <h3 class="closeit"><span class="glyphicon glyphicon-menu-left" id="insights-mobile-close-32afc491-1b62-40f6-8ef9-386208be8a88"></span> Energy &amp; Infrastructure</h3>
                    <br>
                    <div class="row">
                            <ul class="list-unstyled insight-drop col-sm-4 col-xs-12">
                            </ul>





                    </div>
                </div>
            </div>
            <div class="col-sm-9 hideit" id="" style="display: none;">

                <div class="row">
                    <div class="col-sm-12 mobile-nav-header">
                        <div class="twentyp">
                            <a href="https://www.orrick.com" target="_blank" rel="noopener noreferrer" title="Opens in a new browser">
                                <span class="ico-Orrick-Grayscale" aria-label="OrrickHome" aria-hidden="true"></span>
                                <span class="sr-only">Orrick.com</span>
                            </a>
                        </div>

                        <div class="sixtyp">&nbsp;</div>

                        <div class="twentyp searchicon"><span class="input-group-btn"><button class="btn opensearch" id="open-search-b9e5dc98-368f-4983-94f6-3ae1d9281915" type="button"><span class="glyphicon glyphicon-search" aria-hidden="true"></span></button></span></div>
                    </div>
                </div>
                <form class="" autocomplete="off" action="/en/search" method="get">
                    <div class="input-group bigsearchbar">
                        <input style="" class="form-control" placeholder="TYPE TO SEARCH" id="siteSearch-e839dcd2-1864-468a-98eb-30206721d7ae" data-id="search" name="q">
                        <span class="input-group-btn">
                            <button class="btn btn-bigsearchbar-close opensearch" type="button"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span></button>
                            <button style="" type="submit" title="Submit" class="btn btn-bigsearchbar" value="submit" aria-label="Submit">
                                <span class="glyphicon glyphicon-search" aria-hidden="true"></span>
                            </button>
                        </span>


                    </div>
                </form>
                <div class="box-padding">
                    <h3 class="closeit"><span class="glyphicon glyphicon-menu-left" id="insights-mobile-close-3c5d914a-2294-45eb-8eb5-a0542a62da92"></span> Finance</h3>
                    <br>
                    <div class="row">
                            <ul class="list-unstyled insight-drop col-sm-4 col-xs-12">
                            </ul>





                    </div>
                </div>
            </div>
            <div class="col-sm-9 hideit" id="" style="display: none;">

                <div class="row">
                    <div class="col-sm-12 mobile-nav-header">
                        <div class="twentyp">
                            <a href="https://www.orrick.com" target="_blank" rel="noopener noreferrer" title="Opens in a new browser">
                                <span class="ico-Orrick-Grayscale" aria-label="OrrickHome" aria-hidden="true"></span>
                                <span class="sr-only">Orrick.com</span>
                            </a>
                        </div>

                        <div class="sixtyp">&nbsp;</div>

                        <div class="twentyp searchicon"><span class="input-group-btn"><button class="btn opensearch" id="open-search-eb08f6ab-759d-44fc-971f-fb0ad12e073e" type="button"><span class="glyphicon glyphicon-search" aria-hidden="true"></span></button></span></div>
                    </div>
                </div>
                <form class="" autocomplete="off" action="/en/search" method="get">
                    <div class="input-group bigsearchbar">
                        <input style="" class="form-control" placeholder="TYPE TO SEARCH" id="siteSearch-444410a7-64b4-4a1a-8e84-efa8b9f45b34" data-id="search" name="q">
                        <span class="input-group-btn">
                            <button class="btn btn-bigsearchbar-close opensearch" type="button"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span></button>
                            <button style="" type="submit" title="Submit" class="btn btn-bigsearchbar" value="submit" aria-label="Submit">
                                <span class="glyphicon glyphicon-search" aria-hidden="true"></span>
                            </button>
                        </span>


                    </div>
                </form>
                <div class="box-padding">
                    <h3 class="closeit"><span class="glyphicon glyphicon-menu-left" id="insights-mobile-close-9751dd14-7867-4897-9537-80f0a540acc9"></span> Life Sciences &amp; HealthTech</h3>
                    <br>
                    <div class="row">
                            <ul class="list-unstyled insight-drop col-sm-4 col-xs-12">
                            </ul>





                    </div>
                </div>
            </div>
    </div>

</div>

<script>
    $('.expedition-info-link').on('click', function () {
        $('span', this).toggleClass('glyphicon-chevron-right glyphicon-menu-down');
    });</script>

    </nav>
    <div class="container">
        <div class="row">
            
        </div>
    </div>
    <nav class="navbar navbar-default flatnav">
        <!-- Sector Nav -->
        <div class="sector-nav">
                <div class="navbar-header sector-brand">
                <a class="navbar-brand" href="/">
                    <img src="https://media.orrick.com/Media%20Library/public/svg%20files/orrick-logo-rgb.svg" alt="Orrick logo"/>
                </a>

    </div>



<div class="pull-left" id="flatnavcontainer">
        <ul class="nav navbar-nav flatbarlinks">
                <li class="dropdown">
                    <a href="/en/Technology">Technology &amp; Innovation</a>
                </li>
                <li class="dropdown">
                    <a href="/en/Energy-and-Infrastructure-Sector">Energy &amp; Infrastructure</a>
                </li>
                <li class="dropdown">
                    <a href="/en/Finance">Finance</a>
                </li>
                <li class="dropdown">
                    <a href="/en/Life-Sciences-and-HealthTech">Life Sciences &amp; HealthTech</a>
                </li>
        </ul>




</div><!-- /.navbar-collapse -->

<form class="navbar-form pull-right form-inline" autocomplete="off" action="/en/search" method="get">
    <div class="row form-group flatbarlinks-form">
        <div class="sector-input col-sm-6 pull-right">
            <label class="sr-only" for="siteSearch">Search entire site</label>
            <div class="input-group fixwidth">

                <input class="form-control tint-1 tweak" placeholder="Search for..." id="siteSearch-58e0bc49-adc2-412d-8dd7-f54b098b867a" data-id="search" name="q">
                <span class="input-group-btn">
                    <span class="sr-only">Submit</span>
                    <button  type="submit" title="Submit" class="btn btn-search tint-1" value="submit" aria-label="Submit"><span class="ico-digital-magnifying-glass"></span></button>
                </span>

            </div>

        </div>

        
        <!-- new placeholder for language selector.-->
    </div>
</form>
        </div><!-- /.container-fluid -->
    </nav>

    <div>
        <div class="row">
            <div class="row msearch">
    <div class="col-xs- col-sm-6">
        <div class="form-group tmobile">
            <form autocomplete="off" action="/Search" method="get">
                <label class="sr-only" for="mobileTopSearch">Search entire site</label>
                <div class="input-group">
                    <input class="form-control" name="q" placeholder="Search for..." aria-label="search entire site" id="mobileTopSearch">
                    <span class="input-group-btn">
                        <button type="submit" title="Submit" class="btn btn-search" aria-label="Submit"><span class="ico-digital-magnifying-glass" aria-hidden="true" aria-label="Submit"></span></button>
                    </span>
                </div>
            </form>
        </div>
    </div>
</div>
        </div>
    </div>
</header>


<div class="container">
    <div class="row">
        <div class="col-md-4 pull-right toplanguage">
            
        </div>
    </div>
</div>
<div class="container-fluid toplang"></div>


<div class="breadcrumb-container">
    <div class="container">
                <ol class="breadcrumb">
                            <li><a href="/">Home</a></li>
                            <li><a href="/en/Practices">Practices</a></li>
                <li class="active">Financial &amp; Fintech Advisory</li>
                </ol>
                    <div style="padding-right:150px" class="content-icons">
                        <ul style="margin-top:5px" class="article-tools">
            <li class="dropdown">
            <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-label="Share Page" title="Share Page"><span class="ico-digital-share"></span></a>
            <ul class="dropdown-menu">
                <ul class="social-media">
                    <li>
                        <a href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fwww.orrick.com%2fen%2fPractices%2fFinancial-and-Fintech-Advisory" class="page-share" data-popup="500,450"><span class="ico-digital-facebook" aria-hidden="true" aria-label="facebook"></span><span class="sr-only">Facebook</span></a>
                    </li>
                    <li>
                        <a href="https://twitter.com/intent/tweet?text=Financial &amp; Fintech Advisory&url=https%3a%2f%2fwww.orrick.com%2fen%2fPractices%2fFinancial-and-Fintech-Advisory" class="page-share" data-popup="500,450"><span class="ico-digital-twitter" aria-hidden="true" aria-label="twitter"></span><span class="sr-only">Twitter</span></a>
                    </li>
                    <li>
                        <a href="https://www.linkedin.com/shareArticle?mini=true&url=https%3a%2f%2fwww.orrick.com%2fen%2fPractices%2fFinancial-and-Fintech-Advisory&title=Financial &amp; Fintech Advisory&summary=Learn+how+we+help+financial+institutions%2c+leading+fintechs%2c+B2Cs%2c+and+B2Bs+navigate+the+tension+between+innovation+and+regulation.&source=https%3a%2f%2fwww.orrick.com%2fen%2fPractices%2fFinancial-and-Fintech-Advisory" class="page-share" data-popup="500,450"><span class="ico-digital-linkedin" aria-hidden="true" aria-label="linked in"></span><span class="sr-only">Linkedin</span></a>
                    </li>
                </ul>
            </ul>
        </li>
                <li><a href="#" data-print="printPage" title="Print Page" aria-label="Print Page"><span class="ico-digital-print"></span></a></li>
</ul>

                    </div>

    </div>
</div>


<div class="container">
    <div class="row">
        <div class="col-sm-8 col-sm-push-4 two-col-space">
            <section class="section-major">
                <div class="row">
                    <div class="col-sm-12">
                        
<div class="block">
        <h1>Financial & Fintech Advisory</h1>
    <div class="sub-headings">

        <strong></strong>
    </div>



</div>

<div class="block">
        <h2 class="intro">The tension between innovation and regulation in financial services has never been higher. As the industry transforms, Orrick’s Financial & Fintech Advisory team combines a holistic understanding of business needs with a grasp of the emergent regulatory landscape to help our clients meet this moment of unprecedented change.</h2>

    <div class="editor-wrapper">
        <h3><strong>Uncommon Regulatory Insight</strong></h3>
<p>Fintechs and established financial services companies are harnessing new technologies to introduce innovative products, services, and delivery methods to consumers. At the same time, "traditional&rdquo; tech giants are increasingly providing their end-users with access to the latest financial products and innovations. All of this in the shadow of federal and state regulators expanding the boundaries of their authority and jurisdiction in every corner of the financial services marketplace.</p>
<p>Our Financial &amp; Fintech Advisory team of more than 80&nbsp;lawyers is widely recognized for our depth and experience in helping businesses navigate these choppy waters. In addition to being named a 2022 &lsquo;Fintech Practice of the Year&rsquo; by <em>Law360</em>, our team has been recognized as a leading firm by <em>Chambers USA</em> for every Consumer Finance category, Privacy &amp; Data Security and ABS, CMBS and PACE securitizations.</p>
<p>Many of our lawyers provide this advice by leveraging deep company-side experience informed by significant government experience, including in senior appointed positions, giving us firsthand knowledge of the inner workings of the government&rsquo;s most important regulatory bodies, such as:</p>
<ul>
    <li>Consumer Financial Protection Bureau</li>
    <li>Department of Justice</li>
    <li>Office of the Comptroller of the Currency</li>
    <li>Federal Deposit Insurance Corporation</li>
    <li>Commodity Futures Trading Commission</li>
    <li>Federal Reserve Board</li>
    <li>Federal Trade Commission</li>
    <li>U.S. Senate and House committees </li>
    <li>Numerous state regulatory agencies</li>
</ul>
<h3><strong>Clients Across the Financial Services Industry</strong></h3>
<p>We represent most large consumer banks in the country, more than 700 fintech participants and leading companies in every consumer lending vertical. Our clients also include regional and community banks, along with venture capital, private credit and private equity investors.</p>
<p>In addition to our substantive knowledge of government, enforcement and regulatory trends, clients turn to us for our familiarity with the regulatory culture and its increasingly rigorous expectations. We build multidisciplinary teams to advise clients as they progress through the financial services lifecycle, taking the time to understand their business models and goals, and working with them to anticipate potential obstacles and find creative ways to solve them.</p>
<p>Our expertise spans the entire financial services industry including mortgage lending, consumer lending, commercial lending, money transmission, payments, broker-dealer, auto lending, student lending, credit card, supply chain finance, PACE financing, leasing and beyond.</p>
<p>The breadth of our practice is matched only by our depth. Our team can seamlessly navigate the panoply of relevant federal laws relevant to the financial services industry, such as TILA, RESPA, ECOA FCRA, GLBA, UDAAP, BSA/AML, SAFE Act., E-SIGN, TCPA, and more. As a leading provider of legal services to the mortgage industry, our comprehensive approach is&nbsp;based on decades of experience providing regulatory compliance advice for all aspects of origination and servicing, navigating fair and responsible lending and servicing, assisting nonbank clients analyze state licensing requirements, performing preemption analyses for bank clients, and defending mortgage lenders and servicers in every stage of government investigation and enforcement as well as federal and state court proceedings.</p>
<p>That same expertise extends to all types of clients&mdash;from global financial institutions to start-ups&mdash;and to the full spectrum of financial services products, including marketplace lenders, money transmitters, payment processors, debt collectors, debt buyers, retail installment sellers, and the private equity and venture capital firms that own or invest in these companies.</p>
<h3><strong>Innovative Solutions for an Evolving Marketplace</strong></h3>
<p>Market participants and regulators are re-imagining the fundamental components of the traditional financial system, from loans and deposits to customer experience and the role of currency.</p>
<p>Innovation is part of who we are, too. Our approach goes beyond best-in-class legal advice to proprietary technology solutions and alternative delivery arrangements that empower our clients&rsquo; in-house teams to see around corners and efficiently meet licensing and compliance requirements.</p>
<p>This includes&nbsp;<a rel="noopener noreferrer" href="https://www.winnow.law/" target="_blank"><strong>Winnow</strong></a>, our <em>Financial Times</em> award-winning GenAI-enabled platform that helps fintechs, banks and other financial services companies track regulatory changes impacting their businesses. It offers a comprehensive, interactive, and searchable database of more than 80,000 state and federal requirements through which users can generate legal inventories tailored by business type, license and product (mortgage, auto, credit card, consumer, commercial loans and deposits, among others). It also includes laws related to the servicing of these products, and topics like marketing and advertising, debt collection, telemarketing, notary requirements, electronic signatures and documents, powers of attorney and privacy and data security.</p>


    </div>



</div>








<div class="block">
    <div class="container-inner">
            <h2>
                Insights
            </h2>

        <div class="row fixed cblock" data-matchheights="> div > article">
                <div class="col-xs-6">
            <div class="col-sm-12" style="padding-left:0px;">
<article class="fixed footer">
    <div class="article-wrapper">
            <div class="row">
                <div class="col-sm-12">
                        <h3><a class="cta" href="https://www.orrick.com/en/Podcasts/RegFi/Episode-97-Beyond-APR-How-AI-Is-Changing-Mortgage-Shopping" target="_self">RegFi Episode 97: Beyond APR: How AI Is Changing Mortgage Shopping</a></h3>

                    <p>
                            <span class="glyphicon glyphicon-time"></span> 43 minute listen | April.30.2026
                    </p>
                    <p>
                        <img src="https://media.orrick.com/Media%20Library/public/images/podcasts/regfi/regfi_ep97_benjamin_schieken_og.jpg" alt="Orrick RegFi Episode 97: Beyond APR: How AI Is Changing Mortgage Shopping" class="img-responsive" />
                    </p>
                </div>
            </div>
    </div>

</article>                </div>
                </div>
                <div class="col-xs-6">
            <div class="col-sm-12" style="padding-left:0px;">
<article class="fixed footer">
    <div class="article-wrapper">
            <div class="row">
                <div class="col-sm-12">
                        <h3><a class="cta" href="/en/Insights/2026/04/FinCEN-and-OFAC-Propose-Rule-for-Payment-Stablecoin-Issuers-to-Implement-GENIUS-Act" target="_self">FinCEN and OFAC Propose Rule for Payment Stablecoin Issuers to Implement GENIUS Act</a></h3>

                    <p>
                            <span class="glyphicon glyphicon-time"></span> 9 minute read | April.30.2026
                    </p>
                    <p>
                        <img src="https://media.orrick.com/Media%20Library/public/images/finance/banking_og_library-06.jpg" alt="banking" class="img-responsive" />
                    </p>
                </div>
            </div>
    </div>

</article>                </div>
                </div>

        </div>
       
            <ul class="btn-holder">
                <li><a class="btn btn-rightarrow btn-icon" href="/Search?t=insight&amp;id={12B690CC-B9C6-43AB-A497-89107626360E}">Show More<span class="ico-digital-goto"></span></a></li>
            </ul>
        
    </div>
</div>


<div class="block">
    <div class="container-inner">
            <h2>
                Events
            </h2>

        <div class="row fixed cblock" data-matchheights="> div > article">
                <div class="col-xs-6">
            <div class="col-sm-12" style="padding-left:0px;">
<article class="fixed footer">
    <div class="article-wrapper">
        <h3><a class="cta" href="/en/Events/2026/05/BNPL-and-EWA-Navigating-Product-Innovation-and-the-Regulatory-Response">ConFi Today 2026: BNPL and EWA – Navigating Product Innovation and the Regulatory Response</a></h3>

            <p>May.13.2026</p>
    </div>
    
</article>                </div>
                </div>
                <div class="col-xs-6">
            <div class="col-sm-12" style="padding-left:0px;">
<article class="fixed footer">
    <div class="article-wrapper">
        <h3><a class="cta" href="/en/Events/2026/04/Adjusting-to-the-New-Normal-in-Fair-Lending">ConFi Today 2026: Adjusting to the New Normal in Fair Lending</a></h3>

            <p>April.08.2026</p>
    </div>
    
</article>                </div>
                </div>

        </div>
       
            <ul class="btn-holder">
                <li><a class="btn btn-rightarrow btn-icon" href="/Events?t=event&amp;id={12B690CC-B9C6-43AB-A497-89107626360E}">Show More<span class="ico-digital-goto"></span></a></li>
            </ul>
        
    </div>
</div>







                    </div>
                </div>
            </section>
        </div>
        <div class="col-sm-4 col-sm-pull-8">
            <aside class="aside">
                


    <div class="block">
            <h2>Related Areas</h2>
    <ul class="list">
                <li><h3><a href="/en/Practices/Strategic-Advisory-and-Government-Enforcement">Strategic Advisory & Government Enforcement (SAGE)</a></h3></li>
                <li><h3><a href="/en/Practices/Fintech">Fintech</a></h3></li>
                <li><h3><a href="/en/Practices/Consumer-Finance-Regulatory">Consumer Finance Regulatory</a></h3></li>
                <li><h3><a href="/en/Practices/Financial-Services-Investigations-and-Enforcement">Financial Services Investigations & Enforcement</a></h3></li>
                <li><h3><a href="/en/Practices/Technology-Companies-Group">Technology Companies Group</a></h3></li>
                <li><h3><a href="/en/Practices/White-Collar-Investigations-Securities-Litigation-and-Compliance">Securities Litigation</a></h3></li>
                <li><h3><a href="/en/Practices/Structured-Finance">Structured Finance</a></h3></li>
                <li><h3><a href="/en/Practices/Banking-and-Finance">Banking & Finance</a></h3></li>
                <li><h3><a href="/en/Practices/Fair-Lending-and-Fair-Servicing">Fair Lending & Fair Servicing</a></h3></li>
                <li><h3><a href="/en/Practices/Mortgages">Mortgages</a></h3></li>
                <li><h3><a href="/en/Practices/Payments">Payments</a></h3></li>
    </ul>
    </div>


<div class="block">
            <ul class="panel-group" id="item-details-12b690ccb9c643aba49789107626360e-1">
                <li class="panel">
                    <div class="panel-heading">
                        <h3 class="panel-title">
                            <a data-toggle="collapse" data-parent="#item-details-12b690ccb9c643aba49789107626360e-1" href="#item-12b690ccb9c643aba49789107626360e-1" class="collapsed" aria-expanded="false">Contacts</a>
                        </h3>
                    </div>
                    <div id="item-12b690ccb9c643aba49789107626360e-1" class="panel-collapse collapse" aria-expanded="false" style="height: 0px;">
                        <div class="panel-body panel-body-transparent">
<article class="bio">

    
        <div class="article-wrapper">
            <h3>
                    <a href="/en/People/1/8/B/Katy-Ryan" rel="noopener noreferrer" target="_parent">
                        <strong>Kathryn  Ryan</strong>
                    </a>
            </h3>

            <p>
                                            </p>

            <ul>
                    <li><strong>D</strong>+1 202 349 8008</li>
                                                    <li><strong>E</strong><a href="/cdn-cgi/l/email-protection#7b1009021a153b14090912181055181416"><span class="__cf_email__" data-cfemail="751e070c141b351a07071c161e5b161a18">[email&#160;protected]</span></a></li>
            </ul>
        </div>
    
<div class="article-footer footer-grey">
        <a class="cta" href="/en/People/1/8/B/Katy-Ryan" rel="noopener noreferrer" target="_parent">See my bio<span class="ico-digital-enter"></span></a>
</div>

</article>
<article class="bio">

    
        <div class="article-wrapper">
            <h3>
                    <a href="/en/People/5/5/6/Sasha-Leonhardt" rel="noopener noreferrer" target="_parent">
                        <strong>Sasha  Leonhardt</strong>
                    </a>
            </h3>

            <p>
                                            </p>

            <ul>
                    <li><strong>D</strong>+1 202 349 7971</li>
                                                    <li><strong>E</strong><a href="/cdn-cgi/l/email-protection#f98a959c969791988b9d8db9968b8b909a92d79a9694"><span class="__cf_email__" data-cfemail="e2918e878d8c8a83908696a28d90908b8189cc818d8f">[email&#160;protected]</span></a></li>
            </ul>
        </div>
    
<div class="article-footer footer-grey">
        <a class="cta" href="/en/People/5/5/6/Sasha-Leonhardt" rel="noopener noreferrer" target="_parent">See my bio<span class="ico-digital-enter"></span></a>
</div>

</article>
                        </div>
                    </div>
                </li>
            </ul>
</div>



<div class="block block-minor">
        <ul class="btn-holder">
            <li><a class="btn btn-full btn-neutral btn-icon" href="/en/People?t=personnel&amp;p=Financial+%26+Fintech+Advisory">See the full team<span class="ico-digital-goto"></span></a></li>
        </ul>
</div>




        <div class="block">




<article class="versatile    white">
    <div class="article-wrapper" style="padding: 0px; height: inherit;">

                    <a href="/en/Insights/CFPB-Pause-Where-From-Here" target="" style="height: inherit">
                        <img src="https://media.orrick.com/Media%20Library/public/images/insights/2025/cfpb-og-740x360.jpg" alt="CFPB Pause: Where From Here?" style="margin-bottom: 0" />
                    </a>
            </div>
    </article>


<article class="versatile    white">
    <div class="article-wrapper" style="padding: 0px; height: inherit;">

                    <a href="https://infobytes.orrick.com/" target="_blank" style="height: inherit">
                        <img src="https://media.orrick.com/Media%20Library/public/images/sage/infobytes-og-740x360.jpg" alt="InfoBytes" style="margin-bottom: 0" />
                    </a>
            </div>
    </article>


<article class="versatile    white">
    <div class="article-wrapper" style="padding: 0px; height: inherit;">

                    <a href="https://www.winnow.law/" target="_blank" style="height: inherit">
                        <img src="https://media.orrick.com/Media%20Library/public/images/practices/winnow_tile_740x360.jpg" alt="Winnow | Compliance you can count on." style="margin-bottom: 0" />
                    </a>
            </div>
    </article>


<article class="versatile    white">
    <div class="article-wrapper" style="padding: 0px; height: inherit;">

                    <a href="/en/Solutions/Financial-Services-Regulatory-Risk-Spotter" target="" style="height: inherit">
                        <img src="https://media.orrick.com/Media%20Library/public/images/solutions/sn31619-ffrrs-og-tile.png" alt="Financial Services Regulatory Risk Spotter | Orrick" style="margin-bottom: 0" />
                    </a>
            </div>
    </article>        </div>

            </aside>
        </div>
    </div>
</div>



<footer class="tint-2">
    <div class="footer-top">
        <div class="container">
            <div class="row">
                <div class="col-xs- col-sm-8">
                    <ul class="social-media">
        <li>
            <a href="https://www.linkedin.com/company/orrick" target="_blank" rel="noopener noreferrer" title="Opens in a new browser">
                <span class="ico-digital-linkedin" aria-label="Linkedin" aria-hidden="true"></span>
                <span class="sr-only">Linkedin</span>
            </a>
        </li>
        <li>
            <a href="https://www.youtube.com/@orricklawfirm" target="_blank" rel="noopener noreferrer" title="Opens in a new browser">
                <span class="ico-digital-youtube" aria-label="YouTube" aria-hidden="true"></span>
                <span class="sr-only">YouTube</span>
            </a>
        </li>
        <li>
            <a href="https://twitter.com/Orrick" target="_blank" rel="noopener noreferrer" title="Opens in a new browser">
                <span class="ico-digital-twitter" aria-label="Twitter" aria-hidden="true"></span>
                <span class="sr-only">Twitter</span>
            </a>
        </li>
        <li>
            <a href="https://www.facebook.com/Orrick" target="_blank" rel="noopener noreferrer" title="Opens in a new browser">
                <span class="ico-digital-facebook" aria-label="Facebook" aria-hidden="true"></span>
                <span class="sr-only">Facebook</span>
            </a>
        </li>
        <li>
            <a href="https://www.instagram.com/orrickcareers/" target="_blank" rel="noopener noreferrer" title="Opens in a new browser">
                <span class="ico-digital-instagram" aria-label="Instagram" aria-hidden="true"></span>
                <span class="sr-only">Instagram</span>
            </a>
        </li>
</ul>

                </div>
                <div class="language-selector-mobile">
                    
                </div>
                <div class="col-xs- col-sm-4">
                    


<div class="form-group footertopsearch">
    <form autocomplete="off" action="/Search" method="get">
        <label class="sr-only" for="footerTopSearch">Search entire site</label>
        <div class="input-group">
            <input class="form-control" name="q" placeholder="Search entire site" aria-label="Search entire site" id="footerTopSearch">
            <span class="input-group-btn">
                <button type="submit" title="Submit" class="btn btn-search" aria-label="Keyword"><span class="ico-digital-magnifying-glass" aria-hidden="true" aria-label="search button"></span></button>
            </span>
        </div>
    </form>
</div>
                </div>
            </div>
        </div>
    </div>
   
    <div class="footer-bottom">
        <div class="container">
            <ul>
        <li><a href="/en/Legal-Notices">Legal Notices</a></li>
        <li><a href="/en/Privacy-Notice">Privacy Notice</a></li>
        <li><a href="/en/Cookie-Notice">Cookie Notice</a></li>
        <li><a href="/en/Attorney-Advertising">Attorney Advertising</a></li>
        <li><a href="/en/Secure-Login">Secure Login</a></li>
</ul>

<div style="padding-bottom: 94px;">
<p style="padding-left: 8px;">&copy; 2026 Orrick, Herrington &amp; Sutcliffe LLP. All rights reserved.</p>
<ul>
    <li><a href="/Locations/Austin">Austin</a></li>
    <li><a href="/Locations/China">Beijing</a></li>
    <li><a href="/Locations/Boston">Boston</a></li>
    <li><a href="/Locations/Belgium">Brussels</a></li>
    <li><a href="/Locations/Charlotte">Charlotte</a></li>
    <li><a href="/Locations/Chicago">Chicago</a></li>
    <li><a href="/Locations/Germany"> D&uuml;sseldorf</a></li>
    <li><a href="/Locations/Houston">Houston</a></li>
    <li><a href="/Locations/United-Kingdom">London</a></li>
    <li><a href="/Locations/Los-Angeles">Los Angeles</a></li>
    <li><a href="/Locations/Miami">Miami</a> &nbsp;</li>
    <li><a href="/Locations/Italy">Milan</a></li>
    <li><a href="/Locations/Germany">Munich</a></li>
    <li><a href="/Locations/New-York">New York</a></li>
    <li><a href="/Locations/Orange-County">Orange County</a></li>
    <li><a href="/Locations/France">Paris</a></li>
    <li><a href="/Locations/Portland">Portland</a></li>
    <li><a href="/Locations/Italy">Rome</a></li>
    <li><a href="/Locations/Sacramento">Sacramento</a></li>
    <li><a href="/Locations/Bay-Area-San-Francisco-and-Silicon-Valley">San Francisco</a></li>
    <li><a href="/Locations/Santa-Monica">Santa Monica</a></li>
    <li><a href="/Locations/Seattle">Seattle</a></li>
    <li><a href="/Locations/Bay-Area-San-Francisco-and-Silicon-Valley">Silicon Valley</a></li>
    <li><a href="/Locations/Singapore">Singapore</a></li>
    <li><a href="/Locations/Japan">Tokyo</a></li>
    <li><a href="/Locations/Washington-DC"> Washington, D.C.</a></li>
    <li><a href="/Locations/Wheeling"> Wheeling, W.V. (GOIC)</a></li>
</ul>
</div>

        </div>
    </div>
</footer><div class="modal fade disclaimer" id="emailDisclaimer" tabindex="-1" role="dialog" aria-labelledby="emailDisclaimerLabel" aria-hidden="true">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="modal-body">
                    <h4 class="modal-title" id="emailDisclaimerLabel"><span style="color: #333447;">Please read before sending e-mail.</span></h4>

                <div class="editor-wrapper"><p><span style="color: #333447;">Please do not include any confidential, secret or otherwise sensitive information concerning any potential or actual legal matter in this e-mail message. Unsolicited e-mails do not create an attorney-client relationship and confidential or secret information included in such e-mails cannot be protected from disclosure. Orrick does not have a duty or a legal obligation to keep confidential any information that you provide to us. Also, please note that our attorneys do not seek to practice law in any jurisdiction in which they are not properly authorized to do so.</span></p>
<p><span style="color: #333447;">By clicking "OK" below, you understand and agree that Orrick will have no duty to keep confidential any information you provide.</span></p></div>
                <ul class="btn-holder btn-static text-center">
                    <li><a class="btn btn-rightarrow btn-icon accept" href="#">OK<span class="ico-digital-goto"></span></a></li>
                    <li><a class="btn btn-rightarrow btn-icon" href="#">Cancel<span class="ico-digital-goto"></span></a></li>
                </ul>
            </div>
        </div>
    </div>
</div>
    </div>
    

    <!-- Google Tag Manager (noscript) -->
    <noscript>
        <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W9KKXHZ"
                height="0" width="0" style="display:none;visibility:hidden"></iframe>
    </noscript>
    <!-- End Google Tag Manager (noscript) -->

<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="text/javascript">
    /*<![CDATA[*/
    (function () {
        var sz = document.createElement('script'); sz.type = 'text/javascript'; sz.async = true;
        sz.src = '//siteimproveanalytics.com/js/siteanalyze_6975.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(sz, s);
    })();
    /*]]>*/
</script>
<script type="text/javascript">_linkedin_data_partner_id = "212137";</script>
<script type="text/javascript">(function () { var s = document.getElementsByTagName("script")[0]; var b = document.createElement("script"); b.type = "text/javascript"; b.async = true; b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js"; s.parentNode.insertBefore(b, s); })();</script>
<noscript> <img height="1" width="1" style="display:none;" alt="" src="https://dc.ads.linkedin.com/collect/?pid=212137&fmt=gif" /> </noscript>

    
</body>
</html>