dgunning / edgartools

Python library for working with SEC Edgar
MIT License
324 stars 70 forks source link

fixed putCall parsing to info_tag #60

Closed chence08 closed 1 month ago

chence08 commented 1 month ago
<ns1:infoTable>
        <ns1:nameOfIssuer>AAR CORP</ns1:nameOfIssuer>
        <ns1:titleOfClass>COM</ns1:titleOfClass>
        <ns1:cusip>000361905</ns1:cusip>
        <ns1:value>1323127</ns1:value>
        <ns1:shrsOrPrnAmt>
            <ns1:sshPrnamt>22100</ns1:sshPrnamt>
            <ns1:sshPrnamtType>SH</ns1:sshPrnamtType>
        </ns1:shrsOrPrnAmt>
        <ns1:putCall>Call</ns1:putCall>
        <ns1:investmentDiscretion>SOLE</ns1:investmentDiscretion>
        <ns1:votingAuthority>
            <ns1:Sole>0</ns1:Sole>
            <ns1:Shared>0</ns1:Shared>
            <ns1:None>0</ns1:None>
        </ns1:votingAuthority>
</ns1:infoTable>

putCall was parsed from the wrong parent.