{"id":363,"date":"2026-02-19T15:50:36","date_gmt":"2026-02-19T15:50:36","guid":{"rendered":"https:\/\/aliya.local\/?page_id=363"},"modified":"2026-03-17T14:59:32","modified_gmt":"2026-03-17T14:59:32","slug":"resources-press","status":"publish","type":"page","link":"https:\/\/www.aliya.com\/?page_id=363","title":{"rendered":"Resources &#038; Press"},"content":{"rendered":"\n<style>\n  :root {\n    --alia-ink: #0d1220;\n    --alia-ink-soft: #202737;\n    --alia-muted: #5b6579;\n    --alia-border: #e4e7ee;\n    --alia-sand: #f7f6f2;\n    --alia-surface: #ffffff;\n    --alia-accent: #f7f6f2;\n    --alia-accent-strong: #e4e7ee;\n  }\n\n  * {\n    box-sizing: border-box;\n  }\n\n  body {\n    margin: 0;\n    font-family: \"Space Grotesk\", \"Sora\", \"Helvetica Neue\", sans-serif;\n    color: var(--alia-ink);\n    background: radial-gradient(circle at top, #ffffff 0%, #f8f8fb 45%, #f2f3f7 100%);\n  }\n\n  \/* Top bar + navigation *\/\n  .wp-block-group.alignfull.has-black-background-color {\n    background-color: rgba(0, 0, 0, 0.05) !important;\n    backdrop-filter: blur(10px);\n    -webkit-backdrop-filter: blur(20px);\n    position: sticky;\n    top: 20px;\n    z-index: 9999;\n    will-change: backdrop-filter;\n  }\n\n  .custom-header {\n    position: relative;\n    width: 100%;\n    margin-left: calc(var(--wp--preset--spacing--30) - var(--wp--preset--spacing--50));\n    margin-right: calc(var(--wp--preset--spacing--30) - var(--wp--preset--spacing--50));\n    padding-left: var(--wp--preset--spacing--30);\n    padding-right: var(--wp--preset--spacing--30);\n  }\n\n  .header-container {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    width: 100%;\n    max-width: 1000px;\n    margin: 0 auto;\n    gap: 16px;\n  }\n\n  .header-logo-img {\n    height: 44px;\n    width: auto;\n    display: block;\n    filter: invert(1);\n  }\n\n  .header-right {\n    display: flex;\n    align-items: center;\n    justify-content: flex-end;\n    gap: 12px;\n    position: relative;\n  }\n\n  .header-get-started {\n    display: inline-block;\n    padding: 4px 12px;\n    background: #000;\n    color: #fff !important;\n    text-decoration: none;\n    border: 1px solid #000;\n    border-radius: 0;\n    font-weight: 600;\n    font-size: 0.95rem;\n    transition: opacity 0.2s ease;\n    white-space: nowrap;\n  }\n\n  .header-get-started:hover {\n    opacity: 0.85;\n    color: #fff !important;\n  }\n\n  .header-get-started:focus-visible,\n  .header-menu-btn:focus-visible,\n  .dropdown-menu-list a:focus-visible {\n    outline: 2px solid #1a73e8;\n    outline-offset: 2px;\n  }\n\n  .header-menu-btn {\n    width: 44px;\n    height: 44px;\n    background: transparent;\n    border: none;\n    cursor: pointer;\n  }\n\n  .header-dropdown-menu {\n    position: absolute;\n    top: calc(100% + 8px);\n    right: 0;\n    background: #fff;\n    border: 1px solid #000;\n    border-radius: 4px;\n    min-width: 200px;\n    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);\n    opacity: 0;\n    visibility: hidden;\n    transform: translateY(-10px);\n    transition: all 0.3s ease;\n    z-index: 1000;\n  }\n\n  .header-dropdown-menu[aria-hidden=\"false\"] {\n    opacity: 1;\n    visibility: visible;\n    transform: translateY(0);\n  }\n\n  .dropdown-menu-list {\n    list-style: none;\n    padding: 8px 0;\n    margin: 0;\n  }\n\n  .dropdown-menu-list a {\n    display: block;\n    padding: 12px 20px;\n    text-decoration: none;\n    color: #000;\n    font-size: 0.95rem;\n  }\n\n  .dropdown-menu-list a:hover {\n    background: #f5f5f5;\n  }\n\n  .news-page {\n    max-width: 1300px;\n    margin: 0 auto;\n    padding: clamp(2.5rem, 5vw, 4rem) clamp(1.5rem, 6vw, 5rem) 5rem;\n  }\n\n  .news-hero {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 2rem;\n    align-items: start;\n    margin-bottom: clamp(1.75rem, 4vw, 2.75rem);\n  }\n\n  .news-hero h1 {\n    font-size: clamp(2.6rem, 5vw, 3.8rem);\n    margin: 0 0 0.75rem;\n    letter-spacing: -0.02em;\n    color: #000;\n  }\n\n  .news-hero p {\n    margin: 0;\n    max-width: 720px;\n    color: #000;\n    line-height: 1.6;\n  }\n\n  .news-cta {\n    align-self: center;\n    border: 1px solid var(--alia-border);\n    background: var(--alia-surface);\n    color: var(--alia-ink);\n    padding: 0.7rem 1.25rem;\n    border-radius: 999px;\n    font-size: 0.95rem;\n    font-weight: 600;\n    box-shadow: 0 10px 24px rgba(15, 18, 32, 0.08);\n    text-decoration: none;\n    white-space: nowrap;\n  }\n\n  .news-filters {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.65rem;\n    margin-bottom: 2.25rem;\n  }\n\n  .news-filter {\n    border: 1px solid var(--alia-border);\n    background: var(--alia-surface);\n    color: var(--alia-ink-soft);\n    padding: 0.4rem 0.9rem;\n    border-radius: 999px;\n    font-size: 0.85rem;\n    font-weight: 600;\n    transition: box-shadow 0.3s ease, border-color 0.3s ease;\n  }\n\n  .news-filter:hover {\n    box-shadow: 0 0 0 1px #000, 0 4px 20px rgba(0, 0, 0, 0.1);\n    border-color: #000;\n  }\n\n  .news-filter.is-active {\n    background: var(--alia-accent);\n    color: var(--alia-ink);\n    border-color: var(--alia-accent-strong);\n  }\n\n  .news-section {\n    margin-bottom: 2.75rem;\n  }\n\n  .news-section h2 {\n    font-weight: 500;\n    font-size: clamp(22px, 2.5vw, 28px);\n    line-height: 1.2;\n    letter-spacing: -0.01em;\n    text-transform: none;\n    margin: 0 0 1.25rem;\n    color: #000;\n  }\n\n  .news-section p {\n    margin: 0 0 1.25rem;\n    color: var(--alia-muted);\n  }\n\n  .press-list {\n    border: 1px solid var(--alia-border);\n    border-radius: 10px;\n    background: #fff;\n    overflow: hidden;\n    box-shadow: none;\n  }\n\n  .press-item {\n    display: grid;\n    grid-template-columns: 140px minmax(0, 1fr) 140px 80px;\n    gap: 1.25rem;\n    padding: 1.1rem 1.5rem;\n    border-bottom: 1px solid var(--alia-border);\n    align-items: center;\n    background: #fff;\n    transition: box-shadow 0.3s ease;\n  }\n\n  .press-item:hover {\n    background: #f5f5f5;\n    box-shadow: inset 0 0 0 1px var(--alia-border), 0 4px 20px rgba(0, 0, 0, 0.1);\n  }\n\n  .press-item:last-child {\n    border-bottom: none;\n  }\n\n  .press-date {\n    font-size: 0.85rem;\n    color: var(--alia-muted);\n  }\n\n  .press-title {\n    font-weight: 600;\n    margin: 0 0 0.15rem;\n    color: #000;\n  }\n\n  .press-type {\n    font-size: 0.82rem;\n    color: var(--alia-muted);\n  }\n\n  .press-tag {\n    font-size: 0.82rem;\n    color: var(--alia-ink-soft);\n  }\n\n  .press-link {\n    justify-self: end;\n    font-size: 0.85rem;\n    color: var(--alia-ink);\n    text-decoration: none;\n    font-weight: 600;\n  }\n\n  .publications-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n    gap: 1.5rem;\n  }\n\n  .pub-card {\n    border: 1px solid #000;\n    border-radius: 10px;\n    padding: 1.25rem;\n    background: #fff;\n    box-shadow: none;\n    display: flex;\n    flex-direction: column;\n    gap: 0.75rem;\n    transition: box-shadow 0.3s ease;\n    cursor: pointer;\n  }\n\n  .pub-card:hover {\n    box-shadow: 0 0 0 1px #000, 0 4px 20px rgba(0, 0, 0, 0.1);\n    transform: none;\n  }\n\n  .pub-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 0.4rem;\n    border: 1px solid var(--alia-border);\n    border-radius: 999px;\n    padding: 0.25rem 0.65rem;\n    font-size: 0.75rem;\n    font-weight: 600;\n    color: var(--alia-ink-soft);\n    width: fit-content;\n  }\n\n  .pub-title {\n    margin: 0;\n    font-size: 1rem;\n    font-weight: 600;\n    line-height: 1.4;\n    color: #000;\n  }\n\n  .pub-meta {\n    font-size: 0.82rem;\n    color: var(--alia-muted);\n    margin-top: auto;\n  }\n\n  .pub-link {\n    text-decoration: none;\n    font-weight: 600;\n    color: var(--alia-ink);\n    font-size: 0.85rem;\n  }\n\n  @media (max-width: 900px) {\n    .news-hero {\n      grid-template-columns: 1fr;\n    }\n\n    .news-cta {\n      justify-self: start;\n    }\n\n    .press-item {\n      grid-template-columns: 1fr;\n      gap: 0.35rem;\n      align-items: start;\n    }\n\n    .press-link {\n      justify-self: start;\n    }\n  }\n\n  \/* Footer *\/\n  .aliya-footer {\n    background: #fff !important;\n    color: #000 !important;\n    padding: 2rem clamp(1.5rem, 6vw, 3rem);\n  }\n\n  .aliya-footer,\n  .aliya-footer * {\n    color: #000 !important;\n  }\n\n  .wp-block-group.aliya-footer.has-text-color,\n  .wp-block-group.aliya-footer .has-text-color {\n    color: #000 !important;\n  }\n\n  .aliya-footer a,\n  .aliya-footer a:visited {\n    color: #000 !important;\n  }\n\n  .aliya-footer img {\n    filter: invert(1) !important;\n  }\n\n  .aliya-footer-grid {\n    max-width: 1080px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n    gap: 1.5rem;\n    font-size: 0.9rem;\n  }\n\n  .aliya-footer a {\n    text-decoration: none;\n  }\n\n  .aliya-footer a:hover {\n    text-decoration: underline;\n  }\n<\/style>\n\n\n\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-e4292daaa51db5b6cabd511e8714b2a8 has-global-padding is-layout-constrained wp-container-core-group-is-layout-afbfd5ec wp-block-group-is-layout-constrained wp-container-1 is-position-sticky\" style=\"min-height:75px;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--50)\">\n  <header class=\"custom-header\">\n    <div class=\"header-container\">\n      <div class=\"header-logo\">\n        <a href=\"\/\" aria-label=\"Aliya home\">\n          <img decoding=\"async\" src=\"https:\/\/www.aliya.com\/wp-content\/uploads\/2025\/10\/Aliya-logo-KO@2x.png\" alt=\"Aliya logo\" class=\"header-logo-img\">\n        <\/a>\n      <\/div>\n      <div class=\"header-right\">\n        <a href=\"mailto:contact@aliya.com\" class=\"header-get-started\">Get Started<\/a>\n        <button class=\"header-menu-btn\" aria-label=\"Menu\" aria-expanded=\"false\" type=\"button\">\n          <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <line x1=\"3\" y1=\"6\" x2=\"21\" y2=\"6\"><\/line>\n            <line x1=\"3\" y1=\"12\" x2=\"21\" y2=\"12\"><\/line>\n            <line x1=\"3\" y1=\"18\" x2=\"21\" y2=\"18\"><\/line>\n          <\/svg>\n        <\/button>\n        <nav class=\"header-dropdown-menu\" aria-label=\"Main navigation\" aria-hidden=\"true\">\n          <ul class=\"dropdown-menu-list\">\n            <li><a href=\"\/#outcomes\">Outcomes<\/a><\/li>\n            <li><a href=\"\/#performance\">Performance<\/a><\/li>\n            <li><a href=\"\/#platform\">Platform<\/a><\/li>\n            <li><a href=\"\/#security\">Security<\/a><\/li>\n            <li><a href=\"\/?page_id=390#founders\">Founders<\/a><\/li>\n            <li><a href=\"\/?page_id=363\">Media and Publications<\/a><\/li>\n          <\/ul>\n        <\/nav>\n      <\/div>\n    <\/div>\n  <\/header>\n<\/div>\n<\/div>\n\n\n\n<section class=\"news-page\" id=\"news-media\">\n  <header class=\"news-hero\">\n    <div>\n      <h1 class=\"wp-block-heading\" style=\"margin-top:0;margin-right:0;margin-bottom:0.75rem;margin-left:0\">Resources &amp; Press<\/h1>\n    <\/div>\n  <\/header>\n\n  <div class=\"news-filters\" data-filter-group>\n    <button class=\"news-filter is-active\" type=\"button\" data-filter=\"all\">All<\/button>\n    <button class=\"news-filter\" type=\"button\" data-filter=\"press\">Press<\/button>\n    <button class=\"news-filter\" type=\"button\" data-filter=\"casestudy\">Case Studies<\/button>\n    <button class=\"news-filter\" type=\"button\" data-filter=\"whitepaper\">Whitepapers<\/button>\n    <button class=\"news-filter\" type=\"button\" data-filter=\"article\">Articles<\/button>\n    <button class=\"news-filter\" type=\"button\" data-filter=\"podcast\">Podcasts<\/button>\n    <button class=\"news-filter\" type=\"button\" data-filter=\"2026\">2026<\/button>\n    <button class=\"news-filter\" type=\"button\" data-filter=\"2025\">2025<\/button>\n  <\/div>\n\n  <section class=\"news-section\" id=\"press-releases\">\n    <div class=\"press-list\">\n      <article class=\"press-item\" data-type=\"podcast\" data-year=\"2026\">\n        <div class=\"press-date\">Mar 17, 2026<\/div>\n        <div>\n          <p class=\"press-title\">AI is Finally Fixing the Way Banks Lend Money<\/p>\n          <div class=\"press-type\">Podcast<\/div>\n        <\/div>\n        <div class=\"press-tag\">Banking Transformed<\/div>\n        <a class=\"press-link\" href=\"https:\/\/www.youtube.com\/watch?v=mwy4gGNFUAU\" target=\"_blank\" rel=\"noreferrer noopener\">Listen \u2192<\/a>\n      <\/article>\n      <article class=\"press-item\" data-type=\"podcast\" data-year=\"2026\">\n        <div class=\"press-date\">Mar 11, 2026<\/div>\n        <div>\n          <p class=\"press-title\">Aliya&#039;s S.P. &ldquo;Wije&rdquo; Wijegoonaratna<\/p>\n          <div class=\"press-type\">Podcast<\/div>\n        <\/div>\n        <div class=\"press-tag\">FinTech Business Weekly<\/div>\n        <a class=\"press-link\" href=\"https:\/\/fintechbusinessweekly.substack.com\/p\/interview-aliyas-wije-wijegoonaratna\" target=\"_blank\" rel=\"noreferrer noopener\">Listen \u2192<\/a>\n      <\/article>\n      <article class=\"press-item\" data-type=\"podcast\" data-year=\"2026\">\n        <div class=\"press-date\">Mar 5, 2026<\/div>\n        <div>\n          <p class=\"press-title\">Transforming the Middle Layer of Banking with the CEO of Aliya<\/p>\n          <div class=\"press-type\">Podcast<\/div>\n        <\/div>\n        <div class=\"press-tag\">Fintech One on One<\/div>\n        <a class=\"press-link\" href=\"https:\/\/fintechoneonone.com\/transforming-middle-layer-banking-aliya\/\" target=\"_blank\" rel=\"noreferrer noopener\">Listen \u2192<\/a>\n      <\/article>\n      <article class=\"press-item\" data-type=\"casestudy\" data-year=\"2026\">\n        <div class=\"press-date\">Feb 25, 2026<\/div>\n        <div>\n          <p class=\"press-title\">The SoFi&reg; Effect<\/p>\n          <div class=\"press-type\">Case Study<\/div>\n        <\/div>\n        <div class=\"press-tag\">Aliya<\/div>\n        <a class=\"press-link\" href=\"https:\/\/www.aliya.com\/wp-content\/uploads\/2026\/02\/Aliya-SoFi-Effect.pdf\" target=\"_blank\" rel=\"noreferrer noopener\" data-gated-whitepaper=\"true\">Read \u2192<\/a>\n      <\/article>\n      <article class=\"press-item\" data-type=\"whitepaper\" data-year=\"2026\">\n        <div class=\"press-date\">Feb 19, 2026<\/div>\n        <div>\n          <p class=\"press-title\">Franchise Defense: Why Liquidity Moments Define Loyalty and Lending Decisions Shape Primacy<\/p>\n          <div class=\"press-type\">Whitepaper<\/div>\n        <\/div>\n        <div class=\"press-tag\">Aliya<\/div>\n        <a class=\"press-link\" href=\"https:\/\/www.aliya.com\/wp-content\/uploads\/2026\/02\/Aliya-Franchise-Defense.pdf\" target=\"_blank\" rel=\"noreferrer noopener\" data-gated-whitepaper=\"true\">Read \u2192<\/a>\n      <\/article>\n      <article class=\"press-item\" data-type=\"press\" data-year=\"2026\">\n        <div class=\"press-date\">Feb 12, 2026<\/div>\n        <div>\n          <p class=\"press-title\">Aliya Emerges from Stealth with Launch of aliyaOS<sup>TM<\/sup>, a Closed-Loop Operating Intelligence System for Lending<\/p>\n          <div class=\"press-type\">Press<\/div>\n        <\/div>\n        <div class=\"press-tag\">BUSINESS WIRE<\/div>\n        <a class=\"press-link\" href=\"\/?p=393\">Read \u2192<\/a>\n      <\/article>\n      <article class=\"press-item\" data-type=\"podcast\" data-year=\"2026\">\n        <div class=\"press-date\">Feb 7, 2026<\/div>\n        <div>\n          <p class=\"press-title\">From Hedge Funds to AI Innovation: Wije Wijegoonaratna&#039;s Mission to Transform Banking<\/p>\n          <div class=\"press-type\">Podcast<\/div>\n        <\/div>\n        <div class=\"press-tag\">PiZetta Media<\/div>\n        <a class=\"press-link\" href=\"https:\/\/www.youtube.com\/watch?v=tsWsVZnlSZQ\" target=\"_blank\" rel=\"noreferrer noopener\">Listen \u2192<\/a>\n      <\/article>\n      <article class=\"press-item\" data-type=\"podcast\" data-year=\"2026\">\n        <div class=\"press-date\">Feb 5, 2026<\/div>\n        <div>\n          <p class=\"press-title\">LO Mindset: Aliya&#039;s S.P. Wijegoonaratna on Risk Structures<\/p>\n          <div class=\"press-type\">Podcast<\/div>\n        <\/div>\n        <div class=\"press-tag\">Chrisman Commentary<\/div>\n        <a class=\"press-link\" href=\"https:\/\/dailymortgagenews.buzzsprout.com\/1597873\/episodes\/18467881-1-7-26-lo-mindset-aliya-s-s-p-wijegoonaratna-on-risk-structures-government-malaise\" target=\"_blank\" rel=\"noreferrer noopener\">Listen \u2192<\/a>\n      <\/article>\n      <article class=\"press-item\" data-type=\"article\" data-year=\"2026\">\n        <div class=\"press-date\">Jan 29, 2026<\/div>\n        <div>\n          <p class=\"press-title\">GO Banking Rates \u2014 Trump\u2019s 10% Credit Card Rate Cap Could Backfire, Expert Warns<\/p>\n          <div class=\"press-type\">Article<\/div>\n        <\/div>\n        <div class=\"press-tag\">GO Banking Rates<\/div>\n        <a class=\"press-link\" href=\"https:\/\/www.gobankingrates.com\/credit-cards\/advice\/trumps-10-percent-credit-card-rate-cap-could-backfire-expert-warns\/\" target=\"_blank\" rel=\"noreferrer noopener\">Read \u2192<\/a>\n      <\/article>\n      <article class=\"press-item\" data-type=\"article\" data-year=\"2026\">\n        <div class=\"press-date\">Jan 28, 2026<\/div>\n        <div>\n          <p class=\"press-title\">VMblog \u2014 How AI Will Reshape Credit Decisions in 2026<\/p>\n          <div class=\"press-type\">Article<\/div>\n        <\/div>\n        <div class=\"press-tag\">VMblog<\/div>\n        <a class=\"press-link\" href=\"https:\/\/vmblog.com\/archive\/2026\/01\/28\/how-ai-will-reshape-credit-decisions-in-2026.aspx\" target=\"_blank\" rel=\"noreferrer noopener\">Read \u2192<\/a>\n      <\/article>\n      <article class=\"press-item\" data-type=\"article\" data-year=\"2025\">\n        <div class=\"press-date\">Nov 6, 2025<\/div>\n        <div>\n          <p class=\"press-title\">HousingWire \u2014 Credit models for mortgages are being overhauled. Here\u2019s what to know<\/p>\n          <div class=\"press-type\">Article<\/div>\n        <\/div>\n        <div class=\"press-tag\">HousingWire<\/div>\n        <a class=\"press-link\" href=\"https:\/\/www.housingwire.com\/articles\/fhfa-credit-models-mortgage-lending\/\" target=\"_blank\" rel=\"noreferrer noopener\">Read \u2192<\/a>\n      <\/article>\n      <article class=\"press-item\" data-type=\"whitepaper\" data-year=\"2025\">\n        <div class=\"press-date\">Dec 01, 2025<\/div>\n        <div>\n          <p class=\"press-title\">Resurrecting the Forgotten Asset Class<\/p>\n          <div class=\"press-type\">Whitepaper<\/div>\n        <\/div>\n        <div class=\"press-tag\">Aliya<\/div>\n        <a class=\"press-link\" href=\"https:\/\/www.aliya.com\/wp-content\/uploads\/2025\/11\/Unsecured-Lending_Why-UIL-Now-1.pdf\" target=\"_blank\" rel=\"noreferrer noopener\" data-gated-whitepaper=\"true\">Read \u2192<\/a>\n      <\/article>\n    <\/div>\n  <\/section>\n<\/section>\n\n\n\n<div class=\"wp-block-group alignfull has-background-color aliya-footer has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-3e767d3a57f0dff7db51cc759306c430 has-global-padding is-content-justification-center is-layout-constrained wp-container-core-group-is-layout-7aed61bb wp-block-group-is-layout-constrained\" style=\"min-height:0vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--50)\">\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top is-not-stacked-on-mobile has-small-font-size is-layout-flex wp-container-core-columns-is-layout-2d7698b3 wp-block-columns-is-layout-flex\" style=\"padding-right:0;padding-left:0\">\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\"><style>@media only screen and (max-width: 600px) {.gb-69c74b45de214{font-size: 12px!important;}}<\/style>\n<p class=\"gb-69c74b45de214 has-text-align-left\"><a href=\"https:\/\/www.aliya.com\/?page_id=259\" target=\"_blank\" rel=\"noreferrer noopener\" style=\"text-decoration: none;\">Terms of Use<\/a><\/p>\n\n\n<style>@media only screen and (max-width: 600px) {.gb-69c74b45e1e5e{font-size: 12px!important;}}<\/style>\n<p class=\"gb-69c74b45e1e5e has-text-align-left\"><a href=\"https:\/\/www.aliya.com\/?page_id=262\" target=\"_blank\" rel=\"noreferrer noopener\" style=\"text-decoration: none;\">Privacy Policy<\/a><\/p>\n\n\n<style>@media only screen and (max-width: 600px) {.gb-69c74b45e54f4{font-size: 12px!important;}}<\/style>\n<p class=\"gb-69c74b45e54f4 has-text-align-left\"><a href=\"https:\/\/www.aliya.com\/?page_id=390#founders\" target=\"_blank\" rel=\"noreferrer noopener\" style=\"text-decoration: none;\">Founders<\/a><\/p>\n\n\n<style>@media only screen and (max-width: 600px) {.gb-69c74b45e9091{font-size: 12px!important;}}<\/style>\n<p class=\"gb-69c74b45e9091 has-text-align-left\"><a href=\"https:\/\/www.aliya.com\/?page_id=363\" target=\"_blank\" rel=\"noreferrer noopener\" style=\"text-decoration: none;\">News &amp; Media<\/a><\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"420\" height=\"162\" src=\"https:\/\/www.aliya.com\/wp-content\/uploads\/2025\/10\/Aliya-logo-KO@2x.png\" alt=\"Aliya logo\" class=\"wp-image-26\" style=\"width:70px\" srcset=\"https:\/\/www.aliya.com\/wp-content\/uploads\/2025\/10\/Aliya-logo-KO@2x.png 420w, https:\/\/www.aliya.com\/wp-content\/uploads\/2025\/10\/Aliya-logo-KO@2x-300x116.png 300w\" sizes=\"auto, (max-width: 420px) 100vw, 420px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\"><style>@media only screen and (max-width: 600px) {.gb-69c74b45ed17f{font-size: 12px!important;}}<\/style>\n<p class=\"gb-69c74b45ed17f has-text-align-left\"><a href=\"\/#outcomes\" style=\"text-decoration: none;\">Outcomes<\/a><\/p>\n\n\n<style>@media only screen and (max-width: 600px) {.gb-69c74b45f021a{font-size: 12px!important;}}<\/style>\n<p class=\"gb-69c74b45f021a has-text-align-left\"><a href=\"\/#performance\" style=\"text-decoration: none;\">Performance<\/a><\/p>\n\n\n<style>@media only screen and (max-width: 600px) {.gb-69c74b45f294e{font-size: 12px!important;}}<\/style>\n<p class=\"gb-69c74b45f294e has-text-align-left\"><a href=\"\/#platform\" style=\"text-decoration: none;\">Platform<\/a><\/p>\n\n\n<style>@media only screen and (max-width: 600px) {.gb-69c74b4601693{font-size: 12px!important;}}<\/style>\n<p class=\"gb-69c74b4601693 has-text-align-left\"><a href=\"\/#security\" style=\"text-decoration: none;\">Security<\/a><\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\"><style>@media only screen and (max-width: 600px) {.gb-69c74b4604c06{font-size: 12px!important;}}<\/style>\n<p class=\"gb-69c74b4604c06 has-text-align-left\">Contact Us:<\/p>\n\n\n<style>@media only screen and (max-width: 600px) {.gb-69c74b4607533{font-size: 12px!important;}}<\/style>\n<p class=\"gb-69c74b4607533 has-text-align-left\"><a href=\"mailto:contact@aliya.com\" data-type=\"mailto\" data-id=\"mailto:contact@aliya.com\" style=\"text-decoration: none;\">Careers<\/a><\/p>\n\n\n<style>@media only screen and (max-width: 600px) {.gb-69c74b460a0c7{font-size: 12px!important;}}<\/style>\n<p class=\"gb-69c74b460a0c7\"><a href=\"https:\/\/www.linkedin.com\/company\/aliya-financial-technologies\" target=\"_blank\" rel=\"noreferrer noopener\" style=\"text-decoration: none;\">LinkedIn<\/a><\/p>\n\n\n\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n<script>\n  (function () {\n    const menuBtn = document.querySelector(\".header-menu-btn\");\n    const dropdownMenu = document.querySelector(\".header-dropdown-menu\");\n\n    if (!menuBtn || !dropdownMenu) return;\n\n    menuBtn.addEventListener(\"click\", function (e) {\n      e.stopPropagation();\n      const expanded = menuBtn.getAttribute(\"aria-expanded\") === \"true\";\n      menuBtn.setAttribute(\"aria-expanded\", String(!expanded));\n      dropdownMenu.setAttribute(\"aria-hidden\", String(expanded));\n    });\n\n    document.addEventListener(\"click\", function (e) {\n      if (!dropdownMenu.contains(e.target) && !menuBtn.contains(e.target)) {\n        menuBtn.setAttribute(\"aria-expanded\", \"false\");\n        dropdownMenu.setAttribute(\"aria-hidden\", \"true\");\n      }\n    });\n  })();\n\n  (function () {\n    const filterGroup = document.querySelector(\"[data-filter-group]\");\n    if (!filterGroup) return;\n\n    const filters = Array.from(filterGroup.querySelectorAll(\"[data-filter]\"));\n    const items = Array.from(document.querySelectorAll(\".pub-card, .press-item\"));\n    if (!filters.length || !items.length) return;\n\n    const setActive = (button) => {\n      filters.forEach((btn) => btn.classList.remove(\"is-active\"));\n      button.classList.add(\"is-active\");\n    };\n\n    const applyFilter = (value) => {\n      const needle = String(value).toLowerCase();\n\n      items.forEach((item) => {\n        const type = (item.getAttribute(\"data-type\") || \"\").toLowerCase();\n        const year = (item.getAttribute(\"data-year\") || \"\").toLowerCase();\n        const show = needle === \"all\" || needle === type || needle === year;\n        item.style.display = show ? \"\" : \"none\";\n      });\n    };\n\n    filterGroup.addEventListener(\"click\", (e) => {\n      const button = e.target.closest(\"[data-filter]\");\n      if (!button) return;\n      setActive(button);\n      applyFilter(button.getAttribute(\"data-filter\"));\n    });\n  })();\n\n  (function () {\n    window.openAliyaWhitepaperGate = function (url, title) {\n      if (!url) return;\n\n      try {\n        window.sessionStorage.setItem(\"aliya_whitepaper_url\", url);\n        window.sessionStorage.setItem(\"aliya_whitepaper_title\", title || \"\");\n      } catch (err) {\n        \/\/ no-op if storage is unavailable\n      }\n\n      if (window.PUM && typeof window.PUM.open === \"function\") {\n        window.PUM.open(359);\n        return;\n      }\n\n      window.open(url, \"_blank\", \"noopener\");\n    };\n\n    const gatedLinks = document.querySelectorAll(\".press-link[data-gated-whitepaper='true']\");\n    gatedLinks.forEach((link) => {\n      link.addEventListener(\"click\", (e) => {\n        e.preventDefault();\n        var row = link.closest(\".press-item\");\n        var titleEl = row ? row.querySelector(\".press-title\") : null;\n        var title = titleEl ? titleEl.textContent.trim() : \"\";\n        window.openAliyaWhitepaperGate(link.getAttribute(\"href\"), title);\n      });\n    });\n  })();\n\n  (function () {\n    const rows = document.querySelectorAll(\".press-item\");\n    if (!rows.length) return;\n\n    rows.forEach((row) => {\n      const link = row.querySelector(\".press-link\");\n      if (!link) return;\n\n      const href = link.getAttribute(\"href\");\n      if (!href || href === \"#\") return;\n\n      row.setAttribute(\"role\", \"link\");\n      row.tabIndex = 0;\n\n      const navigate = () => {\n        if (link.matches(\"[data-gated-whitepaper='true']\")) {\n          var titleEl = row.querySelector(\".press-title\");\n          var title = titleEl ? titleEl.textContent.trim() : \"\";\n          window.openAliyaWhitepaperGate(href, title);\n          return;\n        }\n\n        const target = link.getAttribute(\"target\");\n        if (target === \"_blank\") {\n          window.open(href, \"_blank\", \"noopener\");\n        } else {\n          window.location.href = href;\n        }\n      };\n\n      row.addEventListener(\"click\", (e) => {\n        if (e.target.closest(\"a\")) return;\n        navigate();\n      });\n\n      row.addEventListener(\"keydown\", (e) => {\n        if (e.key === \"Enter\" || e.key === \" \") {\n          e.preventDefault();\n          navigate();\n        }\n      });\n    });\n  })();\n<\/script>\n<!-- \/wp:post-content -->\n","protected":false},"excerpt":{"rendered":"<p>Get Started Outcomes Performance Platform Security Founders Media and Publications Resources &amp; Press All Press Case Studies Whitepapers Articles Podcasts 2026 2025 Mar 17, 2026 AI is Finally Fixing the Way Banks Lend Money Podcast Banking Transformed Listen \u2192 Mar 11, 2026 Aliya&#039;s S.P. &ldquo;Wije&rdquo; Wijegoonaratna Podcast FinTech Business Weekly Listen \u2192 Mar 5, 2026 [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":0,"parent":24,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"blank","meta":{"footnotes":""},"class_list":["post-363","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Resources &amp; Press - AI-Powered Lending<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.aliya.com\/?page_id=363\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Resources &amp; Press - AI-Powered Lending\" \/>\n<meta property=\"og:description\" content=\"Get Started Outcomes Performance Platform Security Founders Media and Publications Resources &amp; Press All Press Case Studies Whitepapers Articles Podcasts 2026 2025 Mar 17, 2026 AI is Finally Fixing the Way Banks Lend Money Podcast Banking Transformed Listen \u2192 Mar 11, 2026 Aliya&#039;s S.P. &ldquo;Wije&rdquo; Wijegoonaratna Podcast FinTech Business Weekly Listen \u2192 Mar 5, 2026 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.aliya.com\/?page_id=363\" \/>\n<meta property=\"og:site_name\" content=\"AI-Powered Lending\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-17T14:59:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.aliya.com\/wp-content\/uploads\/2025\/10\/Aliya-logo-KO@2x.png\" \/>\n\t<meta property=\"og:image:width\" content=\"420\" \/>\n\t<meta property=\"og:image:height\" content=\"162\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.aliya.com\/?page_id=363\",\"url\":\"https:\/\/www.aliya.com\/?page_id=363\",\"name\":\"Resources & Press - AI-Powered Lending\",\"isPartOf\":{\"@id\":\"https:\/\/www.aliya.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.aliya.com\/?page_id=363#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.aliya.com\/?page_id=363#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.aliya.com\/wp-content\/uploads\/2025\/10\/Aliya-logo-KO@2x.png\",\"datePublished\":\"2026-02-19T15:50:36+00:00\",\"dateModified\":\"2026-03-17T14:59:32+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.aliya.com\/?page_id=363#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.aliya.com\/?page_id=363\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.aliya.com\/?page_id=363#primaryimage\",\"url\":\"https:\/\/www.aliya.com\/wp-content\/uploads\/2025\/10\/Aliya-logo-KO@2x.png\",\"contentUrl\":\"https:\/\/www.aliya.com\/wp-content\/uploads\/2025\/10\/Aliya-logo-KO@2x.png\",\"width\":420,\"height\":162},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.aliya.com\/?page_id=363#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.aliya.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Aliya\",\"item\":\"https:\/\/www.aliya.com\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Resources &#038; Press\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.aliya.com\/#website\",\"url\":\"https:\/\/www.aliya.com\/\",\"name\":\"Aliya Financial Technologies\",\"description\":\"AI-Powered Lending\",\"publisher\":{\"@id\":\"https:\/\/www.aliya.com\/#organization\"},\"alternateName\":\"Aliya\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.aliya.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.aliya.com\/#organization\",\"name\":\"Aliya Financial Technologies\",\"alternateName\":\"Aliya\",\"url\":\"https:\/\/www.aliya.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.aliya.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.aliya.com\/wp-content\/uploads\/2025\/10\/cropped-Aliya-Icon-1.png\",\"contentUrl\":\"https:\/\/www.aliya.com\/wp-content\/uploads\/2025\/10\/cropped-Aliya-Icon-1.png\",\"width\":512,\"height\":512,\"caption\":\"Aliya Financial Technologies\"},\"image\":{\"@id\":\"https:\/\/www.aliya.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/aliya-financial-technologies\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Resources & Press - AI-Powered Lending","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.aliya.com\/?page_id=363","og_locale":"en_US","og_type":"article","og_title":"Resources & Press - AI-Powered Lending","og_description":"Get Started Outcomes Performance Platform Security Founders Media and Publications Resources &amp; Press All Press Case Studies Whitepapers Articles Podcasts 2026 2025 Mar 17, 2026 AI is Finally Fixing the Way Banks Lend Money Podcast Banking Transformed Listen \u2192 Mar 11, 2026 Aliya&#039;s S.P. &ldquo;Wije&rdquo; Wijegoonaratna Podcast FinTech Business Weekly Listen \u2192 Mar 5, 2026 [&hellip;]","og_url":"https:\/\/www.aliya.com\/?page_id=363","og_site_name":"AI-Powered Lending","article_modified_time":"2026-03-17T14:59:32+00:00","og_image":[{"width":420,"height":162,"url":"https:\/\/www.aliya.com\/wp-content\/uploads\/2025\/10\/Aliya-logo-KO@2x.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.aliya.com\/?page_id=363","url":"https:\/\/www.aliya.com\/?page_id=363","name":"Resources & Press - AI-Powered Lending","isPartOf":{"@id":"https:\/\/www.aliya.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.aliya.com\/?page_id=363#primaryimage"},"image":{"@id":"https:\/\/www.aliya.com\/?page_id=363#primaryimage"},"thumbnailUrl":"https:\/\/www.aliya.com\/wp-content\/uploads\/2025\/10\/Aliya-logo-KO@2x.png","datePublished":"2026-02-19T15:50:36+00:00","dateModified":"2026-03-17T14:59:32+00:00","breadcrumb":{"@id":"https:\/\/www.aliya.com\/?page_id=363#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.aliya.com\/?page_id=363"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.aliya.com\/?page_id=363#primaryimage","url":"https:\/\/www.aliya.com\/wp-content\/uploads\/2025\/10\/Aliya-logo-KO@2x.png","contentUrl":"https:\/\/www.aliya.com\/wp-content\/uploads\/2025\/10\/Aliya-logo-KO@2x.png","width":420,"height":162},{"@type":"BreadcrumbList","@id":"https:\/\/www.aliya.com\/?page_id=363#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.aliya.com\/"},{"@type":"ListItem","position":2,"name":"Aliya","item":"https:\/\/www.aliya.com\/"},{"@type":"ListItem","position":3,"name":"Resources &#038; Press"}]},{"@type":"WebSite","@id":"https:\/\/www.aliya.com\/#website","url":"https:\/\/www.aliya.com\/","name":"Aliya Financial Technologies","description":"AI-Powered Lending","publisher":{"@id":"https:\/\/www.aliya.com\/#organization"},"alternateName":"Aliya","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.aliya.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.aliya.com\/#organization","name":"Aliya Financial Technologies","alternateName":"Aliya","url":"https:\/\/www.aliya.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.aliya.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.aliya.com\/wp-content\/uploads\/2025\/10\/cropped-Aliya-Icon-1.png","contentUrl":"https:\/\/www.aliya.com\/wp-content\/uploads\/2025\/10\/cropped-Aliya-Icon-1.png","width":512,"height":512,"caption":"Aliya Financial Technologies"},"image":{"@id":"https:\/\/www.aliya.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/company\/aliya-financial-technologies\/"]}]}},"featured_image_src":null,"featured_image_src_square":null,"_links":{"self":[{"href":"https:\/\/www.aliya.com\/index.php?rest_route=\/wp\/v2\/pages\/363","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.aliya.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.aliya.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.aliya.com\/index.php?rest_route=\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.aliya.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=363"}],"version-history":[{"count":0,"href":"https:\/\/www.aliya.com\/index.php?rest_route=\/wp\/v2\/pages\/363\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/www.aliya.com\/index.php?rest_route=\/wp\/v2\/pages\/24"}],"wp:attachment":[{"href":"https:\/\/www.aliya.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=363"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}