10 guidelines to aid tenants and landlords in eviction crisis are adopted by the ABA House

  • Home
  • Daily News
  • 10 guidelines to aid tenants and landlords…
  • Midyear Meeting 10 guidelines to aid tenants and landlords in eviction crisis are adopted by the ABA House
    •  
    • !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs'); Tweet  
    • lang: en_US  
    • reddit_target='law';  
    • Print.

    house keychain and gavel

    Image from Shutterstock.

    The House of Delegates approved a measure adopting the ABA 10 Guidelines for Residential Eviction Laws at the ABA Midyear Meeting on Monday.

    Resolution 612 urges all legislative and governmental bodies to implement the guidelines, which were developed by the Standing Committee on Legal Aid and Indigent Defense to improve the experiences and outcomes of tenants facing eviction.

    In introducing the resolution, Judge Bryant Yang of the Los Angeles Superior Court, who chairs SCLAID, said more than a half million Americans were unhoused in 2020, and even more are at risk of homelessness because of the COVID-19 pandemic. These guidelines, which he said are supported by several entities and notably not opposed by the Section of Real Property, Trust and Estate Law, seek to “make the procedures and laws around eviction fairer and more equitable.”

    Yang added that the resolution “does not call for a moratorium” or “preclude evictions in appropriate circumstances.”

    SCLAID recommends the following in its 10 guidelines:

  • Tenants should receive reasonable notice of any breach of their lease and the chance to correct the problem before they face eviction.
  • Courts should provide emergency procedures to tenants who have been locked out or unlawfully excluded from their homes.
  • Tenants should not be evicted without the opportunity to present their defense in a hearing before a judicial officer with appropriate legal training.
  • Tenants facing eviction should receive ample opportunity to prepare for their hearing, including through formal discovery.
  • Courts should require landlords and tenants to participate in eviction diversion programs before litigation.
  • Tenants facing eviction should have access to qualified counsel in all proceedings.
  • Tenants facing eviction for nonpayment of rent should be able to maintain their housing by paying the full amount owed to their landlord before a final judgment.
  • Tenants should be able to appeal an eviction judgment without facing undue bond requirements.
  • Tenants should not be evicted, or not receive the chance to renew their lease, absent a good cause.
  • Courts should seal the names of defendants before a final judgment in eviction cases as well as when eviction cases are dismissed and have additional procedures for protecting the privacy of defendants who can demonstrate good cause.
  • According to data from the Eviction Lab at Princeton University, which is cited in the report accompanying the resolution, an average of 3.6 million eviction cases were filed annually between 2000 and 2016. Of those cases, about 1.5 million resulted in eviction judgments each year.

    Data from the U.S. Census Bureau, which is also included in the report, shows how the COVID-19 pandemic exacerbated the country’s eviction crisis. As of mid-August 2021, more than 8 million tenants were behind on rent. By January, that number had increased to nearly 10 million tenants.

    Wendy Mariner, a Section of Civil Rights and Social Justice representative to the House of Delegates, also spoke in favor of the resolution. She contended that eviction disrupts the lives of both tenants and landlords. On the tenant side, she said individuals often need to leave their neighborhoods, move their children to a different school and face an increased risk of contracting COVID-19.

    She called the guidelines “common-sense standards for preventing unnecessary evictions,” and in particular, focused on the significance of requiring landlords and tenants to participate in pre-litigation diversion programs.

    “They can create ways to pay past-due rent, to connect people with social services if needed, they help the tenant find suitable housing,” Mariner says. “They can work best when done before an eviction proceeding is begun, and this is one of the most important contributions of the guidelines.”

    Follow along with the ABA Journal’s coverage of the 2022 ABA Midyear Meeting here.

    Jeremy Burkhart, a delegate-at-large from Ohio, spoke in opposition to the resolution. He told the House he had been both a tenant and a landlord and characterized the guidelines as “grossly unfair to landlords” and “not rooted in reality.”

    “The truth is that today the tenant holds the balance of power in the landlord-tenant relationship,” Burkhart said.

    Yang, when given time to respond to Burkhart, reiterated that the guidelines benefit both tenants and landlords by limiting and mitigating litigation costs.

    Resolution 612 is co-sponsored by the Section of Civil Rights and Social Justice, Commission on Domestic and Sexual Violence and Commission on Homelessness and Poverty.

    With its adoption, the ABA and its relevant committees can provide guidance to legislatures and advocates on how to ensure tenants facing eviction are afforded a reasonable level of due process, the report says.

    The ABA has long advocated for protecting tenants’ rights and ensuring due process in judicial proceedings that involve housing.

    Among its efforts, the House of Delegates approved a resolution in 2017 that called on governments to enact legislation that prohibited “discrimination in housing on the basis of lawful source of income.”

    See also:

    ABAJournal.com: “Volunteer legal work needed for pending evictions crisis, says ABA president”

    ABA Journal: “Meet a health justice advocate working to prevent evictions during COVID-19 pandemic”

    ABAJournal.com: “An eviction crisis is coming, housing lawyers warn”

    $( document ).ready(function() { var slidesFetched = false; var handleGalleryClick = function() { var $oldItem = $('.gallery_container'); $('.gallery_container .arrows a').click(function(e) { e.preventDefault(); $arrow = $(this); if (! slidesFetched) { $arrow.closest('.gallery_slide').css('opacity', '0.3'); var url = $(this).attr('href').replace('/gallery/', '/gallery/slides/'); $.get(url, function(data) { var $slides = $(data); $slides = $slides.filter('.gallery_container'); $('.gallery_container').replaceWith($slides); $slides = $('.gallery_container'); $slides.find('.arrows a').click(function(e2) { e2.preventDefault(); var $slideWrapper = $(this).closest('.gallery_container'); var $arrowContainer = $(this).closest('.arrows'); if ($arrowContainer.hasClass('previous')) { $slideWrapper.removeClass('active'); $slideWrapper.prev().addClass('active'); } else if ($arrowContainer.hasClass('next')) { $slideWrapper.removeClass('active'); $slideWrapper.next().addClass('active'); } changeSlide($('.cell-'+$(this).attr('data-slideid'))); }); changeSlide($('.cell-'+$arrow.attr('data-slideid'))); slidesFetched = true; }); } changeSlide($('.cell-'+$(this).attr('data-slideid'))); return false; }); var changeSlide = function($cell) { $('.slide-'+$cell.attr('data-slideid')).addClass('active').siblings().removeClass('active'); $cell.addClass('active').siblings().removeClass('active'); moveFilmstripCells($cell); // Hide filmstrip arrows if we're on the first/last slide. if ($('.gallery_container.active').find('.arrows.previous').length > 0) { $('#filmstrip_container .arrows.previous').css('visibility', 'visible'); } else { $('#filmstrip_container .arrows.previous').css('visibility', 'hidden'); } if ($('.gallery_container.active').find('.arrows.next').length > 0) { $('#filmstrip_container .arrows.next').css('visibility', 'visible'); } else { $('#filmstrip_container .arrows.next').css('visibility', 'hidden'); } }; var $cells = $('#filmstrip_container .cell'); var totalCells = $cells.length; var totalVisibleCells = $cells.filter('.visible').length; var pivotPoint = Math.floor(totalVisibleCells / 2); var moveFilmstripCells = function($activeCell) { var $visibleCells = $cells.filter('.visible'); var activeCellIndex = $cells.index($activeCell); var activeCellVisibleIndex = $visibleCells.index($activeCell); var firstVisibleCellIndex = $cells.index($cells.filter('.visible:first')); var lastVisibleCellIndex = $cells.index($cells.filter('.visible:last')); var cellsToMove = 0; var startingPoint = 0; // Do nothing if active cell is at the pivot point. if (activeCellVisibleIndex == pivotPoint) return; // Active cell is left of the pivot point. if (activeCellVisibleIndex < pivotPoint) { // Do nothing if the cell's index and visible index are identical, because that means // we don't have room to shift. if (activeCellIndex

    Introducing Jobbguru: Your Gateway to Career Success

    The ultimate job platform is designed to connect job seekers with their dream career opportunities. Whether you're a recent graduate, a seasoned professional, or someone seeking a career change, Jobbguru provides you with the tools and resources to navigate the job market with ease. 

    Take the next step in your career with Jobbguru:

    Don't let the perfect job opportunity pass you by. Join Jobbguru today and unlock a world of career possibilities. Start your journey towards professional success and discover your dream job with Jobbguru.

    Originally posted on: https://www.abajournal.com/news/article/ABA-House-OKs-guidelines-that-will-aid-tenants-and-landlords-in-ongoing-eviction-crisis/?utm_source=feeds&utm_medium=rss&utm_campaign=site_rss_feeds