CompaniesAndSecuritiesWebService


Click here for a complete list of operations.

FutureDetail

List detail for a future

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
Symbol:

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /BVBFinancialsWS/CompaniesAndSecurities.asmx HTTP/1.1
Host: 195.28.176.74
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://www.bvb.ro/FutureDetail"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Header>
    <Header xmlns="https://www.bvb.ro">
      <User>string</User>
      <Password>string</Password>
    </Header>
  </soap:Header>
  <soap:Body>
    <FutureDetail xmlns="https://www.bvb.ro">
      <Symbol>string</Symbol>
    </FutureDetail>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <FutureDetailResponse xmlns="https://www.bvb.ro">
      <FutureDetailResult>
        <Symbol>string</Symbol>
        <SecurityName>string</SecurityName>
        <ISIN>string</ISIN>
        <UnderlyingAsset>string</UnderlyingAsset>
        <Multiplier>double</Multiplier>
        <TickSize>double</TickSize>
        <TickValue>double</TickValue>
        <StandardLot>long</StandardLot>
        <DailyVariationLimit>double</DailyVariationLimit>
        <InitialMargin>double</InitialMargin>
        <MaintenanceMargin>double</MaintenanceMargin>
        <TradingFee>double</TradingFee>
        <FeeCategory>string</FeeCategory>
        <ExpirationMonth>int</ExpirationMonth>
        <ExpirationDate>dateTime</ExpirationDate>
        <FirstTradingDay>dateTime</FirstTradingDay>
        <LastTradingDay>dateTime</LastTradingDay>
        <DailySettlementMethod>string</DailySettlementMethod>
        <FinalSettlementMethod>string</FinalSettlementMethod>
      </FutureDetailResult>
    </FutureDetailResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /BVBFinancialsWS/CompaniesAndSecurities.asmx HTTP/1.1
Host: 195.28.176.74
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Header>
    <Header xmlns="https://www.bvb.ro">
      <User>string</User>
      <Password>string</Password>
    </Header>
  </soap12:Header>
  <soap12:Body>
    <FutureDetail xmlns="https://www.bvb.ro">
      <Symbol>string</Symbol>
    </FutureDetail>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <FutureDetailResponse xmlns="https://www.bvb.ro">
      <FutureDetailResult>
        <Symbol>string</Symbol>
        <SecurityName>string</SecurityName>
        <ISIN>string</ISIN>
        <UnderlyingAsset>string</UnderlyingAsset>
        <Multiplier>double</Multiplier>
        <TickSize>double</TickSize>
        <TickValue>double</TickValue>
        <StandardLot>long</StandardLot>
        <DailyVariationLimit>double</DailyVariationLimit>
        <InitialMargin>double</InitialMargin>
        <MaintenanceMargin>double</MaintenanceMargin>
        <TradingFee>double</TradingFee>
        <FeeCategory>string</FeeCategory>
        <ExpirationMonth>int</ExpirationMonth>
        <ExpirationDate>dateTime</ExpirationDate>
        <FirstTradingDay>dateTime</FirstTradingDay>
        <LastTradingDay>dateTime</LastTradingDay>
        <DailySettlementMethod>string</DailySettlementMethod>
        <FinalSettlementMethod>string</FinalSettlementMethod>
      </FutureDetailResult>
    </FutureDetailResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /BVBFinancialsWS/CompaniesAndSecurities.asmx/FutureDetail?Symbol=string HTTP/1.1
Host: 195.28.176.74
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<FutureInfo xmlns="https://www.bvb.ro">
  <Symbol>string</Symbol>
  <SecurityName>string</SecurityName>
  <ISIN>string</ISIN>
  <UnderlyingAsset>string</UnderlyingAsset>
  <Multiplier>double</Multiplier>
  <TickSize>double</TickSize>
  <TickValue>double</TickValue>
  <StandardLot>long</StandardLot>
  <DailyVariationLimit>double</DailyVariationLimit>
  <InitialMargin>double</InitialMargin>
  <MaintenanceMargin>double</MaintenanceMargin>
  <TradingFee>double</TradingFee>
  <FeeCategory>string</FeeCategory>
  <ExpirationMonth>int</ExpirationMonth>
  <ExpirationDate>dateTime</ExpirationDate>
  <FirstTradingDay>dateTime</FirstTradingDay>
  <LastTradingDay>dateTime</LastTradingDay>
  <DailySettlementMethod>string</DailySettlementMethod>
  <FinalSettlementMethod>string</FinalSettlementMethod>
</FutureInfo>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /BVBFinancialsWS/CompaniesAndSecurities.asmx/FutureDetail HTTP/1.1
Host: 195.28.176.74
Content-Type: application/x-www-form-urlencoded
Content-Length: length

Symbol=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<FutureInfo xmlns="https://www.bvb.ro">
  <Symbol>string</Symbol>
  <SecurityName>string</SecurityName>
  <ISIN>string</ISIN>
  <UnderlyingAsset>string</UnderlyingAsset>
  <Multiplier>double</Multiplier>
  <TickSize>double</TickSize>
  <TickValue>double</TickValue>
  <StandardLot>long</StandardLot>
  <DailyVariationLimit>double</DailyVariationLimit>
  <InitialMargin>double</InitialMargin>
  <MaintenanceMargin>double</MaintenanceMargin>
  <TradingFee>double</TradingFee>
  <FeeCategory>string</FeeCategory>
  <ExpirationMonth>int</ExpirationMonth>
  <ExpirationDate>dateTime</ExpirationDate>
  <FirstTradingDay>dateTime</FirstTradingDay>
  <LastTradingDay>dateTime</LastTradingDay>
  <DailySettlementMethod>string</DailySettlementMethod>
  <FinalSettlementMethod>string</FinalSettlementMethod>
</FutureInfo>