MCPcopy Create free account

hub / github.com/quantopian/zipline / functions

Functions4,252 in github.com/quantopian/zipline

↓ 1 callersMethodwrite
Writes data to a SQLite file to be read by SQLiteAdjustmentReader. Parameters ---------- splits : pandas.DataFrame,
zipline/data/adjustments.py:583
↓ 1 callersFunctionwrite_compressed
Write a compressed (gzipped) file to `path`.
zipline/testing/core.py:1360
↓ 1 callersFunctionwrite_daily_data
(tempdir, sim_params, sids, trading_calendar)
zipline/testing/core.py:473
↓ 1 callersMethodwrite_direct
Write asset metadata to a sqlite database in the format that it is stored in the assets db. Parameters ---------- equ
zipline/assets/asset_writer.py:513
↓ 1 callersMethodwrite_dividend_data
Write both dividend payouts and the derived price adjustment ratios.
zipline/data/adjustments.py:570
↓ 1 callersMethodwrite_dividend_payouts
Write dividend payout data to SQLite table `dividend_payouts`.
zipline/data/adjustments.py:439
↓ 1 callersMethodwrite_h5_fx_rates
Write cls.fx_rates to disk with an HDF5FXRateWriter. Returns an HDF5FXRateReader that reader from written data.
zipline/testing/fixtures.py:2178
↓ 1 callersFunctionwrite_hdf5_daily_bars
Write an HDF5 file of pricing data using an HDF5DailyBarWriter.
zipline/testing/core.py:1770
↓ 1 callersMethodwrite_hdf5_daily_bars
Write HDF5 pricing data using an HDF5DailyBarWriter. Parameters ---------- path : str Location (relative
zipline/testing/fixtures.py:1223
↓ 1 callersFunctionwrite_minute_data
(trading_calendar, tempdir, minutes, sids)
zipline/testing/core.py:423
↓ 1 callersMethodwrite_stock_dividend_payouts
(self, frame)
zipline/data/adjustments.py:449
↓ 1 callersMethodwriter_from_close
(self, close)
tests/data/test_adjustments.py:81
↓ 1 callersFunctionzipline_root
Get the root directory for all zipline-managed files. For testing purposes, this accepts a dictionary to interpret as the os environment
zipline/utils/paths.py:107
MethodASSET_FINDER_COUNTRY_CODE
(cls)
tests/pipeline/test_downsampling.py:608
MethodBCOLZ_DAILY_BAR_COUNTRY_CODE
(cls)
zipline/testing/fixtures.py:1051
MethodBENCHMARK_RETURNS
(cls)
zipline/testing/fixtures.py:581
MethodBENCHMARK_SID
The sid to use as a benchmark. Can be overridden to use an alternative benchmark.
zipline/testing/fixtures.py:1996
MethodCREATE_BARDATA_DATA_FREQUENCY
(cls)
tests/test_blotter.py:103
MethodCREATE_BARDATA_DATA_FREQUENCY
(cls)
tests/finance/test_slippage.py:81
MethodCREATE_BARDATA_DATA_FREQUENCY
(cls)
tests/finance/test_slippage.py:588
MethodEQUITY_DAILY_BAR_COUNTRY_CODES
(cls)
zipline/testing/fixtures.py:805
MethodEQUITY_DAILY_BAR_LOOKBACK_DAYS
(cls)
zipline/testing/fixtures.py:795
MethodFUTURE_DAILY_BAR_LOOKBACK_DAYS
(cls)
zipline/testing/fixtures.py:930
MethodFX_RATES_DEFAULT_RATE
(cls)
zipline/testing/fixtures.py:2111
MethodSEEDED_RANDOM_PIPELINE_DEFAULT_DOMAIN
(cls)
tests/pipeline/test_downsampling.py:612
MethodT
(n)
tests/data/test_adjustments.py:101
Function_
(*args, **kwargs)
zipline/__main__.py:106
Function_
(f)
zipline/assets/asset_db_migrations.py:147
Method_
(self)
zipline/assets/assets.py:1277
Method_
(name)
tests/data/bundles/test_core.py:67
Method__array_finalize__
Called by Numpy after array construction. There are three cases where this can happen: 1. Someone tries to directly constru
zipline/lib/labelarray.py:269
Method__call__
(self, *args, **kwargs)
zipline/utils/memoize.py:245
Method__call__
(self, func)
zipline/utils/input_validation.py:834
Method__call__
(self, *args, **kwargs)
zipline/utils/context_tricks.py:58
Method__call__
(self, column)
zipline/pipeline/loaders/blaze/core.py:863
Method__contains__
(self, key)
setup.py:41
Method__contains__
(self, name)
zipline/protocol.py:99
Method__contains__
(self, key)
zipline/utils/memoize.py:181
Method__contains__
(self, value)
zipline/utils/enum.py:104
Method__contains__
(self, other, _ops=_ops)
zipline/utils/range.py:68
Method__contains__
(self, item)
zipline/utils/security_list.py:52
Method__contains__
(self, term)
zipline/pipeline/graph.py:71
Method__contains__
(self, column)
zipline/pipeline/loaders/blaze/core.py:851
Method__copy__
(self)
zipline/utils/sentinel.py:73
Method__deepcopy__
(self, _memo)
zipline/utils/sentinel.py:70
Method__delitem__
(self, key)
zipline/utils/memoize.py:169
Method__delitem__
(self, key)
zipline/utils/cache.py:270
Method__enter__
Set the given algo instance, storing any previously-existing instance.
zipline/utils/api_support.py:30
Method__enter__
(self)
zipline/utils/cache.py:242
Method__enter__
(self)
zipline/utils/cache.py:327
Method__enter__
(self)
zipline/utils/numpy_utils.py:418
Method__enter__
(self)
zipline/utils/context_tricks.py:5
Method__enter__
(self)
zipline/utils/context_tricks.py:63
Method__enter__
(self)
zipline/utils/context_tricks.py:77
Method__enter__
(self)
zipline/data/adjustments.py:133
Method__enter__
(self)
zipline/data/adjustments.py:374
Method__enter__
(self)
zipline/testing/core.py:860
Method__enter__
(self)
zipline/testing/core.py:1449
Method__eq__
(self, other)
zipline/currency.py:62
Method__eq__
(self, other)
zipline/protocol.py:96
Method__eq__
(self, other)
zipline/utils/memoize.py:157
Method__eq__
Examples -------- >>> range(1) == range(1) True >>> range(0, 5, 2) == range(0, 5, 2)
zipline/utils/range.py:127
Method__eq__
(self, other)
zipline/utils/idbox.py:25
Method__eq__
(self, other)
zipline/assets/exchange_info.py:54
Method__eq__
(self, other)
zipline/lib/labelarray.py:821
Method__eq__
(other)
zipline/testing/predicates.py:85
Method__eq__
(self, other)
zipline/testing/predicates.py:117
Method__eq__
(self, other)
zipline/pipeline/loaders/blaze/core.py:798
Method__eq__
(self, other)
tests/pipeline/test_engine.py:151
Method__exit__
Restore the algo instance stored in __enter__.
zipline/utils/api_support.py:37
Method__exit__
(self, type_, value, tb)
zipline/utils/cache.py:245
Method__exit__
(self, *exc_info)
zipline/utils/cache.py:331
Method__exit__
(self, *exc_info)
zipline/utils/numpy_utils.py:426
Method__exit__
(self, *excinfo)
zipline/utils/context_tricks.py:8
Method__exit__
(self, *excinfo)
zipline/utils/context_tricks.py:66
Method__exit__
(self, *excinfo)
zipline/utils/context_tricks.py:80
Method__exit__
(self, *exc_info)
zipline/data/adjustments.py:136
Method__exit__
(self, *exc_info)
zipline/data/adjustments.py:377
Method__get__
(self, instance, owner)
zipline/utils/memoize.py:40
Method__get__
(self, instance, owner)
zipline/utils/final.py:114
Method__get__
(self, instance, owner)
zipline/utils/final.py:122
Method__get__
(self, instance, owner)
zipline/utils/classproperty.py:7
Method__get__
(self, instance, owner)
zipline/pipeline/data/dataset.py:722
Method__get__
(self, instance, owner)
zipline/pipeline/data/dataset.py:871
Method__get__
(self, instance, owner)
zipline/pipeline/loaders/blaze/core.py:240
Method__getattr__
(self, attr)
zipline/protocol.py:39
Method__getattr__
(self, attr)
zipline/protocol.py:331
Method__getattr__
(self, attr)
zipline/utils/exploding_object.py:19
Method__getattr__
(self, attr)
zipline/finance/position.py:64
Method__getattribute__
(self, name)
zipline/pipeline/factors/factor.py:1732
Function__getitem__
``__getitem__`` is deprecated, please use attribute access instead.
zipline/protocol.py:131
Method__getitem__
(self, key)
setup.py:52
Method__getitem__
(self, index)
zipline/utils/memoize.py:139
Method__getitem__
(self, key)
zipline/utils/memoize.py:172
Method__getitem__
(self, key)
zipline/utils/cache.py:253
Method__getitem__
(self, key)
zipline/utils/dummy.py:9
Method__getitem__
(self, indexer)
zipline/lib/labelarray.py:438
Method__getitem__
(self, name)
zipline/finance/transaction.py:34
Method__getitem__
(self, key)
zipline/pipeline/term.py:238
Method__getitem__
(self, column)
zipline/pipeline/loaders/blaze/core.py:854
← previousnext →1,401–1,500 of 4,252, ranked by callers