8 lines
266 B
JavaScript
8 lines
266 B
JavaScript
|
export const fileList = [
|
||
|
{
|
||
|
filingDate:'Dec 05, 2019',
|
||
|
form:'10-K',
|
||
|
description:'Report of foreign issuer rules 13a-16 and 15d-16 of the Securities Exchange Act',
|
||
|
link:'https://www.sec.gov/Archives/edgar/data/1000000/0001000000-19-000001.txt'
|
||
|
}
|
||
|
]
|