@@ -3,46 +3,34 @@ import Alert from './Alert.jsx'
33// Temporary component for APOR announcement, see: GHE #5358
44function AporAnnouncement ( ) {
55 return (
6- < Alert heading = 'APOR File Path Change - Deadline: January 20, 2026 ' type = 'error' >
6+ < Alert heading = 'APOR File Path Change' type = 'error' >
77 < div >
88 < p >
9- Due to an upgrade to the HMDA Platform that was performed on December
10- 2, 2025, links to APOR related files have changed as previously
11- announced. We have granted an extension before the old links are
12- removed. On{ ' ' }
13- < strong style = { { fontFamily : 'SourceSansProBold' } } >
14- January 20, 2026
15- </ strong >
16- , the old APOR file paths will be removed and inaccessible and APOR
17- files will no longer be provided via the AWS S3 public bucket.
9+ Due to an upgrade to the HMDA Platform that was performed on
10+ December 2, 2025, links to APOR-related files have changed. As
11+ of January 20, 2026, APOR files are no longer provided via the
12+ AWS S3 public bucket.
1813 </ p >
1914 < br />
2015 < p > Please update your bookmarks and integrations to use the new URLs:</ p >
2116 < div style = { { marginBottom : '1rem' , marginTop : '1rem' } } >
22- < em > Fixed Table</ em >
23- < br />
24- Old: < a href = 'https://s3.amazonaws.com/cfpb-hmda-public/prod/apor/YieldTableFixed.txt' > https://s3.amazonaws.com/cfpb-hmda-public/prod/apor/YieldTableFixed.txt</ a >
25- < br />
26- New: < a href = 'https://files.ffiec.cfpb.gov/apor/YieldTableFixed.txt' > https://files.ffiec.cfpb.gov/apor/YieldTableFixed.txt</ a >
17+ < em > Fixed Table: </ em >
18+ < a href = 'https://files.ffiec.cfpb.gov/apor/YieldTableFixed.txt' >
19+ https://files.ffiec.cfpb.gov/apor/YieldTableFixed.txt
20+ </ a >
2721 </ div >
2822 < div style = { { marginBottom : '1rem' } } >
29- < em > Adjustable Table</ em >
30- < br />
31- Old: < a href = 'https://s3.amazonaws.com/cfpb-hmda-public/prod/apor/YieldTableAdjustable.txt' > https://s3.amazonaws.com/cfpb-hmda-public/prod/apor/YieldTableAdjustable.txt</ a >
32- < br />
33- New: < a href = 'https://files.ffiec.cfpb.gov/apor/YieldTableAdjustable.txt' > https://files.ffiec.cfpb.gov/apor/YieldTableAdjustable.txt</ a >
23+ < em > Adjustable Table: </ em >
24+ < a href = 'https://files.ffiec.cfpb.gov/apor/YieldTableAdjustable.txt' >
25+ https://files.ffiec.cfpb.gov/apor/YieldTableAdjustable.txt
26+ </ a >
3427 </ div >
3528 < div style = { { marginBottom : '1rem' } } >
36- < em > Survey Table</ em >
37- < br />
38- Old: < a href = 'https://s3.amazonaws.com/cfpb-hmda-public/prod/apor/SurveyTable.csv' > https://s3.amazonaws.com/cfpb-hmda-public/prod/apor/SurveyTable.csv</ a >
39- < br />
40- New: < a href = 'https://files.ffiec.cfpb.gov/apor/SurveyTable.csv' > https://files.ffiec.cfpb.gov/apor/SurveyTable.csv</ a >
29+ < em > Survey Table: </ em >
30+ < a href = 'https://files.ffiec.cfpb.gov/apor/SurveyTable.csv' >
31+ https://files.ffiec.cfpb.gov/apor/SurveyTable.csv
32+ </ a >
4133 </ div >
42- < br />
43- < p >
44- This is a breaking change, and the old links will no longer work after < strong style = { { fontFamily : 'SourceSansProBold' } } > January 20, 2026</ strong > .
45- </ p >
4634 </ div >
4735 </ Alert >
4836 )
0 commit comments