MCPcopy Create free account

hub / github.com/quantopian/zipline / functions

Functions4,252 in github.com/quantopian/zipline

Methodcap
(self)
zipline/utils/data.py:71
Methodcapital_base
(self)
zipline/finance/trading.py:88
Methodcapital_change
(self, amount)
zipline/finance/metrics/tracker.py:191
Methodcapital_used
(self)
zipline/protocol.py:201
Methodcapture_kwargs
(zelf, url, **kwargs)
tests/test_fetcher.py:346
Methodcategories
(self)
zipline/lib/labelarray.py:248
Methodcheck
(terms)
tests/pipeline/test_factor.py:256
Functioncheck_algo_results
(test, results, expected_transactions_count=None,
zipline/testing/core.py:101
Functioncheck_and_create_connection
(path, require_exists)
zipline/utils/sqlite_utils.py:38
Functioncheck_and_create_engine
(path, require_exists)
zipline/utils/sqlite_utils.py:44
Functioncheck_exception
(e)
zipline/testing/predicates.py:308
Functioncheck_intersections
(persymbol)
zipline/assets/asset_writer.py:295
Methodcheck_output
(graph)
tests/pipeline/test_term.py:197
Methodcheck_portfolio
(context)
tests/metrics/test_metrics.py:216
Methodcheck_portfolio
(data, context, first_bar)
tests/metrics/test_metrics.py:1536
Methodcheck_registered
()
tests/test_registration_manager.py:41
Methodcheck_sid
(expected_sid, ticker, country_code)
tests/test_assets.py:1688
Functionchoose_loader
(column)
zipline/utils/run_algo.py:173
Functionclassic_metrics
()
zipline/finance/metrics/__init__.py:115
Functionclean
Clean up data downloaded with the ingest command.
zipline/__main__.py:420
Functionclean
Clean up data that was created with ``ingest`` or ``$ python -m zipline ingest`` Parameters ---------- name : str
zipline/data/bundles/core.py:533
Functioncleanup_tempdir
()
zipline/__init__.py:73
Functionclear
Unregisters all current registered classes Parameters ---------- interface : type The base class for which to perform this o
zipline/extensions.py:232
Functionclear_dataframe_indexer_caches
Clear cached attributes from a pandas DataFrame. By default pandas memoizes indexers (`iloc`, `loc`, `ix`, etc.) objects on DataFrames,
zipline/utils/pandas_utils.py:227
Methodclosing_over_loop_variables_is_hard
(registered=registered)
zipline/finance/metrics/tracker.py:124
Methodcode
ISO-4217 currency code for the currency. Returns ------- code : str
zipline/currency.py:43
Functioncoerce_numbers_to_my_dtype
A decorator for methods whose signature is f(self, other) that coerces ``other`` to ``self.dtype``. This is used to make comparison oper
zipline/pipeline/factors/factor.py:76
Functioncoerce_string_to_conn
(require_exists)
zipline/utils/sqlite_utils.py:50
Functioncoerce_string_to_eng
(require_exists)
zipline/utils/sqlite_utils.py:56
Functioncoerce_types
Preprocessing decorator that applies type coercions. Parameters ---------- **kwargs : dict[str -> (type, callable)] Keyword
zipline/utils/input_validation.py:804
Methodcollect_expr
Materialize the expression as a dataframe. Parameters ---------- e : Expr The baseline or deltas
zipline/pipeline/loaders/blaze/core.py:977
Methodcollect_split_adjustments
Collect split adjustments for previous quarters and apply them to the given dictionary of splits for the given sid. Since overwrites
zipline/pipeline/loaders/earnings_estimates.py:1342
Methodcollect_split_adjustments
Collect split adjustments for future quarters. Re-apply adjustments that would be overwritten by overwrites. Merge split adjustments
zipline/pipeline/loaders/earnings_estimates.py:1407
Methodcolumns
The output columns of this pipeline. Returns ------- columns : dict[str, zipline.pipeline.ComputableTerm] Map fro
zipline/pipeline/pipeline.py:66
Methodcolumns
(self)
zipline/pipeline/data/dataset.py:526
Functioncompare_datetime_arrays
Compare datetime64 ndarrays, treating NaT values as equal.
zipline/utils/numpy_utils.py:525
Methodcompute
(self, today, assets, out)
zipline/testing/core.py:1593
Methodcompute
(self, today, assets, out)
zipline/testing/core.py:1601
Methodcompute
(self, today, assets, out, open)
zipline/testing/core.py:1609
Methodcompute
(self, today, assets, out, input_, expected_windows)
zipline/testing/pipeline_terms.py:13
Methodcompute
Override this method with a function that writes a value into `out`.
zipline/pipeline/mixins.py:146
Methodcompute
(self, today, assets, out, data)
zipline/pipeline/mixins.py:263
Methodcompute
(self, today, assets, out, base_data, target_data)
zipline/pipeline/factors/statistical.py:90
Methodcompute
(self, today, assets, out, base_data, target_data)
zipline/pipeline/factors/statistical.py:135
Methodcompute
(self, today, assets, out, dependent, independent)
zipline/pipeline/factors/statistical.py:196
Methodcompute
(self, today, assets, out, all_returns,
zipline/pipeline/factors/statistical.py:534
Methodcompute
(self, today, assets, out, data)
zipline/pipeline/factors/factor.py:1804
Methodcompute
(self, today, assets, out, data)
zipline/pipeline/factors/basic.py:112
Methodcompute
(self, today, assets, out, base, weight)
zipline/pipeline/factors/basic.py:124
Methodcompute
(self, today, assets, out, data)
zipline/pipeline/factors/basic.py:149
Methodcompute
(self, today, assets, out, close, volume)
zipline/pipeline/factors/basic.py:170
Methodcompute
(self, today, assets, out, data, decay_rate)
zipline/pipeline/factors/basic.py:392
Methodcompute
(self, today, assets, out, data, decay_rate)
zipline/pipeline/factors/basic.py:431
Methodcompute
(self, today, assets, out, classifier_values)
zipline/pipeline/factors/basic.py:514
Methodcompute
(self, today, assets, out, values, min_bound, max_bound)
zipline/pipeline/factors/basic.py:565
Methodcompute
(self, today, assets, out, close, k)
zipline/pipeline/factors/technical.py:89
Methodcompute
(self, today, assets, out, value)
zipline/pipeline/filters/filter.py:693
Methodcompute
(self, today, assets, out, arg)
zipline/pipeline/filters/smoothing.py:20
Methodcompute
(self, today, assets, out, arg)
zipline/pipeline/filters/smoothing.py:34
Methodcompute
(self, today, assets, out, arg, N)
zipline/pipeline/filters/smoothing.py:50
Methodcompute
(self, today, assets, out, returns, returns_slice)
tests/pipeline/test_slice.py:78
Methodcompute
(self, today, assets, out, col)
tests/pipeline/test_slice.py:223
Methodcompute
(self, today, assets, out, col)
tests/pipeline/test_slice.py:249
Methodcompute
(self, today, assets, out, col)
tests/pipeline/test_slice.py:283
Methodcompute
(self, today, assets, out, single_column_output)
tests/pipeline/test_slice.py:296
Methodcompute
(self, today, assets, out,
tests/pipeline/test_slice.py:347
Methodcompute
(self, today, assets, out)
tests/pipeline/test_slice.py:434
Methodcompute
(self, today, assets, out)
tests/pipeline/test_slice.py:490
Methodcompute
(self, today, assets, out, estimate)
tests/pipeline/test_quarters_estimates.py:950
Methodcompute
(self, today, assets, out, estimate)
tests/pipeline/test_quarters_estimates.py:1165
Methodcompute
(self, today, assets, out, estimate1, estimate2)
tests/pipeline/test_quarters_estimates.py:2068
Methodcompute
(self, today, assets, out, estimate1)
tests/pipeline/test_quarters_estimates.py:2091
Methodcompute
(self, today, assets, out, estimate2)
tests/pipeline/test_quarters_estimates.py:2100
Methodcompute
(self, today, assets, out)
tests/pipeline/test_pipeline_algo.py:768
Methodcompute
(self, today, assets, out, data)
tests/pipeline/test_domain.py:74
Methodcompute
(self, today, assets, out)
tests/pipeline/test_statistical.py:627
Methodcompute
(self, today, assets, out, floats)
tests/pipeline/test_downsampling.py:40
Methodcompute
(self, today, assets, out, bools)
tests/pipeline/test_downsampling.py:47
Methodcompute
(self, today, assets, out, cats)
tests/pipeline/test_downsampling.py:55
Methodcompute
(self, today, assets, out, floats)
tests/pipeline/test_downsampling.py:714
Methodcompute
(self, today, assets, out)
tests/pipeline/test_downsampling.py:763
Methodcompute
(self, today, assets, out, *inputs)
tests/pipeline/test_blaze.py:832
Methodcompute
(self, today, assets, out, data)
tests/pipeline/test_blaze.py:1338
Methodcompute
(self, today, assets, out, *inputs)
tests/pipeline/test_hooks.py:39
Methodcompute
(self, today, assets, out, col1, col2)
tests/pipeline/test_hooks.py:219
Methodcompute
(self, *args, **kwargs)
tests/pipeline/test_hooks.py:432
Methodcompute
(self, today, assets, out, open, close)
tests/pipeline/test_engine.py:101
Methodcompute
(self, today, assets, out, open, close)
tests/pipeline/test_engine.py:110
Methodcompute
(self, today, assets, out, open, close)
tests/pipeline/test_engine.py:122
Methodcompute
(self, today, assets, out, *inputs)
tests/pipeline/test_engine.py:173
Methodcompute
(self, today, assets, out, closes)
tests/pipeline/test_engine.py:237
Methodcompute
(self, today, assets, out, dates, closes)
tests/pipeline/test_engine.py:257
Methodcompute
(self, today, assets, out)
tests/pipeline/test_engine.py:1557
Methodcompute
(self, today, assets, out, filter_)
tests/pipeline/test_filter.py:742
Methodcompute
(self, today, sids, out)
tests/pipeline/test_filter.py:1020
Methodcompute_extra_rows
Ensure that min_extra_rows pushes us back to a computation date. Parameters ---------- all_dates : pd.DatetimeIndex
zipline/pipeline/mixins.py:422
Methodcompute_fn
(data)
tests/pipeline/test_blaze.py:1331
Methodcomputing_chunk
Contextmanager entered during execution of compute_chunk. Parameters ---------- terms : list[zipline.pipeline.Term]
zipline/pipeline/hooks/iface.py:55
Methodcomputing_chunk
(self, terms, start_date, end_date)
zipline/pipeline/hooks/progress.py:75
Methodcomputing_term
Contextmanager entered when computing a ComputableTerm. Parameters ---------- terms : zipline.pipeline.ComputableTerm
zipline/pipeline/hooks/iface.py:82
← previousnext →2,101–2,200 of 4,252, ranked by callers