MCPcopy Create free account

hub / github.com/quantopian/zipline / functions

Functions4,252 in github.com/quantopian/zipline

Methodfuzzy_symbol_ownership_map
(self)
zipline/assets/assets.py:382
Methodfuzzy_symbol_ownership_maps_by_country_code
(self)
zipline/assets/assets.py:386
Methodg
(context, data)
tests/test_algorithm.py:566
Methodg
(self)
tests/utils/test_final.py:24
Methodg
(self)
tests/utils/test_final.py:45
Methodg
(self)
tests/utils/test_final.py:172
Methodg
()
tests/utils/test_argcheck.py:77
Methodgen_boolops
Generate all possible interleavings of & and | between all possible orderings of x, y, and z.
tests/pipeline/test_numerical_expression.py:560
Functiongen_calendars
Generate calendars to use as inputs.
zipline/testing/core.py:1056
Methodgen_ranking_cases
()
tests/pipeline/test_factor.py:630
Methodgen_tables
(self, assets)
tests/utils/daily_bar_writer.py:27
Functiongenerate_daily_test_data
(first_day, last_day, starting_open,
tests/history/generate_csvs.py:24
Functiongenerate_minute_test_data
Utility method to generate fake minute-level CSV data. :param first_day: first trading day :param last_day: last trading day :param s
tests/history/generate_csvs.py:90
Methodget
Return the result of calling the function or reraise any exceptions that were raised.
zipline/utils/pool.py:27
Methodget_adjustments
Calculates both split adjustments and overwrites for all sids.
zipline/pipeline/loaders/earnings_estimates.py:967
Methodget_adjustments_for_sid
Collects both overwrites and adjustments for a particular sid. Parameters ---------- split_adjusted_asof_idx : int
zipline/pipeline/loaders/earnings_estimates.py:907
Functionget_cmdclass
()
versioneer.py:1408
Methodget_contract_center
Parameters ---------- root_symbol : str The root symbol for the contract chain. dt : Timestamp
zipline/assets/roll_finder.py:242
Methodget_current
Get a Panel that is the current data in view. It is not safe to persist these objects because internal data might change
zipline/utils/data.py:165
Methodget_current_future_chain
Retrieves the future chain for the contract at the given `dt` according the `continuous_future` specification. Returns
zipline/data/data_portal.py:1391
Methodget_expected_estimate
(self, q1_knowledge, q2_knowledge,
tests/pipeline/test_quarters_estimates.py:626
Methodget_expected_estimate
(self, q1_knowledge, q2_knowledge,
tests/pipeline/test_quarters_estimates.py:666
Methodget_expected_output
(expected_views, values, asset_info)
tests/pipeline/test_blaze.py:2061
Methodget_fetcher_assets
Returns a list of assets for the current date, as defined by the fetcher data. Returns ------- list: a list
zipline/data/data_portal.py:1244
Methodget_fourth_asset_view
(expected_views, window_length)
tests/pipeline/test_blaze.py:1971
Methodget_history_window
(self, assets, end_dt, bar_count, frequency, field, data_frequency, ffill=True)
zipline/testing/core.py:722
Methodget_last_traded_dt
(self, asset, dt)
zipline/data/resample.py:596
Methodget_last_traded_dt
(self, asset, dt)
zipline/data/dispatch_bar_reader.py:99
Methodget_last_traded_dt
(self, asset, day)
zipline/data/bcolz_daily_bars.py:620
Methodget_last_traded_dt
(self, asset, dt)
zipline/data/minute_bars.py:1152
Methodget_last_traded_dt
Get the latest minute on or before ``dt`` in which ``asset`` traded. If there are no trades on or before ``dt``, returns ``pd.NaT``.
zipline/data/continuous_future_reader.py:158
Methodget_last_traded_dt
Parameters ---------- asset : zipline.asset.Asset The asset identifier. dt : datetime64-like
zipline/data/in_memory_daily_bars.py:114
Methodget_last_traded_dt
Get the latest day on or before ``dt`` in which ``asset`` traded. If there are no trades on or before ``dt``, returns ``pd.NaT``.
zipline/data/hdf5_daily_bars.py:1046
Methodget_limit_price
Get the limit price for this order. Returns either None or a numerical value >= 0.
zipline/finance/execution.py:32
Methodget_loader
(column)
zipline/testing/fixtures.py:1731
Methodget_loader
(c)
tests/pipeline/base.py:97
Methodget_loader
(cls, column)
tests/pipeline/test_international_markets.py:164
Methodget_loader
(c)
tests/pipeline/test_engine.py:1115
Functionget_open_and_close
(day, early_closes)
zipline/utils/tradingcalendar.py:393
Methodget_order
Lookup an order based on the order id returned from one of the order functions. Parameters ---------- order_id : str
zipline/algorithm.py:1947
Methodget_pipeline_loader
(self)
tests/pipeline/test_pipeline_algo.py:754
Methodget_rates
Get rates to convert ``bases`` into ``quote``. See :class:`zipline.data.fx.base.FXRateReader` for details.
zipline/data/fx/in_memory.py:29
Methodget_rates
Get rates to convert ``bases`` into ``quote``. See :class:`zipline.data.fx.base.FXRateReader` for details.
zipline/data/fx/hdf5.py:184
Methodget_rates
(self, rate, quote, bases, dts)
zipline/data/fx/exploding.py:12
Methodget_scalar_asset_spot_value
(self, asset, field, dt, data_frequency)
zipline/testing/core.py:716
Methodget_shifted_qtrs
(self, zero_qtrs, num_announcements)
zipline/pipeline/loaders/earnings_estimates.py:753
Methodget_shifted_qtrs
(self, zero_qtrs, num_announcements)
zipline/pipeline/loaders/earnings_estimates.py:807
Methodget_sids
(cls)
tests/pipeline/test_quarters_estimates.py:540
Methodget_sids
(cls)
tests/pipeline/test_quarters_estimates.py:1124
Methodget_simple_transform
(self, asset, transform_name, dt, data_frequency, bars=None)
zipline/data/data_portal.py:1328
Methodget_simulated_impact
(self, order, current_price,
zipline/finance/slippage.py:580
Methodget_simulation_dt
(self)
zipline/gens/tradesimulation.py:84
Methodget_spot_value
(self, asset, field, dt, data_frequency)
zipline/testing/core.py:756
Methodget_stop_price
Get the stop price for this order. Returns either None or a numerical value >= 0.
zipline/finance/execution.py:40
Methodget_txn_volume
(self, data, order)
zipline/finance/slippage.py:597
Methodget_value
(self, sid, dt, field)
zipline/data/dispatch_bar_reader.py:94
Methodget_value
Parameters ---------- sid : int The asset identifier. day : datetime64-like Midnight of the d
zipline/data/bcolz_daily_bars.py:678
Methodget_value
Retrieve the value at the given coordinates. Parameters ---------- sid : int The asset identifier.
zipline/data/continuous_future_reader.py:127
Methodget_value
Parameters ---------- sid : int The asset identifier. day : datetime64-like Midnight of the d
zipline/data/in_memory_daily_bars.py:92
Methodget_value
Retrieve the value at the given coordinates. Parameters ---------- sid : int The asset identifier.
zipline/data/hdf5_daily_bars.py:1008
Methodget_value
(self, col, sid, dt)
zipline/testing/core.py:996
Functionget_version
()
versioneer.py:1404
Methodget_zeroth_quarter_idx
Filters for releases that are on or after each simulation date and determines the next quarter by picking out the upcoming release fo
zipline/pipeline/loaders/earnings_estimates.py:756
Methodget_zeroth_quarter_idx
Filters for releases that are on or after each simulation date and determines the previous quarter by picking out the most recent
zipline/pipeline/loaders/earnings_estimates.py:810
Functiongetinstance
()
zipline/utils/argcheck.py:29
Functiongetname
(column)
zipline/pipeline/loaders/blaze/core.py:195
Functiongit_get_keywords
(versionfile_abs)
versioneer.py:931
Functiongit_get_keywords
(versionfile_abs)
zipline/_version.py:111
Functiongit_pieces_from_vcs
(tag_prefix, root, verbose, run_command=run_command)
versioneer.py:1000
Functiongit_versions_from_keywords
(keywords, tag_prefix, verbose)
versioneer.py:955
Methodgraph_repr
Short repr to use when rendering Pipeline graphs.
zipline/pipeline/expression.py:337
Methodgraph_repr
Short repr to use when rendering Pipeline graphs.
zipline/pipeline/mixins.py:225
Methodgraph_repr
(self)
zipline/pipeline/mixins.py:278
Methodgraph_repr
Short repr to use when rendering Pipeline graphs.
zipline/pipeline/mixins.py:366
Methodgraph_repr
Short repr to use when rendering Pipeline graphs.
zipline/pipeline/classifiers/classifier.py:462
Methodgraph_repr
Short repr to use when rendering Pipeline graphs.
zipline/pipeline/data/dataset.py:377
Methodgraph_repr
Short repr to use when rendering Pipeline graphs.
zipline/pipeline/factors/factor.py:1469
Methodgraph_repr
(self)
zipline/pipeline/factors/factor.py:1561
Methodgraph_repr
(self)
zipline/pipeline/factors/factor.py:1791
Methodgraph_repr
(self)
zipline/pipeline/filters/filter.py:475
Methodgraph_repr
(self)
zipline/pipeline/filters/filter.py:585
Methodgraph_repr
(self)
zipline/pipeline/filters/filter.py:632
Methodgraph_repr
(self)
zipline/pipeline/filters/filter.py:747
Methodh
(self)
tests/utils/test_final.py:108
Methodh
(self)
tests/utils/test_final.py:176
Methodh
Pass the abstract tests by creating this method.
tests/utils/test_final.py:194
Methodh
(a)
tests/utils/test_argcheck.py:227
Functionhandle_data
(context, data)
zipline/examples/buyapple.py:32
Functionhandle_data
(context, data)
zipline/examples/dual_ema_talib.py:54
Functionhandle_data
(context, data)
zipline/examples/dual_moving_average.py:41
Functionhandle_data
(context, data)
zipline/examples/buy_and_hold.py:34
Methodhandle_data
(self, data)
zipline/algorithm.py:452
Methodhandle_data
(self, data)
zipline/test_algorithms.py:146
Methodhandle_data
(self, data)
zipline/test_algorithms.py:159
Methodhandle_data
(self, data)
zipline/test_algorithms.py:169
Methodhandle_data
(self, data)
zipline/test_algorithms.py:190
Methodhandle_data
(self, data)
zipline/test_algorithms.py:212
Methodhandle_data
(self, data)
zipline/test_algorithms.py:234
Methodhandle_data
(self, data)
zipline/test_algorithms.py:264
Methodhandle_data
(self, context, data, dt)
zipline/utils/events.py:212
← previousnext →2,401–2,500 of 4,252, ranked by callers