Hi all,

I am still learning QC's languages. In the 'Documentation', I can't find detail information about many objects in Python. I saw below somewhere in the Forum:

holdings = self.Portfolio["SPY"].Quantity

For example, I need to know how to get all the open positions, positions value (amount), net exposure and so on. In Quantopian, they have Portfolio, Position, Equity, Account objects so that we can get those.

In QC, how can we get those information and where is the detail information? Thanks :) 

Author