GET v1/Portfolios/{id}/TradeAutoSettlement

Description

Get Portfolio Trade Settlement

Base Url

https://api-mgi.uat.wsohosting.com/


Rest Call Syntax


GET Reference/v1/Portfolios/{id}/TradeAutoSettlement

GET Reference/v1/Portfolios/{id}/TradeAutoSettlement

Verb

Base Url

URI parameters

 = 

Authentication



Response Format


Headers

Add header


 

Delete




Limitations

There are no limitations specified.




Request Information


Parameters

Name

Description

Type

Additional Information

id

Portfolio Id

integer

Required




Response Information



PortfolioTradeSettlement

Name

Description

Type

Additional Information

AllowNegativePositions

Allow Negative Positions

boolean

AllowPortfolioSettingsOverride

Allow Portfolio Settings Override

boolean

AssignmentFee

Assignment Fee

AutosettlementConfigurationId

Autosettlement Configuration Id

integer

DelayedCompAndCostOfCarry

Delayed Comp And CoC

MarkitSubTradeFee

Markit Sub Trade Fee

OtherFees

Other Fees

Tolerance

Tolerance

decimal number




Response Body Formats



application/json, text/json

Sample:
{
  "autosettlementConfigurationId": 1,
  "delayedCompAndCostOfCarry": "None",
  "assignmentFee": "None",
  "markitSubTradeFee": "None",
  "otherFees": "None",
  "allowNegativePositions": true,
  "allowPortfolioSettingsOverride": true,
  "tolerance": 3.0
}

application/xml, text/xml

Sample:
<PortfolioTradeSettlement xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <AllowNegativePositions>true</AllowNegativePositions>
  <AllowPortfolioSettingsOverride>true</AllowPortfolioSettingsOverride>
  <AssignmentFee>None</AssignmentFee>
  <AutosettlementConfigurationId>1</AutosettlementConfigurationId>
  <DelayedCompAndCostOfCarry>None</DelayedCompAndCostOfCarry>
  <MarkitSubTradeFee>None</MarkitSubTradeFee>
  <OtherFees>None</OtherFees>
  <Tolerance>3</Tolerance>
</PortfolioTradeSettlement>



Feedback



(0 out of 1500 characters used)
Feedback has been submitted. Thank you for your feedback.
Automatic feedback submission has been turned off by your system administrator. Your feedback has been logged to the exceptions table. Please contact support to find out how to manually send in your feedback. Thank you.