MCPcopy Create free account

hub / github.com/quantopian/zipline / functions

Functions4,252 in github.com/quantopian/zipline

Methodend_of_bar
(self, packet, ledger, dt, session
zipline/finance/metrics/metric.py:360
Methodend_of_bar
(self, packet, ledger, dt, session
zipline/finance/metrics/metric.py:380
Methodend_of_bar
(self, packet, ledger, dt, session
zipline/finance/metrics/metric.py:416
Methodend_of_bar
(self, packet, ledger, dt, session
zipline/finance/metrics/metric.py:444
Methodend_of_bar
(self, packet, ledger, dt, session
zipline/finance/metrics/metric.py:473
Methodend_of_bar
(self, packet, ledger, dt, session
zipline/finance/metrics/metric.py:494
Methodend_of_bar
(self, packet, *args)
zipline/finance/metrics/metric.py:519
Methodend_of_bar
(self, packet, *args)
zipline/finance/metrics/metric.py:532
Methodend_of_session
(self, session_ix)
zipline/finance/ledger.py:453
Methodend_of_session
(self, packet, ledger, session,
zipline/finance/metrics/metric.py:57
Methodend_of_session
(self, packet, ledger, session,
zipline/finance/metrics/metric.py:98
Methodend_of_session
(self, packet, ledger, session,
zipline/finance/metrics/metric.py:152
Methodend_of_session
(self, packet, ledger, session,
zipline/finance/metrics/metric.py:243
Methodend_of_session
(self, packet, ledger, session,
zipline/finance/metrics/metric.py:323
Methodend_of_session
(self, packet, ledger, dt,
zipline/finance/metrics/metric.py:348
Methodend_of_session
(self, packet, ledger, dt,
zipline/finance/metrics/metric.py:368
Methodend_of_session
(self, packet, ledger, dt,
zipline/finance/metrics/metric.py:388
Methodend_of_session
(self, packet, *args)
zipline/finance/metrics/metric.py:522
Methodend_of_session
(self, packet, ledger, dt,
zipline/finance/metrics/metric.py:550
Methodend_session
(self)
zipline/finance/trading.py:116
Methodendswith
Construct a Filter matching values ending with ``suffix``. Parameters ---------- suffix : str String suf
zipline/pipeline/classifiers/classifier.py:158
Functionensure_cache_root
Ensure that the data root exists.
zipline/utils/paths.py:230
Functionensure_data_root
Ensure that the data root exists.
zipline/utils/paths.py:187
Functionensure_doctest
Ensure that an object gets doctested. This is useful for instances of objects like curry or partial which are not discovered by default. Para
zipline/testing/core.py:1548
Functionensure_dtype
Argument preprocessor that converts the input into a numpy dtype. Examples -------- >>> import numpy as np >>> from zipline.util
zipline/utils/input_validation.py:143
Functionensure_file
Ensure that a file exists. This will create any parent directories needed and create an empty file if it does not exist. Parameters
zipline/utils/paths.py:48
Functionensure_timestamp
Argument preprocessor that converts the input into a pandas Timestamp object. Examples -------- >>> from zipline.utils.preprocess imp
zipline/utils/input_validation.py:198
Functionensure_timezone
Argument preprocessor that converts the input into a tzinfo object. Examples -------- >>> from zipline.utils.preprocess import preprocess
zipline/utils/input_validation.py:171
Functionensure_upper_case
(func, argname, arg)
zipline/utils/input_validation.py:129
Methodequity_supplementary_map
(self)
zipline/assets/assets.py:393
Methodequity_supplementary_map_by_sid
(self)
zipline/assets/assets.py:401
Methoderror_format
(self)
zipline/pipeline/loaders/blaze/core.py:233
Methodevery_bar
(dt_to_use, current_data=self.current_data, handle_data=algo.event_manager.handle_data)
zipline/gens/tradesimulation.py:105
Methodewm_cases
()
tests/pipeline/test_engine.py:1214
Methodewma_name
(decay_rate)
tests/pipeline/test_engine.py:1160
Methodewmstd_name
(decay_rate)
tests/pipeline/test_engine.py:1163
Functionexc_clear
()
zipline/utils/compat.py:43
Methodexchange
The exchange to which this order should be routed.
zipline/finance/execution.py:48
Methodexchange_info
(self)
zipline/assets/assets.py:329
Functionexchange_info_for_domains
Build an exchange_info suitable for passing to an AssetFinder from a list of EquityCalendarDomain.
zipline/testing/core.py:1813
Methodexchange_names
A list of canonical exchange names for all exchanges in this suite.
zipline/testing/fixtures.py:480
Methodexecute_order_cancellation_policy
()
zipline/gens/tradesimulation.py:188
Methodexecution_bounds
(self)
zipline/pipeline/hooks/progress.py:204
Methodexecution_period_values
(self)
zipline/utils/events.py:488
Methodexecution_period_values
(self)
zipline/utils/events.py:534
Methodexecution_time
(self)
zipline/pipeline/hooks/progress.py:196
Functionexpect_bounded
Preprocessing decorator verifying that inputs fall INCLUSIVELY between bounds. Bounds should be passed as a pair of ``(min_value, max_va
zipline/utils/input_validation.py:538
Functionexpect_dimensions
Preprocessing decorator that verifies inputs are numpy arrays with a specific dimensionality. Examples -------- >>> from numpy i
zipline/utils/input_validation.py:717
Functionexpect_dtypes
Preprocessing decorator that verifies inputs have expected numpy dtypes. Examples -------- >>> from numpy import dtype, arange, int8
zipline/utils/input_validation.py:227
Functionexpect_kinds
Preprocessing decorator that verifies inputs have expected dtype kinds. Examples -------- >>> from numpy import int64, int32, float3
zipline/utils/input_validation.py:295
Methodexpect_slice_fails
(*args, **kwargs)
tests/pipeline/test_multidimensional_dataset.py:181
Functionexpect_strictly_bounded
Preprocessing decorator verifying that inputs fall EXCLUSIVELY between bounds. Bounds should be passed as a pair of ``(min_value, max_va
zipline/utils/input_validation.py:617
Functionexpect_types
Preprocessing decorator that verifies inputs have expected types. Examples -------- >>> @expect_types(x=int, y=str) ... def foo(
zipline/utils/input_validation.py:358
Methodexpected_dividend_adjustment
(idx, symbol)
tests/data/bundles/test_quandl.py:82
Methodexpected_for_col
(col)
tests/pipeline/test_engine.py:764
Methodexpected_result
(method, count, masked)
tests/pipeline/test_filter.py:165
Methodextend_back
Resizes the buffer to hold a new window with a new cap_multiple. If cap_multiple is None, then the old cap_multiple is used.
zipline/utils/data.py:107
Methodextra_rows
A dict mapping `term` -> `# of extra rows to load/compute of `term`. Notes ---- This value depends on the other term
zipline/pipeline/graph.py:421
Methodf
(context, data)
tests/test_algorithm.py:563
Methodf
(self)
tests/utils/test_final.py:21
Methodf
(self)
tests/utils/test_final.py:169
Methodf
(self)
tests/utils/test_final.py:222
Methodf
(cls)
tests/utils/test_final.py:240
Methodf
(cls)
tests/utils/test_final.py:247
Methodf
(a)
tests/utils/test_argcheck.py:45
Methodf
(self, a, b)
tests/utils/test_argcheck.py:257
Methodf
(a)
tests/utils/test_preprocess.py:274
Methodf
()
tests/utils/test_metautils.py:23
Methodf_to_use
(x)
zipline/lib/labelarray.py:637
Methodfake_method
(*args, **kwargs)
tests/test_algorithm.py:279
Methodfetch_csv
Fetch a csv from a remote url and register the data so that it is queryable from the ``data`` object. Parameters ----------
zipline/algorithm.py:789
Methodfetch_data
(self)
zipline/sources/requests_csv.py:571
Methodfields
(self)
zipline/sources/requests_csv.py:190
Methodfill_expected_out
(cls, expected)
tests/pipeline/test_quarters_estimates.py:857
Methodfinalize_options
(self)
versioneer.py:1437
Methodfirst_open
(self)
zipline/finance/trading.py:120
Methodfirst_trading_day
(self)
zipline/data/resample.py:593
Methodfirst_trading_day
(self)
zipline/data/resample.py:649
Methodfirst_trading_day
Returns ------- dt : pd.Timestamp The first trading day (session) for which the reader can provide da
zipline/data/bar_reader.py:90
Methodfirst_trading_day
(self)
zipline/data/dispatch_bar_reader.py:91
Methodfirst_trading_day
(self)
zipline/data/bcolz_daily_bars.py:509
Methodfirst_trading_day
(self)
zipline/data/minute_bars.py:505
Methodfirst_trading_day
(self)
zipline/data/minute_bars.py:978
Methodfirst_trading_day
Returns ------- dt : pd.Timestamp The first trading day (session) for which the reader can provide da
zipline/data/continuous_future_reader.py:117
Methodfirst_trading_day
Returns ------- dt : pd.Timestamp The first trading day (session) for which the reader can provide da
zipline/data/continuous_future_reader.py:303
Methodfirst_trading_day
(self)
zipline/data/in_memory_daily_bars.py:134
Methodfirst_trading_day
Returns ------- dt : pd.Timestamp The first trading day (session) for which the reader can provide da
zipline/data/hdf5_daily_bars.py:749
Methodfirst_trading_day
Returns ------- dt : pd.Timestamp The first trading day (session) for which the reader can provide da
zipline/data/hdf5_daily_bars.py:979
Methodflip
(cs)
tests/pipeline/test_adjusted_array.py:725
Methodfoo
(a, b, c)
tests/utils/test_preprocess.py:186
Methodfrom_categorical
Create a LabelArray from a pandas categorical. Parameters ---------- categorical : pd.Categorical The ca
zipline/lib/labelarray.py:225
Methodfrom_file
Construct from an h5py.File. Parameters ---------- h5_file : h5py.File An HDF5 daily pricing file.
zipline/data/hdf5_daily_bars.py:868
Methodfrom_path
Construct from a file path and a country code. Parameters ---------- path : str The path to an HDF5 dail
zipline/data/hdf5_daily_bars.py:538
Methodfrom_path
Construct from a file path. Parameters ---------- path : str Path to an HDF5 daily pricing file.
zipline/data/hdf5_daily_bars.py:883
Methodfunc
(self, x)
tests/test_memoize.py:43
Methodfunc
My awesome docstring
tests/utils/test_preprocess.py:84
Methodfunc_with_arg_named_a
(a)
tests/utils/test_preprocess.py:117
Methodfunc_with_arg_named_b
(b)
tests/utils/test_preprocess.py:133
Methodfunc_with_default_arg_named_a
(a=1)
tests/utils/test_preprocess.py:121
Methodfunc_with_no_args
()
tests/utils/test_preprocess.py:127
← previousnext →2,301–2,400 of 4,252, ranked by callers