IPWorks OFX 2020 Python Edition

Questions / Feedback?

pos_option Property

Indicates position type for the given sub-account where this position takes place.

Syntax

def get_pos_option(pos_index: int) -> str: ...

Default Value

""

Remarks

Indicates position type for the given sub-account where this position takes place. Each statement response must contain a complete set of position records, even if no transactions occurred in the requested statement period for a particular holding.

Possible values are: SHORT (Writer for options, Short for all others) and LONG (Holder for options, Long for all others). For options, position type SHORT is equivalent to WRITING an option, and position type LONG is equivalent to HOLDING an option.

For security types where there is only one type (for example, bonds), LONG is used.

This property is always returned with the positions information if such an information is requested to be included (include_positions was set to True) in the investment statement download request (when calling the on_get_statement method).

The pos_index parameter specifies the index of the item in the array. The size of the array is controlled by the pos_count property.

This property is read-only.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks OFX 2020 Python Edition - Version 20.0 [Build 7941]