{"version":3,"file":"component---src-templates-news-articles-tsx-988b0fc9747321ae8a1c.js","mappings":"oJAMMA,EAAc,SAACC,GACMA,EAAMC,KAAKC,QAAQC,YAE5C,OACE,gBAAC,IAAD,CAAaC,KAAMC,EAAAA,EAAAA,MACjB,wBAAMC,UAAU,mDACd,sBAAIA,UAAU,uCAAd,oFAIA,qBAAGA,UAAU,QACX,0DADF,MAEE,qBACEA,UAAU,0BACVC,KAAK,6BAFP,2BAFF,2KAWE,qBAAGD,UAAU,0BAA0BC,KAAK,uBAA5C,2BAXF,0GAgBE,qBACEA,KAAK,2BACLD,UAAU,2BAFZ,oCAhBF,YAwBA,qBAAGA,UAAU,QAAb,0SAOA,qBAAGA,UAAU,QAAb,iTAOA,qBAAGA,UAAU,QAAb,yIAEuE,IACrE,qBACEC,KAAK,2CACLD,UAAU,2BAFZ,gBAHF,kRAcA,qBAAGA,UAAU,QAAb,smBAYA,qBAAGA,UAAU,QAAb,sTAOA,qBAAGA,UAAU,QAAb,+dASA,qBAAGA,UAAU,QAAb,kLAKA,sBAAIA,UAAU,4BAAd,iCAGA,qBAAGA,UAAU,QAAb,qbAQE,qBACEA,UAAU,0BACVC,KAAK,iCAFP,iCARF,KAgBA,sBAAID,UAAU,4BAAd,YACA,6CAEE,2BAFF,0BAIE,2BACA,qBACEA,UAAU,0BACVC,KAAK,oCAFP,iCA2BV,UAAeC,EAAAA,KAAWT","sources":["webpack://website-v2/./src/templates/newsArticles.tsx"],"sourcesContent":["import React from \"react\";\nimport { graphql } from \"gatsby\";\nimport { Article } from \"../models/article.model\";\nimport PageWrapper from \"../components/PageWrapper\";\nimport { ROUTE_LINKS } from \"../utils/routes\";\n\nconst NewsArticle = (props: any) => {\n const article: Article = props.data.article.frontmatter;\n\n return (\n \n
\n

\n Matrix Rental Solutions Selected for NAR Tech Scale-Up Program, REACH\n Commercial\n

\n

\n NEW YORK (April 7, 2022) – \n \n Matrix Rental Solutions\n \n , an AI-enabled, tenant analysis platform changing the landscape of\n the rental housing market, is one of nine companies selected for the\n 2022 REACH Commercial program. \n \n Second Century Ventures\n \n , the most active global fund in real estate technology, operates the\n program, which is backed by the  \n \n National Association of Realtors\n \n ® (NAR).\n

\n

\n The mission of REACH is to select and help accelerate the most\n promising new technology companies in real estate and adjacent\n industries, which is more important now than ever in a challenging\n housing market that requires innovative solutions to keep Realtors® at\n the forefront of the industry.\n

\n

\n Over nine months, Matrix Rental Solutions will receive mentorship,\n education, and support from a global network of more than 160 REACH\n portfolio companies. Additionally, the Matrix Rental Solutions team\n will be invited to participate in various industry conferences,\n tradeshows, and networking events.\n

\n

\n “We are excited and honored to be a participant in the 2022 REACH\n program alongside so many high-potential technology companies,” said{\" \"}\n \n Sipho Simela\n \n , founder and CEO of Matrix Rental Solutions. “We’re looking forward\n to learning alongside some of the best and brightest minds in the real\n estate industry as we work to disrupt the tenant screening and\n approval process to make renting simple – and available – for all.”\n

\n

\n Headquartered in New York, Matrix Rental Solutions developed the first\n universal digital rental application built to help both renters and\n landlords. Using Matrix Asset & Income Analysis (MAIA), its\n proprietary scoring model, Matrix Rental Solutions produces a more\n complete upfront application that leads to faster processing time.\n MAIA connects to 16,000 banks and 90% of payroll providers, which\n leads to a faster, easier, and more cost-effective tenant screening\n process. Landlords and property managers can underwrite and approve\n tenants in less than 15 minutes—a manual process that currently takes\n days.\n

\n

\n Prospective tenants must only complete one application to get into\n their rental homes sooner. If their application is not selected, they\n can resubmit their application with one click – and without additional\n fees – to other properties leveraging Matrix Rental Solutions’\n technology at no additional charge.\n

\n

\n “The value of a platform like Matrix Rental Solutions is enormous –\n it’s changing how quick, thorough, and secure the tenant screening\n process can be in residential real estate,” said Tyler Thompson,\n Managing Partner of Second Century Ventures. “Consequently, landlords\n and Realtors® can help clients lease faster, and prospective tenants\n have a more equitable opportunity for housing. Matrix Rental Solutions\n is truly changing the game, and it benefits the entire industry.”\n

\n

\n The eight other companies selected into the 2022 REACH Commercial\n program include: Arx City, B-Line, CREtelligent, LeaseUp, SPACKLE,\n Stake, STRATAFOLIO and WhoseYourLandlord.\n

\n
\n About Matrix Rental Solutions\n
\n

\n Matrix Rental Solutions is a tenant analysis fintech platform that is\n changing the landscape of the growing, $500 billion rental housing\n market. Matrix Asset & Income Analysis (MAIA), the company’s\n proprietary scoring model, produces a more thorough, inclusive, and\n faster tenant score that allows landlords and property managers to\n underwrite and approve tenants in less than 15 minutes—from what\n currently takes days. Learn more at \n \n https://www.mymatrixrent.com/\n \n .\n

\n
Contact:
\n

\n Stephanie Roberts\n
\n Matrix Rental Solutions\n
\n \n sroberts@mymatrixrent.com\n \n

\n
\n
\n );\n};\n\nexport const pageQuery = graphql`\n query($slug: Int) {\n article: markdownRemark(\n frontmatter: { slug: { eq: $slug } }\n fields: { category: { eq: \"articles\" } }\n ) {\n frontmatter {\n title\n date\n url\n }\n }\n }\n`;\n\nexport default React.memo(NewsArticle);\n"],"names":["NewsArticle","props","data","article","frontmatter","path","ROUTE_LINKS","className","href","React"],"sourceRoot":""}