ssa-gov/policy/research.html?type=Research and Statistics Note
2025-02-19 12:17:21 -08:00

430 lines
No EOL
45 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="Cache-Control" content="no-store" />
<meta http-equiv="expires" content="0" />
<title>Research &amp; Analysis Archives</title>
<meta name="dc.identifier" content="https://www.ssa.gov/policy/research.html" />
<meta name="DCTERMS:contentOffice" content="ORDP:ORES" />
<meta name="DCTERMS:contentOwner" content="publications@ssa.gov" />
<meta name="DCTERMS:coderOffice" content="ORDP:ORES:OD" />
<meta name="DCTERMS:coder" content="op.webmaster@ssa.gov" />
<meta name="DCTERMS:dateCertified" content="2025-01-01" />
<meta name="description" content="Social Security Administration Research, Statistics, and Policy Analysis" />
<!-- STYLES & SCRIPTS -->
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<link href="/framework/css/phoenix.css" rel="stylesheet" media="all" />
<link href="/policy/styles/nav.css" rel="stylesheet" media="all" />
<link href="/policy/styles/nav-shared.css" rel="stylesheet" media="all" />
<!-- SSA INTERNET HEAD SCRIPTS -->
<script src="/framework/js/ssa.internet.head.js"></script>
<script>
const time=Math.floor($.now()/18e5); // half hour turnovers
const months=['','January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December', 'January'];
let pubTypes=[{"Type":"International Update", "Abbr": "IU", "Description":""},{"Type":"Issue Papers", "Abbr": "IP", "Description":"Papers that summarize a complex issue in a comprehensible, concise paper with graphics."},{"Type":"ORES Working Papers", "Abbr": "WP", "Description":"Unedited, preliminary papers prepared to solicit comments and feedback from the wider research community."},{"Type":"Policy Briefs", "Abbr": "PB", "Description":"Briefs that summarize MINT results for policy proposals or the history, rationale, or effects of current or proposed policies."},{"Type":"Research and Statistics Notes", "Abbr": "RSN", "Description":"Short notes that provide addenda to material already published, summarize preliminary findings, or review or explain data or analysis tools/resources."},{"Type":"Research Summaries", "Abbr": "RS", "Description":"One-page summaries of select research papers."},{"Type":"Social Security Bulletin", "Abbr": "SSB", "Description":"<abbr class='spell'>SSA</abbr>'s quarterly research journal, the Social Security Bulletin, comprehensively covers Social Security&ndash;related topics of broad interest. Articles focus on the Social Security and Supplemental Security Income programs, the income of the aged, private pension coverage, the poverty status of various groups (such as women and children), reform of Social Security, and other timely subjects. The Perspectives section presents refereed contributions by outside scholars on similar issues."},{"Type":"Other", "Abbr": "O", "Description":"Discontinued or limited series publications."}]
const urlParam=name=>{
const results=new RegExp('[\?&]'+name+'=([^&#]*)').exec(window.location.href);
return results==null?null:decodeURI(results[1])||0;
}
let factsheets=[], pKeyword=urlParam('keyword'), pPage=urlParam('page'), pSort=urlParam('sort'), pType=urlParam('type'), termArray=[];
if (pKeyword) { pKeyword=pKeyword.replace(/\s?\+\s?/gi,' ').replace(/\sand\s/gi,' ') }
if (pSort==null) { pSort='date' }
if (pType!=null) { pubTypes=pubTypes.find(b=>b.Type.match(pType.substr(0,11))) }
const jumps=(id, text)=>{
const div=Object.assign(document.createElement('div'), { id:`${id}set` });
div.append(Object.assign(document.createElement('h4'), { id:`to${id}`, textContent:text }));
if (text.toString().substr(0,3)=='Vol') {
const toc=Object.assign(document.createElement('h5'), { style:'margin-bottom:-1em;margin-top:-.2em' });
toc.append(Object.assign(document.createElement('a'), { href:`/policy/docs/ssb/${id}/index.html`, textContent:'Entire issue' }));
div.append(toc);
}
$('#results').append(div);
}
const render=(data,searchTerms)=>{
const temp=document.querySelector('template');
const resultCount=data.length;
let typeInfo='';
if (pType&&pubTypes&&pType!="International Update") { $('#browseBox').append(`<div class="margin-top"><i><b>${pubTypes.Type}:</b> ${pubTypes.Description}</i></div>`) }
$('#count').append(`<div><b>Results count</b> <br>${resultCount.toLocaleString('en-US')}</div>`);
if (pKeyword||resultCount>150) { $('#browseBox').after(Object.assign(document.createElement('div'), { className:'jumpBox', id:'jumpBox' })) }
if (pKeyword) {
const seeAlso=pKeyword.match('data')?'also <a href="/policy/docs/data/index.html">Public-Use Data Files</a>':`possible <a href='/policy/extramural/search.html?search=${pKeyword}'>Extramural Project matches</a>`;
$('#jumpBox').append(`<div class="float-right">&nbsp;</div><p style="padding-right:18em"><b>Results matching: <span class="maroon">${searchTerms}</span></b></p>`);
if (pKeyword.match('international|foreign')) {
$('#results').prepend(`<div class="container-yellow"><b>NOTE:</b> Content on this page is intended for the research and policy analysis community and may not reflect <a href="/international/"><b>current information for <abbr class="spell">SSA</abbr> International Programs and Resources</b></a>.<p class="margin-top">Looking for research and analysis on a specific country? See our <b><a href="/policy/country-index.html">Country Index</a>.</b></p></div>`);
} else if (pKeyword.match('gpo|offset|pension|wep|windfall')) {
$('#results').prepend(`<div class="container-yellow"><b>NOTE:</b> Content on this page is intended for the research and policy analysis community and may not reflect <b>current program information for the <a href="/benefits/retirement/social-security-fairness-act.html">Government Pension Offset or Windfall Elimination Provision</a>.</b></div>`);
} else if (pKeyword.match('history')) {
$('#results').prepend(`<div class="container-yellow"><b>NOTE:</b> Content on this page is intended for the research and policy analysis community and may not reflect <b>the broader historical coverage by our agency's <a href="/history/">Historian's Office</a>.</b></div>`);
} else if (pKeyword.match('mint|modeling')) {
$('#results').prepend(`<div class="container-yellow"><h3>Related Content</h3><ul><li><a href="/policy/about/mint.html">MINT Overview</a></li><li><a href="/policy/docs/projections/methodology.html">Our Projection Methodolgy</a></li><li><a href="/policy/docs/projections/policy-options/index.html">Policy Option Projections</a></li></ul></div>`);
} else if (pKeyword.match('return to work')) {
$('#results').prepend(`<div class="container-yellow"><b>NOTE:</b> Content on this page is intended for the research and policy analysis community and may not reflect <a href="/pubs/EN-05-10095.pdf" auto-tracked="true"><b>current program information about Working While Disabled</b></a>.</div>`);
} else if (pKeyword.match('veteran')) {
$('#results').prepend('<div class="container-yellow"><b>NOTE:</b> Content on this page is intended for the research and policy analysis community and may not reflect <a href="/people/veterans/"><b>current program information for Wounded Warriors</b></a>.</div>');
} else {
let author={}, authorBox="";
$.ajax({ async:false, dataType:'json', url:'/policy/json/authors.json?v'+time, success:function(aData) { author=aData.find(a=>searchTerms.toLowerCase().match(a.Name.toLowerCase())) } });
if (author) {
authorBox="<div class='container-blue authorBox'>Author's profile on &nbsp;";
if (author.ResearchGate) {
authorBox+=`<a href='https://www.researchgate.net/profile/${author.ResearchGate}' title='ResearchGate'><img src='/policy/images/icons/ResearchGate.png' title='ResearchGate' width='86' height='14'></a>&ensp;`
}
if (author.LinkedIn) {
authorBox+=`<a href='https://www.linkedin.com/in/${author.LinkedIn}' title='LinkedIn'><img src='/policy/images/icons/LinkedIn.png' title='LinkedIn' width='56' height='14'></a>`
}
authorBox+="</div>";
$('#results').prepend(authorBox)
}
}
if (factsheets.length>0) {
const heading=factsheets.length>1?'Related Fact Sheets':'Related Fact Sheet';
$('#results').append(`<div class="container-green margin-top" style="padding:.5em"><h4 class="no-top-margin">${heading}</h4></div>`);
factsheets.forEach(a=>{
const pubDate=months[parseInt(a.Released.substring(5,7))]+' '+parseInt(a.Released.substring(0,4));
$('.container-green').append(`<div class="publication"><h5><a href="/policy/${a.Url}">${a.Title}</a></h5><div class="releaseDate">${a.Type} (released ${pubDate})</div></div>`);
});
}
}
if (resultCount>150) {
let groups=pSort=='title'?[...new Set(data.map(a=>a.SortLetter).flat())]:[...new Set(data.map(a=>a.Released.substring(0,3)+'0s').flat())];
if (pPage==null) { pPage=groups[0] }
if (pSort=='title') {
$('#jumpBox').append(`<p>Show results starting with:&nbsp;&nbsp;<span class="grayText"></span></p>`);
} else {
$('#jumpBox').append(`<p>Decade showing: <span class="maroon"><b>${pPage}</b></span> <br>Show another decade:&nbsp;&nbsp;<span class="grayText"></span></p>`);
}
groups.forEach(a=>{
if (a==pPage) { $('.grayText').append(Object.assign(document.createElement('span'), { innerHTML: `${a}&nbsp; ` }));
} else {
const thisA=Object.assign(document.createElement('a'), { href: '#', innerHTML:`${a}&nbsp; ` });
thisA.setAttribute('onclick',`paramLink('pPage','${a}')`);
$('.grayText').append(thisA);
}
});
data=pSort=='title'?data.filter(a=>a.SortLetter==pPage):data.filter(a=>a.Released.match(pPage.substring(0,3)));
$('#results').after(`<div class="jumpBox margin-top-2">${$('#jumpBox').html()}</div>`)
}
if (resultCount>0) {
data.forEach(pub=>{
const pubBlock=temp.content.cloneNode(true);
const pubYear=parseInt(pub.Released.substring(0,4));
const pubDate=months[parseInt(pub.Released.substring(5,7))]+' '+pubYear;
pubBlock.querySelector('h5 a').setAttribute('href', `/policy/${pub.Url}`);
pubBlock.querySelector('h5 a').innerHTML = pub.Title;
switch (pub.Type) {
case 'Social Security Bulletin':
typeInfo=`from Social Security Bulletin, ${pub.Issue} `;break;
case 'Other':
typeInfo='';break;
default:
typeInfo=pub.Number==null?`${pub.Type} `:`${pub.Type} ${pub.Number} `;
}
if ((pType=='Social Security Bulletin'&&pSort=='date')||(pKeyword&&pub.Title.match('International Update'||'Social Security Programs Throughout the World'))) {
pubBlock.querySelector('.releaseDate').outerHTML='';
} else {
switch (pub.Title) {
case 'International Update':
let nextMonth=months[parseInt(pub.Released.substring(5,7))+1], nextYear=pubYear;
if (nextMonth=='January') { nextYear=pubYear+1 }
pubBlock.querySelector('.releaseDate').innerHTML=`${typeInfo}(last released ${pubDate}&ensp;&#183;&ensp;next expected ${nextMonth} ${nextYear})`;
break;
case 'Social Security Programs Throughout the World':
case "State Assistance Programs for <abbr class='spell'>SSI</abbr> Recipients":
pubBlock.querySelector('.releaseDate').innerHTML=`${typeInfo}(last released ${pubDate})`; break;
default:
pubBlock.querySelector('.releaseDate').innerHTML=`${typeInfo}(released ${pubDate})`;
}
}
if (pub.Authors) {
pubBlock.querySelector('.authors').innerHTML='by '+pub.Authors.join(', ');
} else {
pubBlock.querySelector('.authors').outerHTML='';
}
pubBlock.querySelector('.blurb').outerHTML=pub.Blurb==null?'':`<p>${pub.Blurb}</p>`;
if (resultCount>150) {
let jumpId=pSort=='date'?pubYear:pub.SortLetter, jumpText=jumpId;
if (pSort=='date'&&pType=='Social Security Bulletin') {
jumpId=pub.Issue.replace(/Vol\. /,'v').replace(/, No\. /,'n');
jumpText=`${pub.Issue} (${pubDate})`;
}
if (document.getElementById(`${jumpId}set`)==null) { jumps(jumpId, jumpText) }
$(`#${jumpId}set`).append(pubBlock);
} else {
$('#results').append(pubBlock);
}
});
} else {
$('#results').append('<p class="margin-top">No results. Please change your selections.</p>');
}
}
const handleParams=()=>{
let searchTerms='';
$.getJSON('/policy/json/research.json?v'+time, function(data) {
let IUcountries=[...new Set(data.filter(a=>a.Type=='International Update').filter(a=>a.Countries!=null).map(pub=>pub.Countries).flat())];
IUcountries=IUcountries.filter(a=>!a.match('European Commission|OECD|World Bank'));
IUcountries.sort((a, b)=>a<b?-1:1);
if (pType) {
if (pType=="Other") {
data=data.filter(a=>a.Type.match('Briefing Paper|Contractor Report|Other|Research Report'))
} else {
data=data.filter(a=>a.Type==pType)
}
}
if (pKeyword) {
$.ajax({ async:false, dataType:'json', url:'/policy/json/factsheets.json?v'+time, success:function(fsData) { factsheets = fsData } });
const re=/"(.*?)"/g;
let findTerm='', matches=[];
const shortenedKeywords=pKeyword.replace(/Modeling Income in the Near Term/gi,'MINT').replace(/Old[-\s]?Age,? Survivors,? and Disability Insurance/gi,'OASDI').replace(/Old[-\s]?Age and Survivors Insurance/gi,'OASI').replace(/Supplemental Security Income/gi,'SSI').replace(/(Disability Insurance|SSDI)/gi,'DI').replace(/foreign/gi,'international').replace(/gender/gi,'sex');
let unquoted=shortenedKeywords;
while (matches=re.exec(shortenedKeywords)) {
findTerm=matches.pop();
termArray.push(findTerm);
unquoted=unquoted.replace(findTerm, '');
}
let unquotedArray=unquoted.replace(/['"]/g,'').replace(/\s+/g,' ').trim().split(' ');
unquotedArray.forEach(a=>termArray.push(a));
termArray=[...new Set(termArray.filter(b=>b!= ''))];
termArray.forEach(term=>{
// special author name changes
if (term.match('Duleep')) { term=term.replace(/Harriet (Orcutt )?/i,'Harriet (Orcutt )?')
} else if (term.match('Schimmel')) { term=term.replace(/Schimmel( Hyde)?/i,'Schimmel( Hyde)?')
} else if (term.match('Stegman')) { term=term.replace(/Stegman( Bailey)?/i,'Stegman( Bailey)?')
}
// all terms...
let regEx=new RegExp(`\\b(${term}s?)\\b`, "gi");
data=data.filter(a=>Object.values(a).toString().replace(/Modeling Income in the Near Term/gi,'MINT').replace(/Old[-\s]?Age,? Survivors,? and Disability Insurance/gi,'OASDI').replace(/Old[-\s]?Age and Survivors Insurance/gi,'OASI').replace(/Supplemental Security Income/gi,'SSI').replace(/(Disability Insurance|SSDI)/gi,'DI').replace(/foreign/gi,'international').replace(/gender/gi,'sex').replace(/<[^>]+>/gi, '').match(regEx));
factsheets=factsheets.filter(a=>Object.values(a).toString().replace(/<[^>]+>/gi, '').match(regEx));
});
searchTerms+=String(termArray).replace(/,/g, ' AND ');
}
const IUs=data.filter(a=>a.Type=='International Update');
if (IUs.length>0) {
let countryList=[], issues=[], issueDate='', issuesList='';
IUs.sort((a,b)=>a.Released>b.Released?-1:1);
if (pKeyword&&pKeyword.match('foreign|international|pensions?|update')==null) {
IUs.forEach(issue=>{
issueDate=issue.Title.replace('International Update, ','');
issues.push(`<a href="/policy/${issue.Url}">${issueDate.substring(issueDate.length-4)} ${issueDate.substring(0,issueDate.length-5)}</a>`)
});
issuesList=issues.join('<br>')+'</p><p>';
} else {
IUs.forEach(issue=>{
issueDate=issue.Title.replace('International Update, ','');
issues.push(`<option value="/policy/${issue.Url}">${issueDate.substring(issueDate.length-4)} ${issueDate.substring(0,issueDate.length-5)}</option>`)
});
issuesList=`<form class="available" name="jump" style="margin-left:2em"><i><label for="archive">Available issues:</label></i>&nbsp; <select id="archive" name="menu"><option selected="selected">Choose date</option>${issues.join('')}</select>&nbsp;<input type="button" onclick="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO"></form>`;
}
IUcountries.forEach(c=>{ countryList.push(`<option value="/policy/research.html?type=International%20Update&keyword=${c}">${c}</option>`)});
const IUblock={Title: 'International Update', Type: 'International Update', Url: 'docs/progdesc/intl_update/index.html', Released: `${IUs[0].Released}`, Blurb: `A monthly publication covering recent developments in foreign private and public pensions, social security, and retirement.</p><p>${issuesList}<form class="available" name="countries" style="margin-left:2em"><i><label for="countrySelector">Find issues for:</label></i>&nbsp;&nbsp;&nbsp; <select id="countrySelector" name="menu"><option selected="selected">Choose country or region</option>${countryList.join('')}</select>&nbsp;<input type="button" onclick="location=document.countries.menu.options[document.countries.menu.selectedIndex].value;" value="GO"></form>`};
data=data.filter(a=>a.Type!='International Update'); // remove individual IUs
data.push(IUblock);
}
if (data.find(a=>a.Title.match('Social Security Programs Throughout the World'))) {
const regions=['Europe', 'Asia and the Pacific', 'Africa', 'The Americas'];
let regionsBlocks=[];
regions.forEach(region=>{
let SSPTWs=data.filter(a=>a.Title.match(`Social Security Programs Throughout the World: ${region}`)!=null);
if (SSPTWs.length>0) {
let editions=[];
SSPTWs.sort((a,b)=>a.Released>b.Released?-1:1);
SSPTWs.forEach(edition=>{ editions.push(`<a href="/policy/${edition.Url}">${edition.Title.replace(`Social Security Programs Throughout the World: ${region}, `,'')}</a>`) });
regionsBlocks.push(`<p><b>${region}:</b>&nbsp; ${editions.join('&nbsp;&nbsp;·&nbsp; ')}</p>`);
}
});
const SSPTWblock={Title: 'Social Security Programs Throughout the World', Type: 'Other', Url: 'docs/progdesc/ssptw/index.html', Released: '2020-03-20', Blurb: `A biannual publication highlighting the principal features of social security programs in more than 170 countries. Published in collaboration with the <a href="https://www.issa.int/" auto-tracked="true">International Social Security Association</a>, one of four regional volumes was issued every six months.</p><p><i>Available editions:</i></p>${regionsBlocks.join('')}<div class="container-blue margin-left-2"><p>This publication was discontinued after the <span class="nobr">20182019</span> volume. Our data partner for the series, the International Social Security Association, still provides <a href="https://ww1.issa.int/databases/country-profiles" auto-tracked="true">country profiles</a> on their own website.</p></div><p>`};
data=data.filter(a=>a.Title.match('Social Security Programs Throughout the World')==null); // remove individual SSPTWs
data.push(SSPTWblock);
}
data.forEach(pub=>{
pub.SortTitle=pub.Title.replace(/<[^>]+>/gi, '').replace(/&(ldquo|rdquo|quot);/gi,'').replace('A ', '').replace('An ', '').replace('The ', '');
pub.SortLetter=pub.SortTitle.substring(0,1);
});
factsheets.forEach(pub=>pub.SortTitle=pub.Title.replace(/<[^>]+>/gi, '').replace(/&(ldquo|rdquo|quot);/gi,'').replace('A ', '').replace('An ', '').replace('The ', ''));
if (pSort=='date') {
if (pType=='ORES Working Paper') {
data.sort((a, b)=>parseInt(a.Number)>parseInt(b.Number)?-1:1)
} else {
data.sort((a,b)=>a.Released>b.Released?-1:a.Released<b.Released?1:parseInt((a.Url.match(/p(\d+)/)||[0,'0'])[1])<parseInt((b.Url.match(/p(\d+)/)||[0,'0'])[1])?-1:1)
}
factsheets.sort((a, b)=>a.Released>b.Released?-1:1)
} else {
data.sort((a, b)=>a.SortTitle.toLowerCase()<b.SortTitle.toLowerCase()?-1:1);
factsheets.sort((a, b)=>a.SortTitle.toLowerCase()<b.SortTitle.toLowerCase()?-1:1);
}
render(data,searchTerms);
});
}
const paramLink=(pName, thisChoice)=>{
event.preventDefault();
const newParams=[];
if (pName=='pKeyword') {
pKeyword=document.getElementById("searchEntry").value;
} else {
eval(`${pName}='${thisChoice}'`);
}
if (pSort) { newParams.push(`sort=${pSort}`) }
if (pType&&pType!='all') { newParams.push(`type=${pType}`) }
if (pKeyword&&pKeyword!='all') { newParams.push(`keyword=${pKeyword}`) }
if (pName=='pPage') { newParams.push(`page=${pPage}`) }
window.location.href='research.html?'+newParams.join('&');
}
const holdChoices=()=>{
if (pSort&&pSort=='date') { $('#sortDate').attr('checked', true)
} else { $('#sortAZ').attr('checked', true) }
if (pType) { $('#filter'+pubTypes.Abbr).attr('checked', true)
} else { $('#filterAll').attr('checked', true) }
//if (pKeyword) { $('#searchEntry').val(pKeyword) }
}
$(function() { handleParams(); holdChoices() });
</script>
<script>(window.BOOMR_mq=window.BOOMR_mq||[]).push(["addVar",{"rua.upush":"false","rua.cpush":"false","rua.upre":"false","rua.cpre":"false","rua.uprl":"false","rua.cprl":"false","rua.cprf":"false","rua.trans":"SJ-3a3bb884-f513-47e3-a86c-84bab05e21dc","rua.cook":"true","rua.ims":"false","rua.ufprl":"false","rua.cfprl":"false","rua.isuxp":"false","rua.texp":"norulematch","rua.ceh":"false","rua.ueh":"false","rua.ieh.st":"0"}]);</script>
<script>!function(e){var n="https://s.go-mpulse.net/boomerang/";if("False"=="True")e.BOOMR_config=e.BOOMR_config||{},e.BOOMR_config.PageParams=e.BOOMR_config.PageParams||{},e.BOOMR_config.PageParams.pci=!0,n="https://s2.go-mpulse.net/boomerang/";if(window.BOOMR_API_key="LERZW-HECFS-R8H4E-23UQ7-ERMQB",function(){function e(){if(!o){var e=document.createElement("script");e.id="boomr-scr-as",e.src=window.BOOMR.url,e.async=!0,i.parentNode.appendChild(e),o=!0}}function t(e){o=!0;var n,t,a,r,d=document,O=window;if(window.BOOMR.snippetMethod=e?"if":"i",t=function(e,n){var t=d.createElement("script");t.id=n||"boomr-if-as",t.src=window.BOOMR.url,BOOMR_lstart=(new Date).getTime(),e=e||d.body,e.appendChild(t)},!window.addEventListener&&window.attachEvent&&navigator.userAgent.match(/MSIE [67]\./))return window.BOOMR.snippetMethod="s",void t(i.parentNode,"boomr-async");a=document.createElement("IFRAME"),a.src="about:blank",a.title="",a.role="presentation",a.loading="eager",r=(a.frameElement||a).style,r.width=0,r.height=0,r.border=0,r.display="none",i.parentNode.appendChild(a);try{O=a.contentWindow,d=O.document.open()}catch(_){n=document.domain,a.src="javascript:var d=document.open();d.domain='"+n+"';void(0);",O=a.contentWindow,d=O.document.open()}if(n)d._boomrl=function(){this.domain=n,t()},d.write("<bo"+"dy onload='document._boomrl();'>");else if(O._boomrl=function(){t()},O.addEventListener)O.addEventListener("load",O._boomrl,!1);else if(O.attachEvent)O.attachEvent("onload",O._boomrl);d.close()}function a(e){window.BOOMR_onload=e&&e.timeStamp||(new Date).getTime()}if(!window.BOOMR||!window.BOOMR.version&&!window.BOOMR.snippetExecuted){window.BOOMR=window.BOOMR||{},window.BOOMR.snippetStart=(new Date).getTime(),window.BOOMR.snippetExecuted=!0,window.BOOMR.snippetVersion=12,window.BOOMR.url=n+"LERZW-HECFS-R8H4E-23UQ7-ERMQB";var i=document.currentScript||document.getElementsByTagName("script")[0],o=!1,r=document.createElement("link");if(r.relList&&"function"==typeof r.relList.supports&&r.relList.supports("preload")&&"as"in r)window.BOOMR.snippetMethod="p",r.href=window.BOOMR.url,r.rel="preload",r.as="script",r.addEventListener("load",e),r.addEventListener("error",function(){t(!0)}),setTimeout(function(){if(!o)t(!0)},3e3),BOOMR_lstart=(new Date).getTime(),i.parentNode.appendChild(r);else t(!1);if(window.addEventListener)window.addEventListener("load",a,!1);else if(window.attachEvent)window.attachEvent("onload",a)}}(),"".length>0)if(e&&"performance"in e&&e.performance&&"function"==typeof e.performance.setResourceTimingBufferSize)e.performance.setResourceTimingBufferSize();!function(){if(BOOMR=e.BOOMR||{},BOOMR.plugins=BOOMR.plugins||{},!BOOMR.plugins.AK){var n="false"=="true"?1:0,t="cookiepresent",a="eyd7g6aaiaaamjqacqdfqaaaabt3moqb-f-5769ab482-clienttons-s.akamaihd.net",i="false"=="true"?2:1,o={"ak.v":"39","ak.cp":"1204614","ak.ai":parseInt("728289",10),"ak.ol":"0","ak.cr":6,"ak.ipv":6,"ak.proto":"h2","ak.rid":"14c840a3","ak.r":19138,"ak.a2":n,"ak.m":"dsca","ak.n":"essl","ak.bpcip":"2607:f378:40:6::","ak.cport":40596,"ak.gh":"23.60.168.62","ak.quicv":"","ak.tlsv":"tls1.3","ak.0rtt":"","ak.0rtt.ed":"","ak.csrc":"-","ak.acc":"","ak.t":"1739995649","ak.ak":"hOBiQwZUYzCg5VSAfCLimQ==EOFExeH3YTF8lbx/RBoe6cZjNMZxWorJt6H3RvoMDhpYoNnEk3dZLFJWPos26IXK8LlQcZdXm8WjA8ANs0R3RAO1ZYK+PJDXE4IFKgqjEiXY3nINcXmvyk4FeAUuIBSVRKLTOEJw5zNnHMfiLesEdUaZbUpV1ARFHCtUJBwCozsZhbPHOf9hm4ATdD9VmKDVecJB9WJ6jOAERC4N4+HbWU8sB/ShAPj82sSIZL6O5hd60sHI4X1grl/OYPiSXqcF+EsBd5zXhbeCgt34Db4wn+oI+2pINs068FtDSRMCMHM0679Fai9RQ1ziE0O2wORXyb5b8zu4JtLnNON5Ee7b7+QLrolGdUJEA/sPgVB/Hgr8jaVCOx3eJHh88RRsmuuty0FRGUBmzWxQIcjWDP3LFNoUAu3eAOMrxgbILgZvQZM=","ak.pv":"98","ak.dpoabenc":"","ak.tf":i};if(""!==t)o["ak.ruds"]=t;var r={i:!1,av:function(n){var t="http.initiator";if(n&&(!n[t]||"spa_hard"===n[t]))o["ak.feo"]=void 0!==e.aFeoApplied?1:0,BOOMR.addVar(o)},rv:function(){var e=["ak.bpcip","ak.cport","ak.cr","ak.csrc","ak.gh","ak.ipv","ak.m","ak.n","ak.ol","ak.proto","ak.quicv","ak.tlsv","ak.0rtt","ak.0rtt.ed","ak.r","ak.acc","ak.t","ak.tf"];BOOMR.removeVar(e)}};BOOMR.plugins.AK={akVars:o,akDNSPreFetchDomain:a,init:function(){if(!r.i){var e=BOOMR.subscribe;e("before_beacon",r.av,null,null),e("onbeacon",r.rv,null,null),r.i=!0}return this},is_complete:function(){return!0}}}}()}(window);</script></head>
<body class="RA">
<div id="page">
<div class="bg-dark-gray accessibility" id="accessibility"><a id="skip-navigation" href="#content">Skip to main content</a></div><ssa-header class="print-hide"><noscript><header class="banner-neo" id="banner" role="banner" style="background-color: #0b4778;"><div class="banner-wrapper"><h1 class="banner-logo"><a class="banner-logo__link" href="/">Social Security</a></h1><nav class="banner-nav" id="banner-nav"><a class="banner-nav__link banner-search" href="https://search.ssa.gov/search?affiliate=ssa" title="Search" target="_blank"><svg class="banner-nav__icon" focusable="false" width="24" height="24" viewbox="0 0 24 24"><path d="M 10 23 C 11.219 23 12.384 22.762 13.496 22.285 C 14.608 21.808 15.565 21.169 16.367 20.367 C 17.169 19.565 17.808 18.608 18.285 17.496 C 18.762 16.384 19 15.219 19 14 C 19 12.953 18.829 11.951 18.488 10.992 C 18.147 10.033 17.661 9.164 17.031 8.383 L 22.711 2.711 C 22.904 2.518 23 2.281 23 2 C 23 1.713 22.905 1.475 22.715 1.285 C 22.525 1.095 22.287 1 22 1 C 21.719 1 21.482 1.096 21.289 1.289 L 15.617 6.969 C 14.836 6.339 13.966 5.853 13.008 5.512 C 12.05 5.171 11.047 5 10 5 C 8.781 5 7.616 5.238 6.504 5.715 C 5.392 6.192 4.435 6.831 3.633 7.633 C 2.831 8.435 2.192 9.392 1.715 10.504 C 1.238 11.616 1 12.781 1 14 C 1 15.219 1.238 16.384 1.715 17.496 C 2.192 18.608 2.831 19.565 3.633 20.367 C 4.435 21.169 5.392 21.808 6.504 22.285 C 7.616 22.762 8.781 23 10 23 Z M 10 21 C 9.052 21 8.146 20.815 7.281 20.445 C 6.416 20.075 5.672 19.578 5.047 18.953 C 4.422 18.328 3.925 17.584 3.555 16.719 C 3.185 15.854 3 14.948 3 14 C 3 13.052 3.185 12.146 3.555 11.281 C 3.925 10.416 4.422 9.672 5.047 9.047 C 5.672 8.422 6.416 7.925 7.281 7.555 C 8.146 7.185 9.052 7 10 7 C 10.948 7 11.854 7.185 12.719 7.555 C 13.584 7.925 14.328 8.422 14.953 9.047 C 15.578 9.672 16.075 10.416 16.445 11.281 C 16.815 12.146 17 13.052 17 14 C 17 14.948 16.815 15.854 16.445 16.719 C 16.075 17.584 15.578 18.328 14.953 18.953 C 14.328 19.578 13.584 20.075 12.719 20.445 C 11.854 20.815 10.948 21 10 21 Z" transform="matrix(-1, 0, 0, -1, 24.000001, 24.000001)" vector-effect="non-scaling-stroke"></path></svg> <span>Search</span> </a><a class="banner-nav__link banner-menu" href="/menu" id="ssa-menu" title="Menu"><svg class="banner-nav__icon" focusable="false" width="24" height="24" viewbox="0 0 24 24"><path d="M3 5h18q.414 0 .707.293T22 6t-.293.707T21 7H3q-.414 0-.707-.293T2 6t.293-.707T3 5zm0 12h18q.414 0 .707.293T22 18t-.293.707T21 19H3q-.414 0-.707-.293T2 18t.293-.707T3 17zm0-6h18q.414 0 .707.293T22 12t-.293.707T21 13H3q-.414 0-.707-.293T2 12t.293-.707T3 11z" vector-effect="non-scaling-stroke"></path></svg> <span>Menu</span> </a><a class="banner-nav__link banner-languages" href="/es" id="ssa-languages" title="Español" hreflang="es"><svg class="banner-nav__icon" focusable="false" width="24" height="24" viewbox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12c.812 0 1.604-.08 2.37-.235-.31-.147-.343-1.255-.037-1.887.34-.703 1.406-2.485.35-3.08-1.053-.6-.76-.868-1.405-1.56-.644-.692-.38-.796-.422-.974-.14-.61.62-1.523.656-1.616.035-.094.035-.446.023-.55-.012-.107-.48-.387-.597-.4-.117-.01-.176.188-.34.2-.164.012-.88-.433-1.03-.55-.154-.117-.224-.398-.435-.61-.21-.212-.235-.047-.562-.175-.327-.13-1.382-.516-2.19-.844-.81-.33-.88-.79-.892-1.114-.012-.325-.492-.797-.718-1.137-.225-.342-.267-.81-.348-.705-.082.106.422 1.336.34 1.37-.083.037-.26-.338-.493-.643-.235-.304.245-.14-.505-1.617-.75-1.476.235-2.23.282-3 .048-.77.633.28.328-.21-.304-.493.023-1.524-.21-1.9-.235-.374-1.57.423-1.57.423.034-.363 1.17-.985 1.99-1.56.82-.573 1.322-.128 1.982.083.66.21.703.142.48-.07-.222-.21.094-.316.61-.235.516.082.656.704 1.442.645.784-.06.08.152.186.35.105.2-.117.177-.633.53-.516.35.012.35.926 1.02.913.667.632-.447.538-.94-.094-.49.668-.105.668-.105.563.375.46.02.87.15.408.13 1.52 1.07 1.52 1.07-1.395.762-.516.844-.282 1.02.235.175-.48.515-.48.515-.294-.293-.34.012-.528.117-.187.105-.012.375-.012.375-.97.153-.75 1.173-.738 1.418.012.247-.62.622-.786.973-.164.35.423 1.113.117 1.16-.305.048-.61-1.148-2.25-.703-.495.134-1.593.703-1.008 1.863.585 1.16 1.558-.328 1.886-.164.33.163-.093.902-.023.913.07.012.927.033.974 1.032.048 1 1.3.914 1.57.938.27.023 1.173-.74 1.3-.774.13-.035.646-.47 1.77.175 1.126.644 1.7.55 2.086.82.387.27.117.81.48.985.365.176 1.818-.058 2.18.54.364.597-1.5 3.597-2.085 3.925-.586.328-.856 1.078-1.442 1.558-.69.563-1.418 1.076-2.18 1.535-.684.407-.807 1.137-1.112 1.367C19.984 22.52 24 17.73 24 12c0-6.627-5.373-12-12-12zm2.813 11.262c-.165.047-.504.352-1.336-.14-.832-.494-1.406-.4-1.477-.48 0 0-.07-.2.293-.236.747-.072 1.688.692 1.9.704.21.012.315-.21.69-.09.375.12.094.195-.07.242zM10.887 1.196c-.082-.06.068-.128.157-.246.05-.07.013-.182.078-.246.175-.177 1.043-.423.874.058-.17.48-.98.527-1.11.434zm2.098 1.523c-.293-.013-.983-.086-.856-.212.494-.492-.188-.633-.61-.668-.423-.036-.598-.27-.388-.294.21-.024 1.055.013 1.196.13.14.117.902.422.95.644.047.223 0 .41-.293.4zm2.542-.083c-.234.188-1.413-.673-1.64-.867-.985-.844-1.513-.563-1.72-.703-.206-.142-.132-.33.184-.61.318-.282 1.21.094 1.724.152.516.058 1.113.457 1.125.93.01.474.562.91.327 1.097z" vector-effect="non-scaling-stroke"></path></svg> <span>Español</span> </a><a class="banner-nav__link banner-signin" href="https://secure.ssa.gov/RIL/SiView.action" id="ssa-signin" title="Sign in" target="_blank"><svg class="banner-nav__icon" focusable="false" width="24" height="24" viewbox="0 0 24 24"><path d="M12 17.016q-.797 0-1.406-.61t-.61-1.405.61-1.405 1.406-.61 1.406.61.61 1.406-.61 1.407-1.406.61zm6 3V9.986H6v10.03h12zm-6-17.11q-1.266 0-2.18.914T8.906 6H9v2.016h6.094V6q0-1.266-.914-2.18T12 2.906zm6 5.11q.797 0 1.406.586t.61 1.383v10.03q0 .798-.61 1.384T18 21.984H6q-.797 0-1.406-.586t-.61-1.384V9.986q0-.798.61-1.384T6 8.016h.984V6q0-2.063 1.477-3.54T12 .985t3.54 1.477T17.015 6v2.016H18z" vector-effect="non-scaling-stroke"></path></svg> <span>Sign in</span></a></nav></div></header></noscript></ssa-header><script src="https://www.ssa.gov/legacy/components/dist/ssa-header.js"></script>
<div id="title-bar"><h2>Research, Statistics &amp; Policy Analysis</h2></div>
<div class="rMenuBtn show-phone" id="rMenuBtn">&#9776;&nbsp;Browse publications</div>
<div id="content" role="main">
<div class="grid">
<div class="breadRSPA" itemscope itemtype="http://schema.org/BreadcrumbList">You are here: <span itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a href="/" itemprop="item"><span itemprop="name">Social Security Administration</span></a><meta itemprop="position" content="1" /></span> &gt; <span itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a href="/policy/index.html" itemprop="item"><span itemprop="name">Research, Statistics &amp; Policy Analysis</span></a><meta itemprop="position" content="2" /></span> &gt; Research &amp; Analysis Archives</div>
<div class="row-12">
<div class="column-3 leftNav"><nav class="rMenu" id="rMenu" role="navigation" aria-label="Main Navigation">
<ul>
<li id="RSH"><a href="/policy/index.html">Research &amp; Statistics Home</a></li>
<li class="hasFly menu1a" id="RA"><a href="#" aria-haspopup="true" aria-expanded="false">Research &amp; Analysis</a>
<ul>
<li><a href="/policy/docs/progdesc/intl_update/index.html">International Update</a></li>
<li><a href="/policy/research.html?type=Issue%20Paper">Issue Papers</a></li>
<li><a href="/policy/research.html?type=ORES%20Working%20Paper"><abbr class="spell">ORES</abbr> Working Papers</a></li>
<li><a href="/policy/research.html?type=Policy%20Brief">Policy Briefs</a></li>
<li><a href="/policy/research.html?type=Research%20and%20Statistics%20Note">Research &amp; Statistics Notes</a></li>
<li><a href="/policy/research.html?type=Research%20Summary">Research Summaries</a></li>
<li><a href="/policy/docs/ssb/index.html">Social Security Bulletin</a></li>
</ul>
</li>
<li class="menu2a"><a href="/policy/research.html" title="Research and Analysis Archives">Archives</a></li>
<li class="menu2a"><a href="/policy/author-index.html">Author index</a></li>
<li class="noClick menu1a" id="SDF"><a href="#" tabindex="-1">Statistics</a></li>
<li class="hasFly menu2a"> <a href="#" aria-haspopup="true" aria-expanded="false">Current editions</a>
<ul>
<li><a href="/policy/docs/statcomps/di_asr/index.html">Annual Statistical Report on the Social Security Disability Insurance Program</a></li>
<li><a href="/policy/docs/statcomps/supplement/index.html">Annual Statistical Supplement</a></li>
<li><a href="/policy/docs/factsheets/cong_stats/index.html">Congressional Statistics</a></li>
<li><a href="/policy/docs/chartbooks/di-ssi-employment/index.html"><abbr class="spell">DI</abbr> &amp; <abbr class="spell">SSI</abbr> Program Participants: Characteristics&nbsp;&amp; Employment</a></li>
<li><a href="/policy/docs/statcomps/eedata_sc/index.html">Earnings &amp; Employment Data..., by State &amp; County</a></li>
<li><a href="/policy/docs/chartbooks/expenditures_aged/index.html">Expenditures of the Aged Chartbook</a></li>
<li><a href="/policy/docs/chartbooks/fast_facts/index.html">Fast Facts &amp; Figures About Social Security</a></li>
<li><a href="/policy/docs/chartbooks/income_aged/index.html">Income of the Aged Chartbook</a></li>
<li><a href="/policy/docs/statcomps/income_pop55/index.html">Income of the Population 55 or Older</a></li>
<li><a href="/policy/docs/statcomps/nbs/index.html">National Beneficiary Survey: Disability Statistics</a></li>
<li><a href="/policy/docs/statcomps/oasdi_sc/index.html"><abbr class="spell">OASDI</abbr> Beneficiaries by State &amp; County</a></li>
<li><a href="/policy/docs/statcomps/oasdi_zip/index.html"><abbr class="spell">OASDI</abbr> Beneficiaries by State &amp; <abbr>ZIP</abbr> Code</a></li>
<li><a href="/policy/docs/statcomps/ssi_asr/index.html"><abbr class="spell">SSI</abbr> Annual Statistical Report</a></li>
<li><a href="/policy/docs/statcomps/ssi_monthly/index.html"><abbr class="spell">SSI</abbr> Monthly Statistics</a></li>
<li><a href="/policy/docs/statcomps/ssi_sc/index.html"><abbr class="spell">SSI</abbr> Recipients by State &amp; County</a></li>
<li><a href="/policy/statistics.html?type=Statistics%20at%20a%20Glance">Statistics At a Glance</a></li>
</ul>
</li>
<li class="menu2b"> <a href="/policy/statistics.html" title="Statistics Archives">Archives</a></li>
<li class="menu1b" id="PUDF"><a href="/policy/docs/data/index.html">Public-Use Data Files</a></li>
<li class="hasFly menu1b" id="POP"><a href="#" aria-haspopup="true" aria-expanded="false">Population Profiles</a>
<ul>
<li><a href="/policy/docs/population-profiles/child-beneficiaries.html">Child Beneficiaries</a></li>
<li><a href="/policy/docs/population-profiles/child-beneficiary-families.html">Child Beneficiary Families</a></li>
<li><a href="/policy/docs/population-profiles/fully-insured-workers.html">Fully Insured Workers</a></li>
<li><a href="/policy/docs/population-profiles/marital-status-poverty.html">Marital Status &amp; Poverty</a></li>
<li><a href="/policy/docs/population-profiles/middle-class-beneficiaries.html">Middle Class Beneficiaries</a></li>
<li><a href="/policy/docs/population-profiles/never-beneficiaries.html">Never Beneficiaries</a></li>
<li><a href="/policy/docs/population-profiles/tax-max-earners.html">Taxable Maximum Earners</a></li>
<li><a href="/policy/docs/population-profiles/veteran-beneficiaries.html">Veteran Beneficiaries</a></li>
</ul>
</li>
<li class="hasFly menu1b" id="PE"><a href="#" aria-haspopup="true" aria-expanded="false">Program Explainers</a>
<ul>
<li><a href="/policy/docs/program-explainers/benefit-claiming-age.html">Benefit Claiming Age</a></li>
<li><a href="/policy/docs/program-explainers/government-pension-offset.html">Government Pension Offset</a></li>
<li><a href="/policy/docs/program-explainers/retirement-earnings-test.html">Retirement Earnings Test</a></li>
<li><a href="/policy/docs/program-explainers/scheduled-payable.html">Scheduled <abbr title="versus">vs.</abbr> Payable Benefits</a></li>
<li><a href="/policy/docs/program-explainers/special-minimum.html">Special Minimum Benefit</a></li>
<li><a href="/policy/docs/program-explainers/poverty-decline.html">Why Will Poverty Decline for Beneficiaries?</a></li>
<li><a href="/policy/docs/program-explainers/windfall-elimination-provision.html">Windfall Elimination Provision</a></li>
</ul>
</li>
<li class="noClick menu1a" id="PM"><a href="#" tabindex="-1">Projections</a></li>
<li class="hasFly menu2a" id="PFS"><a href="#" aria-haspopup="true" aria-expanded="false">Fact sheets</a>
<ul>
<li><a href="/policy/docs/projections/populations/divorced-spousal-2050.html">By beneficiary type</a></li>
<li><a href="/policy/docs/projections/populations/beneficiaries-60-or-older.html">By demographic group</a></li>
</ul>
</li>
<li class="hasFly menu2a" id="PPO"><a href="#" aria-haspopup="true" aria-expanded="false">Tables</a>
<ul>
<li><a href="/policy/docs/projections/policy-options/index.html">Policy options/proposals</a></li>
<li><a href="/policy/docs/projections/tables/beneficiaries.html">Profile of beneficiaries by race &amp; ethnicity</a></li>
<li><a href="/policy/docs/projections/tables/taxpayers.html">Profile of taxpayers by race &amp; ethnicity</a></li>
</ul>
</li>
</ul>
</nav></div>
<div class="column-9">
<h3 class="no-border no-margin">Research &amp; Analysis Archives</h3>
<div id="browseBox">
<div class="row-12">
<div class="column-4 m-pad-bottom">
<b>Publication type</b>&nbsp;&nbsp;<a href="research-types.html"><img src="images/icons/info-22.png" alt="More information icon" style="height:1em;margin-bottom:.25em" /></a><br>
<form name="filterForm"><input type="radio" id="filterAll" name="filterSelect" onClick="paramLink('pType','all')" style="margin-top:.2em">&nbsp;<label for="filterAll" style="display:inline">All</label><br>
<input type="radio" id="filterIU" name="filterSelect" onClick="paramLink('pType','International Update')" style="margin-top:.5em">&nbsp;<label for="filterIU" style="display:inline">International Update</label><br>
<input type="radio" id="filterIP" name="filterSelect" onClick="paramLink('pType','Issue Paper')" style="margin-top:.5em">&nbsp;<label for="filterIP" style="display:inline">Issue Papers</label><br>
<input type="radio" id="filterWP" name="filterSelect" onClick="paramLink('pType','ORES Working Paper')" style="margin-top:.5em">&nbsp;<label for="filterWP" style="display:inline">ORES Working Papers</label><br>
<input type="radio" id="filterPB" name="filterSelect" onClick="paramLink('pType','Policy Brief')" style="margin-top:.5em">&nbsp;<label for="filterPB" style="display:inline">Policy Briefs</label><br>
<input type="radio" id="filterRSN" name="filterSelect" onClick="paramLink('pType','Research and Statistics Note')" style="margin-top:.5em">&nbsp;<label for="filterRSN" style="display:inline">Research &amp; Statistics Notes</label><br>
<input type="radio" id="filterRS" name="filterSelect" onClick="paramLink('pType','Research Summary')" style="margin-top:.5em">&nbsp;<label for="filterRS" style="display:inline">Research Summaries</label><br>
<input type="radio" id="filterSSB" name="filterSelect" onClick="paramLink('pType','Social Security Bulletin')" style="margin-top:.5em">&nbsp;<label for="filterSSB" style="display:inline">Social Security Bulletin</label><br>
<input type="radio" id="filterO" name="filterSelect" onClick="paramLink('pType','Other')" style="margin-top:.5em">&nbsp;<label for="filterO" style="display:inline">Other</label>
</form>
</div>
<div class="column-4 m-pad-bottom pad-left">
<b>Sort</b><br>
<form name="sortForm"><input type="radio" id="sortAZ" name="sortSelect" onClick="paramLink('pSort','title')" style="margin-top:.2em">&nbsp;<label for="sortAZ" style="display:inline">Title A to Z</label><br>
<input type="radio" id="sortDate" name="sortSelect" onClick="paramLink('pSort','date')" style="margin-top:.5em">&nbsp;<label for="sortDate" style="display:inline">Most recent to oldest</label></form>
<div class="margin-top-2"><b>Index for</b> <br><a href="/policy/author-index.html">Authors</a> <br><a href="/policy/country-index.html">Countries</a></div>
</div>
<div class="column-4">
<form>
<label for="searchEntry"><b>Keyword search</b></label>
<input type="text" name="keyword" id="searchEntry" style="background:#fff;color:#000;">
<button type="submit" onClick="paramLink('pKeyword','')">Search</button>
<button type="reset" value="reset">Clear</button>
<button type="reset" value="reset" onClick="location.href='research.html'">Reset page</button>
</form>
<div class="margin-top-2" id="count"></div>
</div>
</div>
</div>
<template>
<div class="publication">
<h5><a></a></h5>
<div class="releaseDate"></div>
<div class="authors"></div>
<p class="blurb"></p>
</div>
</template>
<div id="results">
</div>
</div>
</div>
</div>
</div>
<!-- END COLUMN, ROW, GRID, CONTENT -->
<ssa-footer class="print-hide"><noscript><footer class="footer" id="footer" role="contentinfo"><a href="/menu#footer">Footer menu</a></footer></noscript></ssa-footer><script src="https://www.ssa.gov/legacy/components/dist/ssa-footer.js"></script>
</div>
<!-- END PAGE CONTAINER -->
<!-- SSA INTERNET BODY SCRIPTS -->
<script src="/framework/js/ssa.internet.body.js"></script>
<script src="/policy/js/rspa.nav.js"></script>
<script src="/policy/js/rspa-shared.js"></script>
</body>
</html>