Skip to content

Instantly share code, notes, and snippets.

@Jarred-Sumner
Created February 11, 2012 06:41
Show Gist options
  • Save Jarred-Sumner/bf2f78b63718e469222c to your computer and use it in GitHub Desktop.
Save Jarred-Sumner/bf2f78b63718e469222c to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<edgarSubmission>
<schemaVersion>X0704</schemaVersion>
<submissionType>D</submissionType>
<testOrLive>LIVE</testOrLive>
<primaryIssuer>
<cik>0001532884</cik>
<entityName>10 FOOTSTEPSINTHESAND/HAUTE VOLTA, LLC</entityName>
<issuerAddress>
<street1>800 ARBOR DRIVE NORTH</street1>
<city>LOUISVILLE</city>
<stateOrCountry>KY</stateOrCountry>
<stateOrCountryDescription>KENTUCKY</stateOrCountryDescription>
<zipCode>40223</zipCode>
</issuerAddress>
<issuerPhoneNumber>502-245-4293</issuerPhoneNumber>
<jurisdictionOfInc>KENTUCKY</jurisdictionOfInc>
<issuerPreviousNameList>
<value>None</value>
</issuerPreviousNameList>
<edgarPreviousNameList>
<value>None</value>
</edgarPreviousNameList>
<entityType>Limited Liability Company</entityType>
<yearOfInc>
<withinFiveYears>true</withinFiveYears>
<value>2011</value>
</yearOfInc>
</primaryIssuer>
<relatedPersonsList>
<relatedPersonInfo>
<relatedPersonName>
<firstName>TERRENCE</firstName>
<lastName>FINLEY</lastName>
</relatedPersonName>
<relatedPersonAddress>
<street1>100 TECHNOLOGY WAY</street1>
<street2>SUITE 415</street2>
<city>MOUNT LAUREL</city>
<stateOrCountry>NJ</stateOrCountry>
<stateOrCountryDescription>NEW JERSEY</stateOrCountryDescription>
<zipCode>08054</zipCode>
</relatedPersonAddress>
<relatedPersonRelationshipList>
<relationship>Executive Officer</relationship>
</relatedPersonRelationshipList>
<relationshipClarification></relationshipClarification>
</relatedPersonInfo>
<relatedPersonInfo>
<relatedPersonName>
<firstName>JOSHUA</firstName>
<lastName>COOPER</lastName>
</relatedPersonName>
<relatedPersonAddress>
<street1>2 SMITH BRIDGE ROAD</street1>
<city>SARATOGA SPRINGS</city>
<stateOrCountry>NY</stateOrCountry>
<stateOrCountryDescription>NEW YORK</stateOrCountryDescription>
<zipCode>12866</zipCode>
</relatedPersonAddress>
<relatedPersonRelationshipList>
<relationship>Executive Officer</relationship>
</relatedPersonRelationshipList>
<relationshipClarification></relationshipClarification>
</relatedPersonInfo>
<relatedPersonInfo>
<relatedPersonName>
<firstName>N/A</firstName>
<lastName>WEST POINT THOROUGHBREDS, INC.</lastName>
</relatedPersonName>
<relatedPersonAddress>
<street1>100 TECHNOLOGY WAY</street1>
<street2>SUITE 415</street2>
<city>MOUNT LAUREL</city>
<stateOrCountry>NJ</stateOrCountry>
<stateOrCountryDescription>NEW JERSEY</stateOrCountryDescription>
<zipCode>08054</zipCode>
</relatedPersonAddress>
<relatedPersonRelationshipList>
<relationship>Executive Officer</relationship>
</relatedPersonRelationshipList>
<relationshipClarification>MANAGER</relationshipClarification>
</relatedPersonInfo>
</relatedPersonsList>
<offeringData>
<industryGroup>
<industryGroupType>Other</industryGroupType>
</industryGroup>
<issuerSize>
<revenueRange>Not Applicable</revenueRange>
</issuerSize>
<federalExemptionsExclusions>
<item>06</item>
</federalExemptionsExclusions>
<typeOfFiling>
<newOrAmendment>
<isAmendment>false</isAmendment>
</newOrAmendment>
<dateOfFirstSale>
<yetToOccur>true</yetToOccur>
</dateOfFirstSale>
</typeOfFiling>
<durationOfOffering>
<moreThanOneYear>false</moreThanOneYear>
</durationOfOffering>
<typesOfSecuritiesOffered>
<isOtherType>true</isOtherType>
<descriptionOfOtherType>MEMBERSHIP INTEREST IN AN LLC</descriptionOfOtherType>
</typesOfSecuritiesOffered>
<businessCombinationTransaction>
<isBusinessCombinationTransaction>false</isBusinessCombinationTransaction>
<clarificationOfResponse></clarificationOfResponse>
</businessCombinationTransaction>
<minimumInvestmentAccepted>9805</minimumInvestmentAccepted>
<salesCompensationList></salesCompensationList>
<offeringSalesAmounts>
<totalOfferingAmount>424000</totalOfferingAmount>
<totalAmountSold>0</totalAmountSold>
<totalRemaining>424000</totalRemaining>
<clarificationOfResponse></clarificationOfResponse>
</offeringSalesAmounts>
<investors>
<hasNonAccreditedInvestors>true</hasNonAccreditedInvestors>
<numberNonAccreditedInvestors>0</numberNonAccreditedInvestors>
<totalNumberAlreadyInvested>0</totalNumberAlreadyInvested>
</investors>
<salesCommissionsFindersFees>
<salesCommissions>
<dollarAmount>0</dollarAmount>
</salesCommissions>
<findersFees>
<dollarAmount>0</dollarAmount>
</findersFees>
<clarificationOfResponse></clarificationOfResponse>
</salesCommissionsFindersFees>
<useOfProceeds>
<grossProceedsUsed>
<dollarAmount>424000</dollarAmount>
<isEstimate>true</isEstimate>
</grossProceedsUsed>
<clarificationOfResponse>PROCEEDS WILL BE USED TO PURCHASE THE 10 FOOTSTEPSINTHESAND/HAUTE VOLTA FILLY FROM THE MANAGER</clarificationOfResponse>
</useOfProceeds>
<signatureBlock>
<authorizedRepresentative>false</authorizedRepresentative>
<signature>
<issuerName>10 FOOTSTEPSINTHESAND/HAUTE VOLTA, LLC</issuerName>
<signatureName>JOSHUA A. COOPER</signatureName>
<nameOfSigner>JOSHUA A. COOPER</nameOfSigner>
<signatureTitle>COO - MANAGER</signatureTitle>
<signatureDate>2011-10-19</signatureDate>
</signature>
</signatureBlock>
</offeringData>
</edgarSubmission>
@filing = Nokogiri::XML(open(full_url))
self.raised = @filing.xpath('/edgarsubmission/offeringdata/offeringsalesamounts/totalamountsold')
self.tried_to_raise = @filing.xpath('/edgarsubmission/offeringdata/offeringsalesamounts/totalofferingamount')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment