Automate issuer overlay creation from ticker searches
This commit is contained in:
@@ -32,7 +32,7 @@ function candidateBinaryPaths() {
|
||||
);
|
||||
}
|
||||
|
||||
export function resolveFiscalXbrlBinary() {
|
||||
function resolveFiscalXbrlBinary() {
|
||||
return resolveFiscalXbrlBinaryWithDeps({
|
||||
existsSync,
|
||||
});
|
||||
@@ -93,6 +93,7 @@ async function hydrateFromSidecarImpl(
|
||||
filingType: input.filingType,
|
||||
filingUrl: input.filingUrl,
|
||||
primaryDocument: input.primaryDocument,
|
||||
issuerOverlay: input.issuerOverlay ?? null,
|
||||
cacheDir:
|
||||
process.env.FISCAL_XBRL_CACHE_DIR ??
|
||||
join(process.cwd(), ".cache", "xbrl"),
|
||||
|
||||
Reference in New Issue
Block a user