Skip to content

Curious if anyone is using this in production yet? #508

Answered by cjdsellers
kszlim asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @kszlim thanks for your interest!

To answer each one:

Is there going to be a way to perform portfolio optimization?

There is a Portfolio component which aggregates some basic information such as the following (from the C typed class definition):

    """If the portfolio is initialized.\n\n:returns: `bool`"""

    cpdef Account account(self, Venue venue)

    cpdef dict balances_locked(self, Venue venue)
    cpdef dict margins_init(self, Venue venue)
    cpdef dict margins_maint(self, Venue venue)
    cpdef dict unrealized_pnls(self, Venue venue)
    cpdef dict net_exposures(self, Venue venue)

    cpdef Money unrealized_pnl(self, InstrumentId instrument_id)
    cpdef Money net_exposur…

Replies: 4 comments 11 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by kszlim
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
11 replies
@cjdsellers
Comment options

@graceyangfan
Comment options

@cjdsellers
Comment options

@graceyangfan
Comment options

@cjdsellers
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
4 participants