Automate issuer overlay creation from ticker searches

This commit is contained in:
2026-03-19 20:44:58 -04:00
parent 17de3dd72d
commit 391d6d34ce
79 changed files with 4746 additions and 695 deletions

View File

@@ -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"),