{"id":6,"date":"2026-03-05T21:29:46","date_gmt":"2026-03-05T21:29:46","guid":{"rendered":"http:\/\/paultyler.online\/?page_id=6"},"modified":"2026-03-05T21:56:40","modified_gmt":"2026-03-05T21:56:40","slug":"paul-tyler","status":"publish","type":"page","link":"https:\/\/paultyler.online\/","title":{"rendered":"Paul Tyler"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"6\" class=\"elementor elementor-6\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2d02745 e-flex e-con-boxed e-con e-parent\" data-id=\"2d02745\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4c00d37 elementor-widget elementor-widget-html\" data-id=\"4c00d37\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Paul Tyler | Board Advisor & Risk Management Executive<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Montserrat:wght@300;400;500;600&display=swap\" rel=\"stylesheet\">\n<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --navy: #0a1628;\n    --navy-mid: #112240;\n    --gold: #c9a96e;\n    --gold-light: #e8c98a;\n    --cream: #f5f0e8;\n    --text: #2c2c2c;\n    --muted: #6b7280;\n    --border: rgba(201,169,110,0.25);\n  }\n\n  html { scroll-behavior: smooth; }\n\n  body {\n    font-family: 'Montserrat', sans-serif;\n    background: var(--cream);\n    color: var(--text);\n    overflow-x: hidden;\n  }\n\n  \/* HERO *\/\n  .hero {\n    background: var(--navy);\n    min-height: 100vh;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    position: relative;\n    overflow: hidden;\n    padding: 80px 40px;\n  }\n\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: -200px; right: -200px;\n    width: 600px; height: 600px;\n    border-radius: 50%;\n    border: 1px solid rgba(201,169,110,0.08);\n    animation: pulse 8s ease-in-out infinite;\n  }\n\n  .hero::after {\n    content: '';\n    position: absolute;\n    bottom: -150px; left: -150px;\n    width: 400px; height: 400px;\n    border-radius: 50%;\n    border: 1px solid rgba(201,169,110,0.05);\n    animation: pulse 10s ease-in-out infinite reverse;\n  }\n\n  @keyframes pulse {\n    0%, 100% { transform: scale(1); opacity: 0.5; }\n    50% { transform: scale(1.05); opacity: 1; }\n  }\n\n  .hero-inner {\n    max-width: 960px;\n    margin: 0 auto;\n    position: relative;\n    z-index: 2;\n  }\n\n  .hero-eyebrow {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 28px;\n    opacity: 0;\n    animation: fadeUp 0.8s ease forwards 0.2s;\n  }\n\n  .hero h1 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(56px, 8vw, 96px);\n    font-weight: 300;\n    color: #fff;\n    line-height: 1;\n    letter-spacing: -1px;\n    margin-bottom: 8px;\n    opacity: 0;\n    animation: fadeUp 0.8s ease forwards 0.4s;\n  }\n\n  .hero h1 em {\n    font-style: italic;\n    color: var(--gold);\n  }\n\n  .hero-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(20px, 3vw, 28px);\n    font-weight: 300;\n    color: rgba(255,255,255,0.55);\n    letter-spacing: 1px;\n    margin-bottom: 48px;\n    opacity: 0;\n    animation: fadeUp 0.8s ease forwards 0.6s;\n  }\n\n  .hero-divider {\n    width: 60px;\n    height: 1px;\n    background: var(--gold);\n    margin-bottom: 40px;\n    opacity: 0;\n    animation: fadeUp 0.8s ease forwards 0.7s;\n  }\n\n  .hero-objective {\n    font-size: 15px;\n    font-weight: 300;\n    line-height: 1.9;\n    color: rgba(255,255,255,0.7);\n    max-width: 680px;\n    margin-bottom: 56px;\n    opacity: 0;\n    animation: fadeUp 0.8s ease forwards 0.8s;\n  }\n\n  .hero-meta {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 32px;\n    opacity: 0;\n    animation: fadeUp 0.8s ease forwards 1s;\n  }\n\n  .hero-meta-item {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    font-size: 12px;\n    font-weight: 500;\n    letter-spacing: 1px;\n    color: rgba(255,255,255,0.5);\n    text-transform: uppercase;\n  }\n\n  .hero-meta-item span.dot {\n    width: 6px; height: 6px;\n    border-radius: 50%;\n    background: var(--gold);\n    flex-shrink: 0;\n  }\n\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(20px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* NAV DOTS *\/\n  .section-nav {\n    position: fixed;\n    right: 28px;\n    top: 50%;\n    transform: translateY(-50%);\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n    z-index: 100;\n  }\n\n  .nav-dot {\n    width: 8px; height: 8px;\n    border-radius: 50%;\n    border: 1px solid var(--gold);\n    background: transparent;\n    cursor: pointer;\n    transition: background 0.3s;\n    text-decoration: none;\n  }\n\n  .nav-dot:hover, .nav-dot.active { background: var(--gold); }\n\n  \/* SECTIONS *\/\n  section {\n    padding: 100px 40px;\n  }\n\n  .section-inner {\n    max-width: 960px;\n    margin: 0 auto;\n  }\n\n  .section-label {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 16px;\n  }\n\n  .section-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(36px, 5vw, 56px);\n    font-weight: 300;\n    line-height: 1.1;\n    color: var(--navy);\n    margin-bottom: 48px;\n  }\n\n  \/* SUMMARY *\/\n  .summary-section { background: var(--cream); }\n\n  .summary-text {\n    font-size: 17px;\n    font-weight: 300;\n    line-height: 2;\n    color: #3d3d3d;\n    max-width: 780px;\n    border-left: 2px solid var(--gold);\n    padding-left: 32px;\n  }\n\n  .summary-stats {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n    gap: 2px;\n    margin-top: 64px;\n    background: var(--border);\n  }\n\n  .stat-box {\n    background: white;\n    padding: 40px 32px;\n    text-align: center;\n  }\n\n  .stat-number {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 52px;\n    font-weight: 300;\n    color: var(--navy);\n    line-height: 1;\n    margin-bottom: 8px;\n  }\n\n  .stat-label {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--muted);\n  }\n\n  \/* EXPERIENCE *\/\n  .experience-section { background: white; }\n\n  .timeline {\n    position: relative;\n    padding-left: 32px;\n  }\n\n  .timeline::before {\n    content: '';\n    position: absolute;\n    left: 0; top: 8px; bottom: 0;\n    width: 1px;\n    background: linear-gradient(to bottom, var(--gold), transparent);\n  }\n\n  .timeline-item {\n    position: relative;\n    margin-bottom: 64px;\n    opacity: 0;\n    transform: translateX(-20px);\n    transition: opacity 0.6s ease, transform 0.6s ease;\n  }\n\n  .timeline-item.visible {\n    opacity: 1;\n    transform: translateX(0);\n  }\n\n  .timeline-item::before {\n    content: '';\n    position: absolute;\n    left: -36px; top: 8px;\n    width: 9px; height: 9px;\n    border-radius: 50%;\n    background: var(--gold);\n    border: 2px solid white;\n    box-shadow: 0 0 0 2px var(--gold);\n  }\n\n  .timeline-period {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 8px;\n  }\n\n  .timeline-company {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 26px;\n    font-weight: 400;\n    color: var(--navy);\n    margin-bottom: 4px;\n  }\n\n  .timeline-role {\n    font-size: 13px;\n    font-weight: 500;\n    color: var(--muted);\n    letter-spacing: 1px;\n    margin-bottom: 20px;\n  }\n\n  .timeline-bullets {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n  }\n\n  .timeline-bullets li {\n    font-size: 14px;\n    font-weight: 300;\n    line-height: 1.7;\n    color: #444;\n    padding-left: 20px;\n    position: relative;\n  }\n\n  .timeline-bullets li::before {\n    content: '\u2014';\n    position: absolute;\n    left: 0;\n    color: var(--gold);\n    font-size: 12px;\n  }\n\n  \/* EXPERTISE *\/\n  .expertise-section { background: var(--navy); }\n\n  .expertise-section .section-title { color: white; }\n\n  .expertise-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 1px;\n    background: rgba(201,169,110,0.15);\n  }\n\n  .expertise-card {\n    background: var(--navy-mid);\n    padding: 40px 36px;\n    transition: background 0.3s;\n  }\n\n  .expertise-card:hover { background: #1a3a5c; }\n\n  .expertise-number {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 48px;\n    font-weight: 300;\n    color: rgba(201,169,110,0.2);\n    line-height: 1;\n    margin-bottom: 16px;\n  }\n\n  .expertise-title {\n    font-size: 13px;\n    font-weight: 600;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 12px;\n  }\n\n  .expertise-desc {\n    font-size: 13px;\n    font-weight: 300;\n    line-height: 1.8;\n    color: rgba(255,255,255,0.55);\n  }\n\n  \/* EDUCATION & PROFILE *\/\n  .profile-section { background: var(--cream); }\n\n  .profile-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 64px;\n  }\n\n  @media (max-width: 720px) {\n    .profile-grid { grid-template-columns: 1fr; gap: 40px; }\n  }\n\n  .profile-block h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 22px;\n    font-weight: 400;\n    color: var(--navy);\n    margin-bottom: 20px;\n    padding-bottom: 12px;\n    border-bottom: 1px solid var(--border);\n  }\n\n  .profile-block p, .profile-block li {\n    font-size: 14px;\n    font-weight: 300;\n    line-height: 1.9;\n    color: #555;\n  }\n\n  .profile-block ul {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 8px;\n  }\n\n  .profile-block li { padding-left: 16px; position: relative; }\n  .profile-block li::before {\n    content: '\u00b7';\n    position: absolute; left: 0;\n    color: var(--gold);\n    font-size: 18px;\n    line-height: 1.5;\n  }\n\n  .citizenship-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: var(--navy);\n    color: var(--gold);\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 10px 20px;\n    margin-top: 16px;\n  }\n\n  \/* CONTACT *\/\n  .contact-section { background: var(--navy); padding: 80px 40px; }\n\n  .contact-inner {\n    max-width: 960px;\n    margin: 0 auto;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    flex-wrap: wrap;\n    gap: 40px;\n  }\n\n  .contact-left h2 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(32px, 4vw, 48px);\n    font-weight: 300;\n    color: white;\n    margin-bottom: 8px;\n  }\n\n  .contact-left p {\n    font-size: 13px;\n    font-weight: 300;\n    color: rgba(255,255,255,0.45);\n    letter-spacing: 1px;\n  }\n\n  .contact-details {\n    display: flex;\n    flex-direction: column;\n    gap: 16px;\n    text-align: right;\n  }\n\n  .contact-item {\n    font-size: 13px;\n    font-weight: 400;\n    color: rgba(255,255,255,0.65);\n    letter-spacing: 0.5px;\n    text-decoration: none;\n    transition: color 0.2s;\n  }\n\n  .contact-item:hover { color: var(--gold); }\n\n  .contact-item span {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--gold);\n    display: block;\n    margin-bottom: 2px;\n  }\n\n  \/* FOOTER *\/\n  footer {\n    background: #060e1a;\n    padding: 24px 40px;\n    text-align: center;\n    font-size: 11px;\n    font-weight: 300;\n    color: rgba(255,255,255,0.2);\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  \/* RESPONSIVE *\/\n  @media (max-width: 600px) {\n    section { padding: 70px 24px; }\n    .hero { padding: 60px 24px; }\n    .section-nav { display: none; }\n    .contact-details { text-align: left; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- Side nav dots -->\n<nav class=\"section-nav\" aria-label=\"Page sections\">\n  <a href=\"#hero\" class=\"nav-dot active\" title=\"Home\"><\/a>\n  <a href=\"#summary\" class=\"nav-dot\" title=\"Summary\"><\/a>\n  <a href=\"#experience\" class=\"nav-dot\" title=\"Experience\"><\/a>\n  <a href=\"#expertise\" class=\"nav-dot\" title=\"Expertise\"><\/a>\n  <a href=\"#profile\" class=\"nav-dot\" title=\"Profile\"><\/a>\n  <a href=\"#contact\" class=\"nav-dot\" title=\"Contact\"><\/a>\n<\/nav>\n\n<!-- HERO -->\n<section class=\"hero\" id=\"hero\">\n  <div class=\"hero-inner\">\n    <p class=\"hero-eyebrow\">Board Advisor &amp; Executive Consultant<\/p>\n    <h1>Paul <em>Tyler<\/em><\/h1>\n    <p class=\"hero-title\">Managing Director \u00b7 Bank of America Merrill Lynch<\/p>\n    <div class=\"hero-divider\"><\/div>\n    <p class=\"hero-objective\">Career banker and risk management professional offering 30+ years of institutional expertise in foreign exchange and interest rate risk advisory \u2014 now seeking board advisory and consulting engagements.<\/p>\n    <div class=\"hero-meta\">\n      <div class=\"hero-meta-item\"><span class=\"dot\"><\/span>Chicago, IL<\/div>\n      <div class=\"hero-meta-item\"><span class=\"dot\"><\/span>Dual U.S. &amp; U.K. Citizen<\/div>\n      <div class=\"hero-meta-item\"><span class=\"dot\"><\/span>paultyler107@att.net<\/div>\n \n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- SUMMARY -->\n<section class=\"summary-section\" id=\"summary\">\n  <div class=\"section-inner\">\n    <p class=\"section-label\">Professional Summary<\/p>\n    <h2 class=\"section-title\">Three Decades of<br>Institutional Excellence<\/h2>\n    <p class=\"summary-text\">Strong background managing foreign exchange and interest rate risk management advisory teams. Developed marketing strategy for a 20-state territory and Eastern Canada. Full P&amp;L responsibility with a focus on fostering individual achievement in a team-oriented environment. Excellent track record for hiring, mentoring, and developing high-performing analysts and associates \u2014 a player-coach and consistently the top individual revenue producer. Heavily involved in global account coordination with APAC, LatAm, and EMEA colleagues. Responsible for all team compliance and regulatory standards under Dodd-Frank, AML, KYC.<\/p>\n    <div class=\"summary-stats\">\n      <div class=\"stat-box\">\n        <div class=\"stat-number\">32<\/div>\n        <div class=\"stat-label\">Years at BAML<\/div>\n      <\/div>\n      <div class=\"stat-box\">\n        <div class=\"stat-number\">11<\/div>\n        <div class=\"stat-label\">Person Team Led<\/div>\n      <\/div>\n      <div class=\"stat-box\">\n        <div class=\"stat-number\">15<span style=\"font-size:28px\">%<\/span><\/div>\n        <div class=\"stat-label\">Avg Annual Revenue Growth<\/div>\n      <\/div>\n      <div class=\"stat-box\">\n        <div class=\"stat-number\">4<\/div>\n        <div class=\"stat-label\">Global Regions<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- EXPERIENCE -->\n<section class=\"experience-section\" id=\"experience\">\n  <div class=\"section-inner\">\n    <p class=\"section-label\">Career History<\/p>\n    <h2 class=\"section-title\">Career Experience<\/h2>\n    <div class=\"timeline\">\n\n      <div class=\"timeline-item\">\n        <p class=\"timeline-period\">2009 \u2013 2017<\/p>\n        <h3 class=\"timeline-company\">Bank of America Merrill Lynch<\/h3>\n        <p class=\"timeline-role\">Managing Director \u00b7 Chicago<\/p>\n        <ul class=\"timeline-bullets\">\n          <li>Led an 11-person team in Chicago providing FX and interest rate risk advisory to large and mid-cap clients across the central U.S. and Canada.<\/li>\n          <li>Consistently best-performing of four BAML offices nationwide, averaging 15% annual revenue growth.<\/li>\n          <li>Developed industry-leading external client relationships; Greenwich Associates consistently rated BAML the top Corporate FX and Interest Rate risk advisory bank.<\/li>\n          <li>Spearheaded partnership with BAML Global Treasury Services, driving exponential growth in the FX payments business.<\/li>\n          <li>Individually responsible for the largest revenue portfolio, including Fortune 500 companies; key advisor on multiple high-profile cross-border M&amp;A transactions.<\/li>\n          <li>Risk management solutions included FX forwards, options, structured solutions, interest rate and cross-currency swaps.<\/li>\n        <\/ul>\n      <\/div>\n\n      <div class=\"timeline-item\">\n        <p class=\"timeline-period\">1998 \u2013 2009<\/p>\n        <h3 class=\"timeline-company\">Bank of America<\/h3>\n        <p class=\"timeline-role\">Manager, FX Sales Group \u00b7 Chicago<\/p>\n        <ul class=\"timeline-bullets\">\n          <li>Served both mid-cap and large corporate clients with FX risk management solutions.<\/li>\n          <li>Individually managed a portfolio of all first-tier automotive parts companies.<\/li>\n          <li>Integrated LaSalle Bank and Merrill Lynch professionals into the Bank of America FX Sales team; responsible for assessing and optimizing staffing levels.<\/li>\n        <\/ul>\n      <\/div>\n\n      <div class=\"timeline-item\">\n        <p class=\"timeline-period\">1995 \u2013 1998<\/p>\n        <h3 class=\"timeline-company\">NationsBank<\/h3>\n        <p class=\"timeline-role\">Manager, FX Sales Desk \u00b7 London<\/p>\n        <ul class=\"timeline-bullets\">\n          <li>Managed FX sales desk serving institutional, U.K. and European corporate clients, as well as a highly successful U.S. multinational practice.<\/li>\n        <\/ul>\n      <\/div>\n\n      <div class=\"timeline-item\">\n        <p class=\"timeline-period\">1985 \u2013 1995<\/p>\n        <h3 class=\"timeline-company\">NationsBank<\/h3>\n        <p class=\"timeline-role\">Manager, FX Sales Desks \u00b7 Dallas &amp; Chicago<\/p>\n        <ul class=\"timeline-bullets\">\n          <li>Managed FX sales desks arising from the integration of multiple bank mergers and acquisitions.<\/li>\n                    <li>Began institutional banking career in FX and risk management, building the foundation of a 32-year career at the firm.<\/li>\n        <\/ul>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- EXPERTISE -->\n<section class=\"expertise-section\" id=\"expertise\">\n  <div class=\"section-inner\">\n    <p class=\"section-label\" style=\"color:var(--gold-light)\">Areas of Expertise<\/p>\n    <h2 class=\"section-title\">Core Competencies<\/h2>\n    <div class=\"expertise-grid\">\n      <div class=\"expertise-card\">\n        <div class=\"expertise-number\">01<\/div>\n        <div class=\"expertise-title\">FX Risk Advisory<\/div>\n        <p class=\"expertise-desc\">Decades of advising large and mid-cap corporates on foreign exchange exposure, including forwards, options, and structured FX solutions.<\/p>\n      <\/div>\n      <div class=\"expertise-card\">\n        <div class=\"expertise-number\">02<\/div>\n        <div class=\"expertise-title\">Interest Rate Risk<\/div>\n        <p class=\"expertise-desc\">Comprehensive expertise in interest rate and cross-currency swaps; key advisor on high-profile cross-border acquisitions and divestitures.<\/p>\n      <\/div>\n      <div class=\"expertise-card\">\n        <div class=\"expertise-number\">03<\/div>\n        <div class=\"expertise-title\">Team Leadership<\/div>\n        <p class=\"expertise-desc\">Built and led high-performing teams across multiple markets; consistent track record of hiring, mentoring, and developing top talent.<\/p>\n      <\/div>\n      <div class=\"expertise-card\">\n        <div class=\"expertise-number\">04<\/div>\n        <div class=\"expertise-title\">Global Coverage<\/div>\n        <p class=\"expertise-desc\">Deep coordination experience across APAC, LatAm, and EMEA; managed institutional and multinational client relationships internationally.<\/p>\n      <\/div>\n      <div class=\"expertise-card\">\n        <div class=\"expertise-number\">05<\/div>\n        <div class=\"expertise-title\">Regulatory Compliance<\/div>\n        <p class=\"expertise-desc\">Full responsibility for team compliance under Dodd-Frank, AML, KYC, and related regulatory frameworks throughout his tenure.<\/p>\n      <\/div>\n      <div class=\"expertise-card\">\n        <div class=\"expertise-number\">06<\/div>\n        <div class=\"expertise-title\">Revenue Growth<\/div>\n        <p class=\"expertise-desc\">Consistently drove 15% annual revenue growth; led the best-performing of four BAML offices nationwide over an eight-year period.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- PROFILE -->\n<section class=\"profile-section\" id=\"profile\">\n  <div class=\"section-inner\">\n    <p class=\"section-label\">Background<\/p>\n    <h2 class=\"section-title\">Education &amp; Profile<\/h2>\n    <div class=\"profile-grid\">\n      <div class=\"profile-block\">\n        <h3>Education<\/h3>\n        <p><strong style=\"color:var(--navy)\">BA (Honors)<\/strong> \u2014 Modern History with Economics<br>University of Manchester, United Kingdom<\/p>\n        <div class=\"citizenship-badge\">\ud83c\uddfa\ud83c\uddf8 \ud83c\uddec\ud83c\udde7 &nbsp; Dual U.S. &amp; U.K. Citizenship<\/div>\n      <\/div>\n      <div class=\"profile-block\">\n        <h3>Community &amp; Volunteering<\/h3>\n        <ul>\n          <li>Ran Chicago Marathon for Chicago Lights high school mentoring program<\/li>\n          <li>Cabrini Connections \u2014 inner city student mentoring and fundraising<\/li>\n          <li>Habitat for Humanity \u2014 home-building in El Salvador<\/li>\n          <li>Mwanze Orphanage, Tanzania<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- CONTACT -->\n<section class=\"contact-section\" id=\"contact\">\n  <div class=\"contact-inner\">\n    <div class=\"contact-left\">\n      <h2>Get in Touch<\/h2>\n      <p>Available for board advisory &amp; consulting engagements<\/p>\n    <\/div>\n    <div class=\"contact-details\">\n      <a href=\"mailto:paultyler107@att.net\" class=\"contact-item\">\n        <span>Email<\/span>paultyler107@att.net\n      <\/a>\n      <div class=\"contact-item\">\n        <span>Location<\/span>Chicago, IL\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<footer>\n  \u00a9 2026 Paul Tyler \u00b7 Board Advisor &amp; Risk Management Executive\n<\/footer>\n\n<script>\n  \/\/ Scroll animations for timeline\n  const observer = new IntersectionObserver((entries) => {\n    entries.forEach(e => { if (e.isIntersecting) e.target.classList.add('visible'); });\n  }, { threshold: 0.15 });\n\n  document.querySelectorAll('.timeline-item').forEach(el => observer.observe(el));\n\n  \/\/ Active nav dot\n  const sections = document.querySelectorAll('section[id]');\n  const dots = document.querySelectorAll('.nav-dot');\n\n  const sectionObserver = new IntersectionObserver((entries) => {\n    entries.forEach(e => {\n      if (e.isIntersecting) {\n        dots.forEach(d => d.classList.remove('active'));\n        const dot = document.querySelector(`.nav-dot[href=\"#${e.target.id}\"]`);\n        if (dot) dot.classList.add('active');\n      }\n    });\n  }, { threshold: 0.4 });\n\n  sections.forEach(s => sectionObserver.observe(s));\n<\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Paul Tyler | Board Advisor &#038; Risk Management Executive Board Advisor &amp; Executive Consultant Paul Tyler Managing Director \u00b7 Bank of America Merrill Lynch Career banker and risk management professional offering 30+ years of institutional expertise in foreign exchange and interest rate risk advisory \u2014 now seeking board advisory and consulting engagements. Chicago, IL Dual [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-6","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/paultyler.online\/index.php?rest_route=\/wp\/v2\/pages\/6","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/paultyler.online\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/paultyler.online\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/paultyler.online\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/paultyler.online\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6"}],"version-history":[{"count":5,"href":"https:\/\/paultyler.online\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":29,"href":"https:\/\/paultyler.online\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions\/29"}],"wp:attachment":[{"href":"https:\/\/paultyler.online\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}