diff --git a/bin/templates/configs_/findby_functions_tink.json b/bin/templates/configs_/findby_functions_tink.json index dcc4fef..24fbef7 100644 --- a/bin/templates/configs_/findby_functions_tink.json +++ b/bin/templates/configs_/findby_functions_tink.json @@ -1,5 +1,5 @@ [ -{"Table":"instrument","Columns":["ticker"]}, -{"Table":"instrument","Columns":["figi"]}, -{"Table":"instrument","Columns":["isin"]} +{"Table":"tinkoff_instrument","Columns":["ticker"]}, +{"Table":"tinkoff_instrument","Columns":["figi"]}, +{"Table":"tinkoff_instrument","Columns":["isin"]} ] diff --git a/bin/templates/configs_/findmassby_functions_tink.json b/bin/templates/configs_/findmassby_functions_tink.json index 0652bfe..23d8079 100644 --- a/bin/templates/configs_/findmassby_functions_tink.json +++ b/bin/templates/configs_/findmassby_functions_tink.json @@ -1,5 +1,5 @@ [ -{"Table":"instrument","Columns":["instrument_type"]}, -{"Table":"instrument","Columns":["instrument_type", "name"]}, -{"Table":"instrument","Columns":["instrument_type", "currency"]} +{"Table":"tinkoff_instrument","Columns":["instrument_type"]}, +{"Table":"tinkoff_instrument","Columns":["instrument_type", "name"]}, +{"Table":"tinkoff_instrument","Columns":["instrument_type", "currency"]} ] diff --git a/bin/templates/configs_/readall_functions_tink.json b/bin/templates/configs_/readall_functions_tink.json index edb6ecf..4626dae 100644 --- a/bin/templates/configs_/readall_functions_tink.json +++ b/bin/templates/configs_/readall_functions_tink.json @@ -1,6 +1,6 @@ -{"asset": "", -"asset_instrument": "", -"instrument": "", -"bond": "", -"asset_bond": "" +{"tinkoff_asset": "", +"tinkoff_asset_instrument": "", +"tinkoff_instrument": "", +"tinkoff_bond": "", +"tinkoff_asset_bond": "" } \ No newline at end of file