diff options
| author | Michael Foiani <sotech117@michaels-mbp-3.lan> | 2021-04-09 20:31:58 -0400 |
|---|---|---|
| committer | Michael Foiani <sotech117@michaels-mbp-3.lan> | 2021-04-09 20:31:58 -0400 |
| commit | 6ecdd804ddb8d2ce2166b71cf0e8929a5a68215e (patch) | |
| tree | 088a408990a374eb8073526e42d33aa51d9c134a /data | |
| parent | 11f0f5457580089eee72b2da9743f9d517341f56 (diff) | |
Small changes to testing for parsing.
Diffstat (limited to 'data')
| -rw-r--r-- | data/no_trade_test.xml | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/data/no_trade_test.xml b/data/no_trade_test.xml new file mode 100644 index 0000000..2031e00 --- /dev/null +++ b/data/no_trade_test.xml @@ -0,0 +1,47 @@ +<?xml version="1.0"?> +<ownershipDocument> + + <schemaVersion>X0306</schemaVersion> + + <documentType>4</documentType> + + <periodOfReport>2021-02-16</periodOfReport> + + <notSubjectToSection16>1</notSubjectToSection16> + + <issuer> + <issuerCik>0001708331</issuerCik> + <issuerName>Virpax Pharmaceuticals, Inc.</issuerName> + <issuerTradingSymbol>VRPX</issuerTradingSymbol> + </issuer> + + <reportingOwner> + <reportingOwnerId> + <rptOwnerCik>0001361013</rptOwnerCik> + <rptOwnerName>Bruce Gerald W</rptOwnerName> + </reportingOwnerId> + <reportingOwnerAddress> + <rptOwnerStreet1>1055 WESTLAKES DRIVE, SUITE 300</rptOwnerStreet1> + <rptOwnerStreet2></rptOwnerStreet2> + <rptOwnerCity>BERWYN</rptOwnerCity> + <rptOwnerState>PA</rptOwnerState> + <rptOwnerZipCode>19312</rptOwnerZipCode> + <rptOwnerStateDescription></rptOwnerStateDescription> + </reportingOwnerAddress> + <reportingOwnerRelationship> + <isDirector>0</isDirector> + <isOfficer>1</isOfficer> + <isTenPercentOwner>0</isTenPercentOwner> + <isOther>0</isOther> + <officerTitle>EVP, Commercial Operations</officerTitle> + <otherText></otherText> + </reportingOwnerRelationship> + </reportingOwner> + + <remarks>The Form 3 previously filed on Mr. Bruce's behalf on February 16, 2021 was filed due to an administrative error and is hereby withdrawn. Mr. Bruce is not a director nor executive officer of the Issuer and is not subject to any reporting requirements under Section 16(a) of the Securities Exchange Act of 1934, as amended, with respect to any securities of the Issuer.</remarks> + + <ownerSignature> + <signatureName>/s/ Christopher Chipman, attorney-in-fact</signatureName> + <signatureDate>2021-04-09</signatureDate> + </ownerSignature> +</ownershipDocument> |
