Private Venture Template

%%title%% Private Company Analysis

Last Updated by %%updated_by%% | Update This Page Now

General Information

Name: %%title%%
Type: %%form_data{profit_nonprofit}%%
Website: %%form_data{website_link}%%
Phone: %%form_data{phone_number}%%
Email: %%form_raw{email}%%
Founded: %%form_data{founded_year}%%
Employees: %%form_data{number_of_employees}%%
Stage: %%form_data{stage_of_development}%%
Location: %%form_data{location}%%

Address:
%%form_data{address-line-1}%%

Industry / Market

Target:
%%form_data{target_market}%%
%%form_data{target_market2}%%
%%form_data{target_market3}%%

Size: %%form_data{market_size}%%
Growth Rate: %%form_data{market_growth_rate}%%%
Other Info: %%form_data{market_details}%%

Funding Needs

Funding Need: $%%form_data{funding_needs}%%
Type of Financing: %%form_data{funding_type}%%
Equity for Sale: %%form_data{equity_for_sale}%%%
Expected ROI: %%form_data{return_on_investment}%%
Use of Funds: %%form_data{use_of_funds}%%
Other Info: %%form_data{funding_details}%%

Team Members

Management Teams
%%form_data{profile_people_1}%%
%%form_data{profile_people_2}%%
%%form_data{profile_people_3}%%
%%form_data{profile_people_4}%%
%%form_data{profile_people_5}%%
Investor Teams
%%form_data{investor_people_1}%%
%%form_data{investor_people_2}%%
%%form_data{investor_people_3}%%
%%form_data{investor_people_4}%%
%%form_data{investor_people_5}%%

Employee Needs

Current: %%form_data{employee_need_current}%%
Interns Needed? %%form_data{internship_need}%%
Other Info %%form_data{employee_need_details}%%

Multi-Media

Images:
%%form_data{upload_image1}%%
%%form_data{upload_image2}%%
%%form_data{upload_image3}%%
%%form_data{upload_image4}%%

Documents:
%%form_data{upload_document1}%%
%%form_data{upload_document2}%%

Videos:
%%form_data{upload_video1}%%

%%form_data{conclusion}%%

Investment Conclusion

%%form_data{conclusion}%%: %%form_data{conclusion_explanation}%% %%title%% needs $%%form_data{funding_needs}%% in funding.

Description Update

%%form_data{general_summary}%% Vision: %%form_data{description_vision}%%


Market Analysis Update

Challenges: %%form_data{market_challenges}%% Opportunities: %%form_data{market_opportunities}%% Solutions: %%form_data{market_solutions}%%


Strategy Analysis Update

General Strategy: %%form_data{strategy_summary}%% Competition: %%form_data{analysis_competition}%% Competitive Advantages: %%form_data{competitive_advantages}%% Management Experience: %%form_data{team_members}%% Risk Factors: %%form_data{description_risks}%% Keys to Success: %%form_data{keys_to_success}%%


Entry Year -2 Year -1 Current
Revenue $%%form_data{revenue2}%% $%%form_data{revenue3}%% $%%form_data{revenue4}%%
EBITDA $%%form_data{ebitda2}%% $%%form_data{ebitda3}%% $%%form_data{ebitda4}%%
Cash Flow $%%form_data{cashflow2}%% $%%form_data{cashflow3}%% $%%form_data{cashflow4}%%

Financial Analysis Update

Financial Information: %%form_data{financial_results}%% Current Revenue Sources: %%form_data{revenue_sources_current}%% Future Revenue Sources: %%form_data{revenue_sources_future}%% Milestones %%form_raw{description_milestones}%%


Discuss %%title%%

Add a New Comment
or Sign in as Wikidot user
(will not be published)
- +
document.write("<div class='wwwdgt'><div class='wwwdgt_logo'></div><h4><a href='%%link%%' target='_blank'>%%title%%</a><small> - <a href='http://www.wikiwealth.com/private-venture' target='_blank'>Private company analysis</a></small></h4><p><strong>Analysis conclusion:</strong> %%form_data{conclusion}%%</p><p class='wwwdgt_desc'>%%form_data{conclusion_explanation}%% <a href='%%link%%'>Learn more...</a></p><div class='wwwdgt_footer'>Information provided by <a href='http://www.wikiwealth.com' target='_blank'>WikiWealth.com</a></div></div>");
 
document.write("<style type='text/css'>.wwwdgt {display: block;width: 300px;min-height: 50px;margin: 5px;border: 1px solid #ccc;border: 1px solid rgba(204, 204, 204, 0.49);background: #fff;background: rgba(255, 255, 255, .5);-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;font: normal 12px/1.3 'Helvetica', Arial, sans-serif;color: #444;}.wwwdgt a {color: #0A549E;text-decoration: none;}.wwwdgt a:hover,.wwwdgt a:focus {text-decoration: underline;}.wwwdgt h4 {margin: 1px 1px 5px;padding: 5px 10px;font-size: 16px;border-bottom: 1px solid rgba(240, 240, 240, 0.5);background: #f4f4f4;background: rgba(244, 244, 244, 0.5);}.wwwdgt p {margin: 4px 10px;}.wwwdgt_desc {font-size: 11px;color: #444;}.wwwdgt_footer {background: #f4f4f4;background: rgba(244, 244, 244, 0.5);border-top: 1px solid rgba(240, 240, 240, 0.5);margin: 5px 1px 1px;padding: 5px 10px;text-align: right;font-size: 11px;color: #666;}</style>");

======

[[form]]
fields:
  form_title1:
    type: static
    value: ++ **General Information**: All Inputs are Optional; Save at the Bottom

  profit_nonprofit:
    label: Type?
    type: select
    values:
      1: Profit
      2: Non-profit
      3: Other

  website_link:
    label: Website
    type: url

  phone_number:
    label: Phone Number
    default: n/a

  email:
    label: Email Address
    default: n/a

  founded_year:
    label: Year Founded
    width: 10
    default: n/a

  number_of_employees:
  label: Employees [#]
  width: 10
  default: n/a

  location:
    type: pagepath
    label: Location
    category: location

  address-line-1:
    label: Address
    default: n/a
    height: 4

  form_title2:
    type: static
    value: ++ Description Section

  general_summary:
  label: General Summary
  height: 4
  width: 100
  hint: Describe the private company in as much detail as possible?

  description_vision:
  label: Vision
  height: 2
  width: 100
  hint: How can this venture change the world?

  market_challenges:
  label: Market Place Challenges
  height: 2
  width: 100
  hint: What is not working in the market place that this venture can fix?

  market_opportunities:
  label: Market Place Opportunities
  height: 2
  width: 100
  hint: What is the potential of the market place fix?

  market_solutions:
  label: Market Place Solutions
  height: 2
  width: 100
  hint: What is the solution to the identified challenges?

  strategy_summary:
  label: General Strategy
  height: 2
  width: 100
  hint: What is the best way to implement this solution?

  analysis_competition:
  label: Analysis of Competition
  height: 2
  width: 100
  hint: Who are the competitors? Who's strategy superior is superior?

  competitive_advantages:
  label: Competitive Advantages
  height: 2
  width: 100
  hint: What are the unique advantages over competitors?

  description_risks:
  label: Analysis of Risks
  height: 2
  width: 100
  hint: Risk that must be accounted for by this venture?

  keys_to_success:
  label: Keys to Success
  height: 2
  width: 100
  hint: What must happen in order to be successful / critical to success?

  description_milestones:
  label: Milestones
  height: 2
  width: 100
  type: wiki
  hint: capital raises, equity event, pilot program successes, etc.

  team_members:
  label: Management Team Qualifications / Successes
  height: 2
  width: 100
  hint: What experience does the venture's team possess? Any past successes? Experience?

  financial_results:
  label: Financial results
  height: 2
  width: 100
  hint: revenue, cash flow, EBITDA, growth rates, margins, debt, etc.

  revenue_sources_current:
  label: Current Revenue Sources
  width: 100
  height: 2
  hint: advertising, subscriptions, sales, etc.

  revenue_sources_future:
  label: Future Revenue Sources
  width: 100
  height: 2
  hint: advertising, subscriptions, sales, etc.

  form_title3:
    type: static
    value: ++ Market Description

  stage_of_development:
    label: Stage of Development
    type: select
    values:
      1: Seed (just an idea)
      2: Early Stage (testing)
      3: Growth (expansion)
      4: Late Stage (mature)
      5: Declining (shrinking)
      6: Not Available
    default: 6

  target_market:
    type: pagepath
    label: Target Market 1
    category: Market

  target_market2:
    type: pagepath
    label: Target Market 2
    category: Market

  target_market3:
    type: pagepath
    label: Target Market 3
    category: Market

  market_size:
    label: Market Size ($)
    width: 10
    before: $
    default: n/a

  market_growth_rate:
    label: Market Growth Rate (%)
    width: 10
    after: %
    default: n/a

  market_details:
    label: Other Market Details
    height: 2
    default: n/a

  form_title4:
    type: static
    value: ++ Needs [What does this venture need in order to be a success]

  funding_needs:
  label: Funding Needs
  width: 10
  before: $
  default: 0

  funding_type:
    label: Type of Financing?
    type: select
    values:
      4: Both
      1: Equity
      2: Debt
      3: Neither
    default: 4

  equity_for_sale:
  label: % of Equity For Sale
  width: 10
  after: %
  default: 0

  return_on_investment:
  label: Expected ROI
  height: 2
  hint: return on investment & supporting evidence

  use_of_funds:
  label: Use of Funds
  height: 2
  hint: how should this venture use the money it raises

  funding_details:
  label: Other Funding Details
  height: 2

  form_title5:
    type: static
    value: ++ Management / Investor Teams and Members

  profile_people_1:
    type: pagepath
    label: Management Team 1
    category: profile-people

  profile_people_2:
    type: pagepath
    label: Management Team 2
    category: profile-people

  profile_people_3:
    type: pagepath
    label: Management Team 3
    category: profile-people

  profile_people_4:
    type: pagepath
    label: Management Team 4
    category: profile-people

  profile_people_5:
    type: pagepath
    label: Management Team 5
    category: profile-people

  investor_people_1:
    type: pagepath
    label: Investor / Team 1
    category: profile-people

  investor_people_2:
    type: pagepath
    label: Investor / Team 2
    category: profile-people

  investor_people_3:
    type: pagepath
    label: Investor / Team 3
    category: profile-people

  investor_people_4:
    type: pagepath
    label: Investor / Team 4
    category: profile-people

  investor_people_5:
    type: pagepath
    label: Investor / Team 5
    category: profile-people

  form_title6:
    type: static
    value: ++ Personnel Needs

  employee_need_current:
  label: Employee Needs
  width: 10
  before: #
  default: n/a

  internship_need:
  label: Internships Needed?
  type: select
  values:
    1: "Yes"
    2: Depends on Candidate
    3: In the future
    4: "No"
    5: Not Sure

  employee_need_details:
  label: Other Employment Details
  height: 4
  hint: 3 PHP programmers at $40 a hour for two years; 1 marketer part-time at $25 an hour skills, terms, etc.
  default: n/a

  form_title7:
    type: static
    value: ++ Conclusion [what is the best way for this venture to prosper]

  conclusion:
  label: Conclusion?
  type: select
  values:
    nochange: No Change
    fund: Raise Funds
    hire: Hire Employees
    partnership: Seek Partnership
    improve: Restructure
    changeowner: Sell Business
    shutdown: Shutdown
  default: nochange

  conclusion_explanation:
    label: Explain Conclusion:
    height: 2
    default: n/a.

  other_needs_details:
  label: Other Needs
  height: 4
  hint: business partner, silent partner, utility patent

  form_title8:
    type: static
    value: ++ Multimedia and Other Relevant Files

  profile_image:
    type: file
    label: Upload Logo
    hint: : Re-sized width to 250px 

  upload_image1:
    type: file
    label: Image 1

  upload_image2:
    type: file
    label: Image 2

  upload_document1:
    type: file
    label: Document 1

  upload_document2:
    type: file
    label: Document 2

  upload_video1:
    type: file
    label: Video

  form_title9:
    type: static
    value: ++ Financial Statement
  form_title10:
    type: static
    value: ++++ Revenue

  revenue2:
    label: Year -2 Revenue
    width: 5
    default: n/a
    before: $
  revenue3:
    label: Year -1 Revenue
    width: 5
    default: n/a
    before: $
  revenue4:
    label: Year Current Revenue
    width: 5
    default: n/a
    before: $

  form_title11:
    type: static
    value: ++++ EBITDA

  ebitda2:
    label: Year -2 EBITDA
    width: 5
    default: n/a
    before: $
  ebitda3:
    label: Year -1 EBITDA
    width: 5
    default: n/a
    before: $
  ebitda4:
    label: Year Current EBITDA
    width: 5
    default: n/a
    before: $

  form_title12:
    type: static
    value: ++++ Cash Flow

  cashflow2:
    label: Year -2 Cash Flow
    width: 5
    default: n/a
    before: $
  cashflow3:
    label: Year -1 Cash Flow
    width: 5
    default: n/a
    before: $
  cashflow4:
    label: Year Current Cash Flow
    width: 5
    default: n/a
    before: $
[[/form]]