CompaniesAndSecuritiesWebService


Click here for a complete list of operations.

FutureDetails

List details for maximum 10 futures

Test

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

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: ws.bvb.ro
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://www.bvb.ro/FutureDetails"

<?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>
    <FutureDetails xmlns="https://www.bvb.ro">
      <Symbols>string</Symbols>
    </FutureDetails>
  </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>
    <FutureDetailsResponse xmlns="https://www.bvb.ro">
      <FutureDetailsResult>
        <FutureInfo>
          <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>
        <FutureInfo>
          <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>
      </FutureDetailsResult>
    </FutureDetailsResponse>
  </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: ws.bvb.ro
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>
    <FutureDetails xmlns="https://www.bvb.ro">
      <Symbols>string</Symbols>
    </FutureDetails>
  </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>
    <FutureDetailsResponse xmlns="https://www.bvb.ro">
      <FutureDetailsResult>
        <FutureInfo>
          <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>
        <FutureInfo>
          <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>
      </FutureDetailsResult>
    </FutureDetailsResponse>
  </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/FutureDetails?Symbols=string HTTP/1.1
Host: ws.bvb.ro
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfFutureInfo xmlns="https://www.bvb.ro">
  <FutureInfo>
    <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>
  <FutureInfo>
    <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>
</ArrayOfFutureInfo>

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/FutureDetails HTTP/1.1
Host: ws.bvb.ro
Content-Type: application/x-www-form-urlencoded
Content-Length: length

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

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfFutureInfo xmlns="https://www.bvb.ro">
  <FutureInfo>
    <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>
  <FutureInfo>
    <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>
</ArrayOfFutureInfo>