52.1 F
Los Angeles
Monday, Apr 28, 2025

Standard Buys Senior Housing Site in Pasadena for $31 Million

Standard Co.’s affordable housing division, Standard Communities, has purchased the 61-unit Villa Raymond Apartments in Pasadena for $31.2 million.

The apartments will remain as senior affordable housing.


“This project was built in the 1920s and was in tremendous need of renovation. It also had a preservation-based Section 8 contract that is a subsidy from the federal government that was in jeopardy of expiring. We were able to preserve this funding,” said Jeffrey Jaeger, principal and co-founder of Standard.


“We’re really targeting projects like this. It’s really a win-win for the residents and the proponents of affordable housing,” he added.


Jaeger said the purchase would preserve the building as affordable housing for the next 55 years.


“This really fits in our mission to create a better world by creating long-term public and private partnerships,” he said.


Money for the purchase came from the California Debt Limit Allocation Committee. Federal Low-Income Housing Tax Credits were provided by the California Tax Credit Allocation Committee.


The transaction was a partnership with the Department of Housing and Urban Development; CDLAC; TCAC; and Housing On Merit, a nonprofit that is a co-owner of the property.


Standard plans to spend more than $5 million to modernize the units, upgrade building systems and amenity spaces and improve accessibility.


Services and programming like free health and wellness programs will be implemented at the property as well.


Standard Communities has created or preserved roughly 2,600 units of affordable housing in California.


The Villa Raymond Apartments is Standard’s fourth project in Los Angeles. One of its other properties, the Beverly Park Senior Apartments, is also for seniors.


“We are long-term owners of these properties,” Jaeger said. “We invest in the preservation of these expiring affordable housing transactions with the goal to renovate them and typically we own these properties for 15 years or more.”


He added that the company was able to quickly execute transactions like the Villa Raymond Apartments and “preserve these units and make sure these seniors have a place to stay in the long run.”

Hannah Welk
Hannah Welk
Hannah (Madans) Welk is the editor-in-chief at the Los Angeles Business Journal and Inside The Valley (formerly the San Fernando Valley Business Journal). She previously covered real estate for the Los Angeles Business Journal. She has done work with publications including The Orange County Register, The Real Deal and doityourself.com.

Featured Articles

Related Articles

Author ' + // image style settings '
' + 'tagDiv image style' + '' + '
' + ''; //inject our settings in the template - before
td_template_content = td_template_content.replace('
', td_our_content + '
'); //save the template jQuery('#tmpl-image-details').html(td_template_content); //modal off - click event jQuery(document).on( "click", ".td-modal-image-on", function() { if (jQuery(this).hasClass('active')) { return; } td_add_image_css_class('td-modal-image'); jQuery(".td-modal-image-off").removeClass('active'); jQuery(".td-modal-image-on").addClass('active'); }); //modal on - click event jQuery(document).on( "click", ".td-modal-image-off", function() { if (jQuery(this).hasClass('active')) { return; } td_remove_image_css_class('td-modal-image'); jQuery(".td-modal-image-off").addClass('active'); jQuery(".td-modal-image-on").removeClass('active'); }); // select change event jQuery(document).on( "change", ".td-wp-image-style", function() { switch (jQuery( ".td-wp-image-style").val()) { default: td_clear_all_classes(); //except the modal one jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } }); //util functions to edit the image details in wp-admin function td_add_image_css_class(new_class) { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); jQuery('*[data-setting="extraClasses"]').val(td_extra_classes_value + ' ' + new_class); jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } function td_remove_image_css_class(new_class) { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); //try first with a space before the class var td_regex = new RegExp(" " + new_class,"g"); td_extra_classes_value = td_extra_classes_value.replace(td_regex, ''); var td_regex = new RegExp(new_class,"g"); td_extra_classes_value = td_extra_classes_value.replace(td_regex, ''); jQuery('*[data-setting="extraClasses"]').val(td_extra_classes_value); jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } //clears all classes except the modal image one function td_clear_all_classes() { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); if (td_extra_classes_value.indexOf('td-modal-image') > -1) { //we have the modal image one - keep it, remove the others jQuery('*[data-setting="extraClasses"]').val('td-modal-image'); } else { jQuery('*[data-setting="extraClasses"]').val(''); } } //monitor the backbone template for the current status of the picture setInterval(function(){ var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); if (typeof td_extra_classes_value !== 'undefined' && td_extra_classes_value != '') { // if we have modal on, switch the toggle if (td_extra_classes_value.indexOf('td-modal-image') > -1) { jQuery(".td-modal-image-off").removeClass('active'); jQuery(".td-modal-image-on").addClass('active'); } } }, 1000); })(); //end anon function -->