<?xml version="1.0"?>
<rdf:RDF
    xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#"
  xml:base="http://www.owl-ontologies.com/unnamed.owl">
  <owl:Ontology rdf:about="">
    <owl:imports rdf:resource="http://protege.stanford.edu/plugins/owl/protege"/>
  </owl:Ontology>
  <owl:Class rdf:ID="ComercialService">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Work done for others as an occupation 
or business whose purpose is to result in a &amp;%FinancialTransaction.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="FinancialTransaction"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Tax">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A fee charged by a government on a product, income, or activity.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="ChargeAFee"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="UsingAnAccount">
    <rdfs:subClassOf rdf:resource="#FinancialTransaction"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An activity of using a financial account</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="PiggybankLoan">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Two lenders participating in the same loan.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Loan"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="ProducerPriceIndex">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An inflationary indicator published by the U.S. Bureau 
of Labor Statistics to evaluate wholesale price levels in the economy.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="InflationIndex"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="NASDAQ">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="StockMarket"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >National Association of Securities Dealers Automated Quotations 
system.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Corporation"/>
  <owl:Class rdf:ID="MoneyMarket">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="SavingsAccount"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >&amp;%MoneyMarket is for borrowing and lending money for three years 
or less. The securities in a money market can be U.S. government bonds, &amp;%TreasuryBills and commercial 
paper from banks and companies.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Mortgage">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A loan to finance the purchase of real estate, usually with specified payment 
periods and interest rates.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Loan"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="StockIndex">
    <owl:disjointWith>
      <owl:Class rdf:ID="MarketValueWeightedIndex"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="PriceWeightedIndex"/>
    </owl:disjointWith>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Any index which is intended to gauge upward or downward trends 
in stock prices.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Index"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:ID="MarketShareWeightedIndex"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="Ordering"/>
  <owl:Class rdf:ID="TreasuryBond">
    <owl:disjointWith>
      <owl:Class rdf:ID="TaxFreeInvestment"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Bond"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A negotiable, coupon-bearing debt obligation 
issued by the U.S. government and backed by its full faith and credit, having 
a maturity of more than 7 years. Interest is paid semi-annually. Exempt from 
state and local taxes.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Straddle">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="OptionStrategy"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The purchase or sale of an equal number of puts and 
calls, with the same strike price and expiration dates.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Liquidation">
    <rdfs:subClassOf rdf:resource="#FinancialTransaction"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Selling all of a company's assets, paying outstanding 
debts, distributing any remaining money to shareholders, and then ceasing operations.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="RegisteredBond">
    <owl:disjointWith>
      <owl:Class rdf:ID="CouponBond"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Bond"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A bond issued with the name of the owner printed on the 
face of the certificate. It can be transferred to another individual only with the 
owner's endorsement.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="GrowthStock">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Investment term that is applied to a &amp;%Stock that is expected 
to appreciate in value at a high rate, pay big dividends or split.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Stock"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="VerifyingCardCode">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="AuthorizationOfTransaction"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A subclass of &amp;%AuthorizationOfTransaction 
where an ATM machine checks the code of the &amp;%BankCard inserted in the machine.")
</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="SavingsAndLoan">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="FinancialOrganization"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A federally or state chartered &amp;%FinancialOrganization 
that takes &amp;%Deposits from individuals, funds &amp;%Mortgages, and pays &amp;%dividends.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="FinancialDefault">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Failure to make required debt payments on a timely basis 
or to comply with other conditions of an obligation or agreement.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="ObjectiveNorm"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="LiquidityAttribute">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A class of attributes which characterize the degree to 
which accounts can be converted to cash.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Attribute"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="DefinedContributionPlan">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A company retirement plan, such as 
a 401(k) or 403(b), in which the employee elects to defer some amount of 
his/her salary into the plan and bears the investment risk.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="PensionPlan"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="FinancialContract">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Contract"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A financial agreement between two or more parties</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="LiabilityAccount">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="FinancialAccount"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An account for which a person is liable.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Security">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="FinancialInstrument"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An investment instrument, other than an insurance policy or 
a fixed annuity issued by a corporation, government, or other organization which offers 
evidence of debt or equity.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="DebitCard">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A card which allows customers to access their funds 
immediately, electronically. Unlike a credit card, a debit card does not have 
any float.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="BankCard"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="IOCOrder">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Order"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Immediate or cancel Order is a type of option order 
which gives the trading crowd one opportunity to take the other side of the 
trade. After being announced, the order will be either partially or totally 
filled (with any remaining balance immediately cancelled). An IOC order, which 
can be considered a type of day order, cannot be used as part of a GTC order 
since it will be cancelled shortly after being entered. The difference between 
fill-or-kill (FOK) orders and IOC orders is that a IOC order may be partially 
executed.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Broker">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An individual or firm which acts as an intermediary between 
a buyer and seller, usually charging a commisssion.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="CognitiveAgent"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="RothIRAAccount">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="IndividualRetirementAccount"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An individual retirement account in which a person 
can set aside after-tax income up to a specified amount each year. Earnings on the 
account are tax-free, and tax-free withdrawals may be made at retirement age.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="SpreadOption">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The purchase of one option and the 
simultaneous sale of a related option, such as two options of the same 
class but different strike prices and/or expiration dates.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#OptionStrategy"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="ValueStock">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Stock"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >&amp;%Stock whose shares are attractive because 
the company is considered to be undervalued, usually because it has a 
low P/E ratio.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="ExerciseAnOption">
    <rdfs:subClassOf rdf:resource="#FinancialTransaction"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An activity when the owner of the the &amp;%Option 
contract invokes his rights.  In the case of a call, the option owner buys the 
underlying stock. In the case of a put, the option owner sells the underlying stock.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="EnteringAPin">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A subclass of &amp;%AuthorizationOfTransaction where 
a customer enters his/her personal identification number.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#AuthorizationOfTransaction"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Agent">
    <rdfs:subClassOf rdf:resource="#CognitiveAgent"/>
  </owl:Class>
  <owl:Class rdf:about="#FinancialAccount">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%accountSubclassAt ?Type ?Bank) holds if ?Type is a 
type of &amp;%FinancialAccount offered by the bank.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Contract"/>
  </owl:Class>
  <owl:Class rdf:ID="CancellingAnOrder">
    <rdfs:subClassOf rdf:resource="#FinancialTransaction"/>
  </owl:Class>
  <owl:Class rdf:about="#ChargeAFee">
    <rdfs:subClassOf rdf:resource="#FinancialTransaction"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An activity of a fee being charged</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Procedure"/>
  <owl:Class rdf:ID="Rollover">
    <rdfs:subClassOf rdf:resource="#FinancialTransaction"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A tax-free reinvestment of a distribution from a 
qualified retirement plan into an IRA or other qualified plan within 60 days.  
Also called IRA rollover.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="EquityOption">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An option on shares of an individual common stock.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Option"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="BalloonLoan">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A long-term loan, often a mortgage, that has 
one large payment (the balloon payment) due upon maturity.  Often done 
when refinancing or a major cash flow event is anticipated</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="CreditAccount"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="TimePosition">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Time"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="_403BPlan">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A retirement plan similar to a 401(k) plan which 
is offered by non-profit organizations, such as universities and some 
charitable organizations, rather than corporations.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#DefinedContributionPlan"/>
  </owl:Class>
  <owl:Class rdf:ID="FinancialOrder">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A request from a client to a broker to buy (buy order) 
or sell (sell order) a specified amount of a particular security or commodity at a 
specific price or at the market price.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Ordering"/>
  </owl:Class>
  <owl:Class rdf:ID="Text"/>
  <owl:Class rdf:ID="CallableLoan">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Loan"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A loan that must repaid upon the lender's demand</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="FHALoan">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A government mortgage that is insured by the Federal Housing 
Administration (FHA).</rdfs:comment>
    <owl:disjointWith>
      <owl:Class rdf:ID="ConventionalMortgage"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="#Mortgage"/>
  </owl:Class>
  <owl:Class rdf:ID="SymbolicString"/>
  <owl:Class rdf:ID="StockSplit">
    <rdfs:subClassOf rdf:resource="#FinancialTransaction"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Exchange of the number of shares of stock outstanding 
for a larger number.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="_401KPlan">
    <rdfs:subClassOf rdf:resource="#DefinedContributionPlan"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A defined contribution plan offered by a 
corporation to its employees, which allows employees to set aside 
tax-deferred income for retirement purposes.  The name 401(k) comes from 
the IRS section describing the program.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#OptionStrategy">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A collection of buying/selling options 
whose purpose is to result in an optimal profit for the investor.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Collection"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#FinancialOrganization">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Organization"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The class &amp;%FinancialOrganization includes, 
as subclasses, &amp;%BankOrganization, &amp;%CreditUnion and &amp;%SavingsAndLoan.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="PennyStock">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Stock"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Extremely speculative, high-risk &amp;%Stock, usually 
with a price of less than 5 dollars per share.  In the U.S., nearly all &amp;%PennyStocks 
are traded on over-the-counter bulletin boards.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="RestrictedStock">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Stock"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >&amp;%Stocks that are usually issued in private placements 
and that have limited transferability.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="CorporateBond">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A bond issued by a corporation. Such bonds usually have 
a par value of $1,000, are taxable, have a term maturity, are paid for out of a sinking 
fund accumulated for that purpose, and are traded on major exchanges.</rdfs:comment>
    <owl:disjointWith>
      <owl:Class rdf:ID="TaxableInvestment"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Bond"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="MarketOrder">
    <rdfs:subClassOf rdf:resource="#FinancialOrder"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An order to buy or sell a security at the best price available.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="FederalHousingAdministration">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Government"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The Federal Housing Administration, also known 
as the FHA.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Stock">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#FinancialInstrument"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An instrument that signifies an ownership position, 
or equity, in a &amp;%Corporation, and represents a claim on its proportionate 
share in the corporation's assets and profits</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="FillingAnOrder">
    <rdfs:subClassOf rdf:resource="#FinancialTransaction"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Execute an order or buy or sell a &amp;%Security.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="StockMarketTransaction">
    <rdfs:subClassOf rdf:resource="#FinancialTransaction"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Any &amp;%FinancialTransaction which involves 
&amp;%Stock and which occurs in a &amp;%StockMarket.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Share">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="CurrencyMeasure"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A &amp;%UnitOfMeasure representing one unit of ownership in a corporation, 
&amp;%MutualFund, or limited partnership.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="MonetaryNote">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#FinancialInstrument"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A legal document that obligates a borrower to repay a loan 
at a specified &amp;%interestRate during a specified period of time or on demand</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="BankStatement">
    <rdfs:subClassOf rdf:resource="#Text"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A monthly report sent to a debtor or bank depositor.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="NASDAQCompositeIndex">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A market-value weighted index of all common stocks 
listed on NASDAQ.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#StockIndex"/>
  </owl:Class>
  <owl:Class rdf:ID="LongStraddle">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A straddle in which a long position is taken in 
both a put and a call option.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Straddle"/>
  </owl:Class>
  <owl:Class rdf:ID="ShortSale">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Borrowing a security (or commodity futures 
contract) from a broker and selling it, with the understanding that it 
must later be bought back (hopefully at a lower price) and returned to the 
broker.  SEC rules allow investors to sell short only on an uptick or a 
zero-plus tick, to prevent 'pool operators' from driving down a stock 
price through heavy short-selling, then buying the shares for a large 
profit.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#FinancialTransaction"/>
  </owl:Class>
  <owl:Class rdf:about="#MarketValueWeightedIndex">
    <owl:disjointWith rdf:resource="#StockIndex"/>
    <rdfs:subClassOf rdf:resource="#StockIndex"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A stock index in which each stock 
affects the index in proportion to its market value.  Examples include 
NASDAQ Composite Index, S&amp;P 500, Wilshire 5000 Equity Index, Hang Seng 
Index, and EAFE Index.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="YieldAttribute">
    <rdfs:subClassOf rdf:resource="#Attribute"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A class of attributes which describe the degree to which 
accounts are profitable.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="CommonStock">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Securities representing equity in a 
Corporation, providing voting rights, and entitling the holder to a share 
of the company's success through dividends and/or capital appreciation.  
In the event of liquidation, common stock holders have rights to a 
company's assets only after bondholders, other debt holders, and 
&amp;%PreferredStock holders have been satisfied.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Stock"/>
  </owl:Class>
  <owl:Class rdf:ID="OCOOrder">
    <rdfs:subClassOf rdf:resource="#Order"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >One-cancels-other order (OCO) is a type of option 
order which treats two or more option orders as a package, whereby the execution 
of any one of the orders causes all the orders to be reduced by the same amount. 
For example, the investor would enter an OCO order if he/she wished to buy 
10 May 60 calls or 10 June 60 calls or any combination of the two which when 
summed equaled 10 contracts. An OCO order may be either a day order or a GTC order</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Annuity">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#FinancialInstrument"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An instrument sold by an insurance company designed to provide 
payments to the holder at specified intervals, usually after retirement.  &amp;%Annuities 
are relatively safe, low-yielding investments.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Index">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A benchmark against which financial or economic performance is measured, 
such as the S&amp;P 500 or the Consumer Price Index.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Procedure"/>
  </owl:Class>
  <owl:Class rdf:ID="ConsumerPriceIndex">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >n inflationary indicator that measures 
the change in the cost of a fixed basket of products and services, 
including housing, electricity, food, and transportation.  The CPI is 
published monthly.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#InflationIndex"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="ClosingAnAccount">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An activity of closing a financial account</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="FinancialService"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#FinancialTransaction"/>
  </owl:Class>
  <owl:Class rdf:about="#MarketShareWeightedIndex">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A stock index in which each stock affects the 
index in proportion to its number of shares outstanding.</rdfs:comment>
    <owl:disjointWith rdf:resource="#StockIndex"/>
    <rdfs:subClassOf rdf:resource="#StockIndex"/>
  </owl:Class>
  <owl:Class rdf:ID="Day">
    <rdfs:subClassOf rdf:resource="#TimePosition"/>
  </owl:Class>
  <owl:Class rdf:ID="DepositAccount">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An account where money is deposited for checking, savings or 
brokerage use.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#FinancialAccount"/>
  </owl:Class>
  <owl:Class rdf:ID="SecuredBond">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Bond"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Bond backed by collateral, such as a mortgage 
or lien, the title to which would be transferred to the bondholders in the 
event of default.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="InterestOnlyLoan">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Loan"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A non-amortized loan in which interest is 
due at regular intervals until maturity, when the full principal on the 
loan is due.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="AdjustableRateAccount">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An &amp;%InterestBearingAccount in which 
the interest rate is adjusted periodically, usually based on a standard 
market rate outside the control of the bank or savings institution, such 
as the &amp;%primeInterestRate.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="InterestBearingAccount"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="MOCOrder">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="DayOrder"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A Market-on-close order is a type of option order 
which requires that an order be executed at or near the close of trading on 
the day the order is entered. A MOC order, which is  a type of day order, 
cannot be used as part of a GTC order</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#IndividualRetirementAccount">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#PensionPlan"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A tax-deferred retirement 
account for an individual that permits individuals to set aside a certain 
amount per year, with earnings tax-deferred until withdrawals at retirement 
age(or earlier, with a penalty).  Only those who do not participate in a 
pension plan at work or who do participate and meet certain income guidelines 
can make deductible contributions to an IRA.  All others can make contributions 
to an IRA on a non-deductible basis.  Such contributions qualify as a deduction 
against income earned in that year and interest accumulates tax-deferred until 
the funds are withdrawn.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="LoanCommitment">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A formal offer by a lender making explicit 
the terms under which it agrees to lend money to a borrower over a certain 
period of time</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Offering"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="GovernmentBond">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Bond"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A bond sold by the U.S. government.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="MunicipalBond">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Bond"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:about="#TaxFreeInvestment"/>
    </owl:disjointWith>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Bond issued by a state, city, or local government to 
finance operations or special projects; interest on it is tax-free.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="TimeDuration">
    <rdfs:subClassOf rdf:resource="#Time"/>
  </owl:Class>
  <owl:Class rdf:ID="CertificateOfDeposit">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >CDs (certificates of deposit) are bank, credit union or savings 
and loan instruments that allow the depositor to lock in an interest rate for a specific period of 
time (e.g. six months, one year, five years).  If the money is withdrawn from the CD before the CD 
matures, there is likely to be an early-withdrawal penalty -- often three month's interest. Generally, 
the longer the time period of the CD, the higher the interest paid.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#SavingsAccount"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="_408KPlan">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A simpler alternative to a 401(k) plan available 
only to companies with 25 or fewer employees, which gives employees the 
opportunity to make contributions to their SEP accounts with pre-tax 
dollars and reduce their current year's net income.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#DefinedContributionPlan"/>
  </owl:Class>
  <owl:Class rdf:ID="NikkeiIndex">
    <rdfs:subClassOf rdf:resource="#Index"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Index of 225 leading stocks traded on the Tokyo Stock 
Exchange.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#SavingsAccount">
    <rdfs:subClassOf rdf:resource="#DepositAccount"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An account in a bank on which interest is usually paid and from 
which withdrawals can be made usually only by presentation of a passbook or by written authorization 
on a prescribed form.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#InterestBearingAccount"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Call">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The demand that a &amp;%Loan be repaid immediately or at a specified time.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Ordering"/>
  </owl:Class>
  <owl:Class rdf:ID="DefensiveStock">
    <rdfs:subClassOf rdf:resource="#Stock"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >&amp;%DefensiveStocks are stocks of food companies, drug 
manufacturers and utility companies.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="IndexOption">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Option"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An option whose underlying interest is an index. 
Generally, index options are cash-settled.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Payment">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >he partial or complete discharge of an obligation by 
its settlement in the form of the transfer of funds, assets, or services equal 
to the monetary value of part or all of the debtor's obligation.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#FinancialTransaction"/>
  </owl:Class>
  <owl:Class rdf:ID="DepositingACheck">
    <rdfs:subClassOf rdf:resource="#UsingAnAccount"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An activity of depositing a check into a 
&amp;%FinancialOrganization.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="FOKOrder">
    <rdfs:subClassOf rdf:resource="#Order"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Fill-or-kill order is a type of option order 
which requires that the order be executed completely or not at all.  A 
fill-or-kill order is similar to an all-or-none (AON) order.  The 
difference is that if the order cannot be completely executed (i.e., 
filled in its entirety) as soon as it is announced in the trading crowd, 
it is to be 'killed' (i.e., cancelled) immediately.  Unlike an AON order, 
a FOK order cannot be used as part of a GTC order.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="StationaryArtifact"/>
  <owl:Class rdf:ID="BankTermLoan">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Loan"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A bank loan terminating in one year or more.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#FinancialInstrument">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Certificate"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A document having monetary value or recording 
a monetary transaction</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="AutomaticTransaction">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >&amp;%Transactions which occur through computer 
networks and which do not require direct management.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#FinancialTransaction"/>
  </owl:Class>
  <owl:Class rdf:about="#StockMarket">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >General term for organizations where stocks are traded, 
either in formal exchanges or over-the-counter.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Organization"/>
  </owl:Class>
  <owl:Class rdf:ID="ConsolidationLoan">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Loan"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The replacement of multiple loans with a single loan, often 
with a lower monthly payment and a longer repayment period.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="FixedAnnuity">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An investment vehicle offered by an insurance company that 
guarantees a stream of fixed payments over the life of the annuity. The insurer, not the 
insured, takes the investment risk.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Annuity"/>
  </owl:Class>
  <owl:Class rdf:ID="Human">
    <rdfs:subClassOf rdf:resource="#CognitiveAgent"/>
  </owl:Class>
  <owl:Class rdf:ID="InternalTransfer">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A subclass of &amp;%FinancialTransactions where money is 
transferred within a single &amp;%FinancialOrganization.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#FinancialTransaction"/>
  </owl:Class>
  <owl:Class rdf:ID="PutOption">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Option"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An option contract that gives the holder the 
right to sell a certain quantity of an underlying security to the writer 
of the option, at a specified price (strike price) up to a specified date 
(expiration date).</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="RiskAttribute">
    <rdfs:subClassOf rdf:resource="#Attribute"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A class of attributes which describe the degree of risk 
of a particular investment.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="LimitOrder">
    <rdfs:subClassOf rdf:resource="#FinancialOrder"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An order to a &amp;%Broker  to buy a specified quantity 
of a &amp;%Security at or below a specified price, or to sell it at or above a 
specified &amp;%limitPrice.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#CouponBond">
    <owl:disjointWith rdf:resource="#RegisteredBond"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An unregistered, negotiable bond on which interest and principal 
are payable to the holder, regardless of whom it was originally issued to. The coupons are 
attached to the bond, and each coupon represents a single interest payment. The holder submits 
a coupon, usually semi-annually, to the issuer or paying agent to receive payment. Coupon bonds 
are being phased out in favor of registered bonds.</rdfs:comment>
    <owl:disjointWith>
      <owl:Class rdf:ID="ZeroCouponBond"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Bond"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#FinancialService">
    <rdfs:subClassOf rdf:resource="#ComercialService"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Services performed by &amp;%FinancialOrganizations.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Refinancing">
    <rdfs:subClassOf rdf:resource="#FinancialTransaction"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Paying off an existing loan with the proceeds from a new loan, using 
the same property as collateral.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Liability">
    <rdfs:subClassOf rdf:resource="#FinancialContract"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A financial obligation, debt, claim, or potential loss.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="CreditCardAccount">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of &amp;%CreditAccount which uses a &amp;%CreditCard for 
&amp;%FinancialTransactions.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#CreditAccount"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="ConventionalOption">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Short-term option contracts.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Option"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Bond">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A debt instrument issued for a period of more than one year with 
the purpose of raising capital by borrowing. The Federal government, states, cities, 
corporations, and many other types of institutions sell bonds. A bond is generally a 
promise to repay the principal along with interest on a specified &amp;%maturityDate.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#FinancialInstrument"/>
  </owl:Class>
  <owl:Class rdf:ID="CorpuscularObject"/>
  <owl:Class rdf:ID="BrokerageAccount">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A fund that a customer has entrusted to 
a securities brokerage.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#DepositAccount"/>
  </owl:Class>
  <owl:Class rdf:ID="Title">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The instrument, such as a deed, that constitutes evidence 
of a legal right of possession or control.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Certificate"/>
  </owl:Class>
  <owl:Class rdf:ID="AssetAllocation">
    <rdfs:subClassOf rdf:resource="#FinancialTransaction"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The process of dividing investments among different kinds of 
assets, such as &amp;%Stocks, &amp;%Bonds, &amp;%RealEstate and cash, to optimize the risk/reward tradeoff 
based on an individual's or institution's specific situation and goals.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="IndexedLoan">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A loan in which payments change in response to 
changes in an index such as the Consumer Price Index.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Loan"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="AmericanStyleOption">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An option that can be exercised at any time 
prior to its expiration date</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Option"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="GTCOrder">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Good-'til-cancelled (GTC) order is a type of limit order 
that remains in effect until it is either executed (filled) or cancelled, as opposed 
to a day order, which expires if not executed by the end of the trading day. A GTC 
option order is an order which if not executed will be automatically cancelled at the 
option's expiration</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Order"/>
  </owl:Class>
  <owl:Class rdf:about="#BankCard">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A &amp;%CreditCard or a &amp;%DebitCard issued by a 
&amp;%FinancialOrganization.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#FinancialInstrument"/>
  </owl:Class>
  <owl:Class rdf:about="#InterestBearingAccount">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >FinancialAccounts that have a fixed or adjustable interest rate.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#FinancialAccount"/>
  </owl:Class>
  <owl:Class rdf:ID="Downtick">
    <rdfs:subClassOf rdf:resource="#StockMarketTransaction"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A stock market transaction where the price of the 
&amp;%Security exchanged is lower than it was for the preceding transaction 
involving the same security.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Loan">
    <rdfs:subClassOf rdf:resource="#LiabilityAccount"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An arrangement in which a lender gives money or property to a borrower, 
and the borrower agrees to return the property or repay the money, usually along with interest, 
at some future point(s) in time.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Uptick">
    <rdfs:subClassOf rdf:resource="#StockMarketTransaction"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A stock market transaction where the price of the 
&amp;%Security exchanged is higher than it was for the preceding transaction 
involving the same security.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Option">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An option is a contract to buy or sell 100 shares 
of a stock at a fixed price (the strike price) on or before a fixed date.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#FinancialContract"/>
  </owl:Class>
  <owl:Class rdf:ID="PerformanceBond">
    <rdfs:subClassOf rdf:resource="#Bond"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A bond issued by an insurance company to 
guarantee satisfactory completion of a project by a contractor.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="AONOrder">
    <rdfs:subClassOf rdf:resource="#Order"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >All-or-none order (AON) is a type of option order 
which requires that the order be executed completely or not at all. An AON 
order may be either a day order or a GTC order.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#PriceWeightedIndex">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A stock index in which each stock affects the index 
in proportion to its price per share.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#StockIndex"/>
    <owl:disjointWith rdf:resource="#StockIndex"/>
  </owl:Class>
  <owl:Class rdf:ID="Deposit">
    <owl:disjointWith>
      <owl:Class rdf:ID="Withdrawl"/>
    </owl:disjointWith>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An Activity of money being transferred into a customer's 
account at a financial institution.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#FinancialTransaction"/>
  </owl:Class>
  <owl:Class rdf:ID="VariableAnnuity">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An investment vehicle offered by an insurance company that 
does not guarantee a payment amount but does have the potential for greater returns than  
a &amp;%FixedAnnuity.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Annuity"/>
  </owl:Class>
  <owl:Class rdf:ID="Receipt">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A written acknowledgment that a specified article, 
sum of money, or shipment of merchandise has been received.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#FinancialInstrument"/>
  </owl:Class>
  <owl:Class rdf:ID="ExternalTransfer">
    <rdfs:subClassOf rdf:resource="#FinancialTransaction"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A subclass of &amp;%FinancialTransactions where money is 
transferred between two different &amp;%FinancialOrganizations.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="SinglePaymentLoan">
    <rdfs:subClassOf rdf:resource="#Loan"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A loan whose principal is due in total with a single 
payment at maturity.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="DayLoan">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A bank loan to a broker for the purchase of securities pending delivery 
through clearing later the same day.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Loan"/>
  </owl:Class>
  <owl:Class rdf:ID="CreditCard">
    <rdfs:subClassOf rdf:resource="#BankCard"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Any card that may be used repeatedly to borrow money 
or buy products and services on credit.  Issued by banks, savings and loans, retail 
stores, and other businesses.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Prepayment">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Prepayment is the payment of all or part of a debt 
prior to its due date.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Payment"/>
  </owl:Class>
  <owl:Class rdf:ID="IndexBond">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A bond whose cash flow is inflation-adjusted, by 
being linked to the purchasing power of a particular currency.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Bond"/>
  </owl:Class>
  <owl:Class rdf:ID="BankOrganization">
    <rdfs:subClassOf rdf:resource="#FinancialOrganization"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An organization, chartered by a state or 
federal government, which does most or all of the following: receives &amp;%Deposits, 
honors &amp;%FinancialInstruments drawn on them, and pays interest on them; discounts 
&amp;%Notes, makes &amp;%Loans,  and invests in &amp;%SecuredLoans; collects &amp;%Checks, &amp;%Drafts 
and &amp;%Notes, certifies depositor's checks; and issues drafts and Cashier's checks.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="ProcessingACheck">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#AuthorizationOfTransaction"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An activity of paying the amount specified on the 
check from funds on deposit.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="CallableBond">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A bond which the issuer has the right to redeem 
prior to its maturity date, under certain conditions.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Bond"/>
  </owl:Class>
  <owl:Class rdf:ID="StockOption">
    <rdfs:subClassOf rdf:resource="#Option"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An option in which the underlier is the 
common stock of a corporation, giving the holder the right to buy or 
sell its stock, at a specified price, by a specific date.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="DrawingACheck">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An activity of paying by a check.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#UsingAnAccount"/>
  </owl:Class>
  <owl:Class rdf:ID="ProfitSharingPlan">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An arrangement in which an employer 
shares its profits with its employees.  The compensation can be stocks, 
bonds or cash, and can be immediate or deferred until retirement.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#PensionPlan"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="ATMMachine">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An Automatic Teller Machine, i.e. a banking terminal that 
accepts deposits and dispenses cash. ATMs are activated by inserting a debit or 
credit card that contains the user's account number on a magnetic stripe. The ATM 
calls up the bank's computers to verify the balance, dispenses the cash and then 
transmits a completed transaction notice.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#StationaryArtifact"/>
  </owl:Class>
  <owl:Class rdf:ID="CreditUnion">
    <rdfs:subClassOf rdf:resource="#FinancialOrganization"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Credit unions are non-profit, member-owned, financial 
cooperatives. They are operated entirely by and for their members. When money is 
deposited in a credit union, the depositor becomes a member of the union because 
the deposit is considered partial ownership in the credit union. Many large 
organizations have established credit unions for their employees.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="SingleOption">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A put or call option by itself, as opposed to 
multiple options as used in a spread or straddle.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#OptionStrategy"/>
  </owl:Class>
  <owl:Class rdf:about="#InflationIndex">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Any index which is intended to gauge upward or downward trends 
in commodity prices.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Index"/>
  </owl:Class>
  <owl:Class rdf:ID="Check">
    <rdfs:subClassOf rdf:resource="#FinancialInstrument"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A &amp;%FinancialInstrument drawn against deposited funds, 
to pay a specified amount of money to a specific person upon demand.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="LEAPS">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Calls and puts with an expiration as long as 
thirty-nine months. Currently, equity LEAPS have two series at any 
time with a January expiration. For example, in October 2000, LEAPS 
are available with expirations of January 2002 and January 2003.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Option"/>
  </owl:Class>
  <owl:Class rdf:ID="BlueChipStock">
    <rdfs:subClassOf rdf:resource="#Stock"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >&amp;%Stock with a solid and stable earnings record from a 
company that is a major player in a specific industry.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#TaxableInvestment">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Investing"/>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#CorporateBond"/>
  </owl:Class>
  <owl:Class rdf:ID="CorporateAccount">
    <owl:disjointWith>
      <owl:Class rdf:ID="PersonalAccount"/>
    </owl:disjointWith>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >This is the class of accounts held by corporations.  This class 
is disjoint with &amp;%PersonalAccounts.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#FinancialAccount"/>
  </owl:Class>
  <owl:Class rdf:ID="BrokerLoan">
    <rdfs:subClassOf rdf:resource="#Loan"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Money lent to brokers by banks, for financing 
the underwriting of new issues and customer margin accounts, and for 
other purposes.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="MNHOrder">
    <rdfs:subClassOf rdf:resource="#Order"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A Market-not-held order is a type of market order 
which allows the investor to give discretion to the floor broker regarding 
the price and/or time at which a trade is executed.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="PayCheck">
    <rdfs:subClassOf rdf:resource="#Check"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A check issued to an employee in payment of salary or wages.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="NHOrder">
    <rdfs:subClassOf rdf:resource="#Order"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A not-held order is a type of order which releases 
normal obligations implied by the other terms of the order. For example, a 
limit order designated as "not-held" allows discretion to the floor trader in 
filling the order when the market trades at the limit price of the order. In 
this case, there is no obligation to provide the customer with an execution if 
the market trades through the limit price on the order.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Object"/>
  <owl:Class rdf:ID="CheckingAccount">
    <rdfs:subClassOf rdf:resource="#DepositAccount"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A bank account against which the depositor can draw checks</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="DirectRollover">
    <rdfs:subClassOf rdf:resource="#FinancialTransaction"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A distribution from a qualified pension plan that 
is remitted directly to the trustee, custodian or issuer of the receiving IRA and 
is reported to the IRS as a rollover. This can be done only once per year, per account.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="BankCardAttribute">
    <rdfs:subClassOf rdf:resource="#ObjectiveNorm"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The class of &amp;%Attributes indicating whether
or under what conditions a &amp;%BankCard may be used.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="RealEstate">
    <rdfs:subClassOf rdf:resource="#CorpuscularObject"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Land, including all the natural resources and permanent buildings on it.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="FixedRateAccount">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An &amp;%InterestBearingAccount in which the interest 
rate does not change during the entire term of the loan.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#InterestBearingAccount"/>
  </owl:Class>
  <owl:Class rdf:ID="MortgageBond">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >These are bonds generally bought through a 
government agency that deals in the real estate market.  They are bonds 
issued by mortgage lenders.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#CorporateBond"/>
  </owl:Class>
  <owl:Class rdf:about="#PensionPlan">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A qualified retirement plan set up by a 
corporation, labor union, government, or other organization for its 
employees.  Examples include profit-sharing plans, stock bonus and 
employee stock ownership plans, thrift plans, target benefit plans, 
money purchase plans, and defined benefit plans.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#FinancialAccount"/>
  </owl:Class>
  <owl:Class rdf:ID="MutualFundAccount">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An open-ended fund operated by an investment company which 
raises money from shareholders and invests in a group of assets, in accordance with a stated 
set of objectives. Benefits include diversification and professional money management. Shares 
are issued and redeemed on demand, based on the fund's net asset value which is determined at 
the end of each trading session</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#DepositAccount"/>
  </owl:Class>
  <owl:Class rdf:about="#PersonalAccount">
    <rdfs:subClassOf rdf:resource="#FinancialAccount"/>
    <owl:disjointWith rdf:resource="#CorporateAccount"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >This is the class of personal accounts, as opposed to 
&amp;%CorporateAccounts.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#CreditAccount">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Credit extended by a business to a customer.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#LiabilityAccount"/>
  </owl:Class>
  <owl:Class rdf:ID="Penalty">
    <rdfs:subClassOf rdf:resource="#ChargeAFee"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A fee charged as a penalty.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="IntentionalProcess"/>
  <owl:Class rdf:ID="JointAccount">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An account owned by two or more people, usually sharing a household 
and expenses. Each co-owner has equal access to the account. Most types of accounts, whether it's 
basic checking, savings or money market, allow for joint use</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#PersonalAccount"/>
  </owl:Class>
  <owl:Class rdf:ID="CallOption">
    <rdfs:subClassOf rdf:resource="#Option"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An option contract that gives the holder the 
right to buy a certain quantity (usually 100 shares) of an underlying 
security from the writer of the option, at a specified price (the strike 
price) up to a specified date (the expiration date).</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="EuropeanStyleOption">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An option that can be exercised only during 
a specified period of time just prior to its expiration.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Option"/>
  </owl:Class>
  <owl:Class rdf:about="#ConventionalMortgage">
    <owl:disjointWith rdf:resource="#FHALoan"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A mortgage that is not insured or guaranteed 
by the government.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Mortgage"/>
  </owl:Class>
  <owl:Class rdf:ID="TraditionalSavingsAccount">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Accounts that pay interest, usually at below-market 
interest rates, that do not have a specific maturity, and that usually can be withdrawn upon demand</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#SavingsAccount"/>
  </owl:Class>
  <owl:Class rdf:ID="StopOrder">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A market order to buy or sell a certain quantity of 
a certain security if a specified price (the stopPrice) is reached or passed.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#FinancialOrder"/>
  </owl:Class>
  <owl:Class rdf:ID="TreasuryBill">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A negotiable debt obligation issued by the U.S. government and backed 
by its full faith and credit, having a maturity of one year or less. Exempt from state and local taxes</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#SavingsAccount"/>
  </owl:Class>
  <owl:Class rdf:about="#DayOrder">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of option order which instructs the broker 
to cancel any unfilled portion of the order at the close of trading on the 
day the order is first entered.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Order"/>
  </owl:Class>
  <owl:Class rdf:ID="ButterflySpread">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A complex option strategy that involves 
selling two calls and buying two calls on the same or different markets, 
with several maturity dates.  One of the options has a higher exercise 
price and the other has a lower exercise price than the other two options.  
The payoff diagram resembles the shape of a butterfly.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#SpreadOption"/>
  </owl:Class>
  <owl:Class rdf:ID="OpeningAnAccount">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An activity of opening a financial account</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#FinancialService"/>
    <rdfs:subClassOf rdf:resource="#FinancialTransaction"/>
  </owl:Class>
  <owl:Class rdf:about="#Investing">
    <rdfs:subClassOf rdf:resource="#FinancialTransaction"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An activity of commiting money or capital in order to 
gain a financial return.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="EvergreenLoan">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A short-term loan which is continually renewed rather than repaid.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Loan"/>
  </owl:Class>
  <owl:Class rdf:about="#Withdrawl">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An activity of money being transferred from a customer's 
account at a financial institution.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#FinancialTransaction"/>
    <owl:disjointWith rdf:resource="#Deposit"/>
  </owl:Class>
  <owl:Class rdf:ID="BridgeLoan">
    <rdfs:subClassOf rdf:resource="#Loan"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Short-term financing which is expected to be paid back relatively 
quickly, such as by a subsequent longer-term loan.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#AuthorizationOfTransaction">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An activity which approves or 
disapproves a transaction.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="RegulatoryProcess"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#FinancialService"/>
  </owl:Class>
  <owl:Class rdf:ID="TimeInterval">
    <rdfs:subClassOf rdf:resource="#Time"/>
  </owl:Class>
  <owl:Class rdf:ID="PreferredStock"/>
  <owl:Class rdf:about="#ZeroCouponBond">
    <owl:disjointWith rdf:resource="#CouponBond"/>
    <rdfs:subClassOf rdf:resource="#Bond"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A bond where no periodic coupon is paid over the 
life of the contract. Instead, both the principal and the interest are paid at the 
maturity date.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#TaxFreeInvestment">
    <owl:disjointWith rdf:resource="#MunicipalBond"/>
    <rdfs:subClassOf rdf:resource="#Investing"/>
    <owl:disjointWith rdf:resource="#TreasuryBond"/>
  </owl:Class>
  <owl:Class rdf:about="#Government">
    <rdfs:subClassOf rdf:resource="#Organization"/>
  </owl:Class>
  <owl:Class rdf:ID="JunkBond">
    <rdfs:subClassOf rdf:resource="#CorporateBond"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A high-risk, non-investment-grade bond with a low 
credit rating, usually BB or lower; as a consequence, it usually has a high 
yield.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="FinancialRating">
    <rdfs:subClassOf rdf:resource="#Attribute"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The highest rating is usually AAA-Rating, 
and the lowest is D-Rating.</rdfs:comment>
  </owl:Class>
  <owl:ObjectProperty rdf:ID="outOfTheMoney">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A call option is out of the money if the 
stock price is below its strike price. A put option is out of the money 
if the stock price is above its strike price.</rdfs:comment>
    <rdfs:domain rdf:resource="#Option"/>
    <rdfs:range rdf:resource="#TimePosition"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="limitPrice">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%limitPrice ?Order ?Money) means that ?Money is the limit price 
for the limit order ?Order.  If ?Order is a buy order, then ?Money specifies the maximum price
to be paid.  If ?Order is a sell order, then ?Money specifies the minimum price to be paid.</rdfs:comment>
    <rdfs:domain rdf:resource="#LimitOrder"/>
    <rdfs:range rdf:resource="#CurrencyMeasure"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="income">
    <rdfs:domain rdf:resource="#CognitiveAgent"/>
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CurrencyMeasure"/>
          <owl:Class rdf:about="#TimeInterval"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%income ?Agent ?Money ?Period) means that 
?Money is the amount of money or its equivalent received during a period 
of time in exchange for labor or services, from the sale of goods or 
property, or as profit from financial investments</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="telephoneNumber">
    <rdfs:domain rdf:resource="#SymbolicString"/>
    <rdfs:range rdf:resource="#CognitiveAgent"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="maturityDate">
    <rdfs:domain rdf:resource="#FinancialAccount"/>
    <rdfs:range rdf:resource="#Day"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The date on which the principal amount of the account 
becomes due and payable.</rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="afterTaxIncome">
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#IntentionalProcess"/>
          <owl:Class rdf:about="#CurrencyMeasure"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
    <rdfs:domain rdf:resource="#Human"/>
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:ID="incomeEarned"/>
    </rdfs:subPropertyOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%afterTaxIncome ?Agent ?Money ?Action) 
means that ?Money is the income of ?Agent for performing ?Action after 
taxes have been subtracted.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="bondRating">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A measure of the quality and safety of a bond, 
based on the issuer's financial condition.  More specifically, an 
evaluation from a rating service indicates the likelihood that a debt 
issuer will be able to meet scheduled interest and principal repayments.  
Typically, AAA is highest (best), and D is lowest (worst).</rdfs:comment>
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:ID="attribute"/>
    </rdfs:subPropertyOf>
    <rdfs:domain rdf:resource="#Bond"/>
    <rdfs:range rdf:resource="#FinancialRating"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="minimumPayment">
    <rdfs:domain rdf:resource="#LiabilityAccount"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The smallest amount which can be paid on a revolving 
charge account to avoid a penalty.</rdfs:comment>
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CurrencyMeasure"/>
          <owl:Class rdf:about="#TimeDuration"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="effectiveDate">
    <rdfs:domain rdf:resource="#Contract"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Legal date an agreement or document goes into force.</rdfs:comment>
    <rdfs:range rdf:resource="#Day"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="confirmationNumber">
    <rdfs:range rdf:resource="#FinancialTransaction"/>
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:ID="uniqueIdentifier"/>
    </rdfs:subPropertyOf>
    <rdfs:domain rdf:resource="#SymbolicString"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%confirmationNumber ?String ?Transaction) means that 
the &amp;%SymbolicString ?String uniquely identifies the &amp;%FinancialTransaction ?Transaction.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="stockSymbol">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A unique symbol assigned to a security. NYSE and 
AMEX listed stocks have symbols of three characters or less. NASDAQ-listed 
securities have four or five characters.</rdfs:comment>
    <rdfs:range rdf:resource="#Stock"/>
    <rdfs:subPropertyOf rdf:resource="#uniqueIdentifier"/>
    <rdfs:domain rdf:resource="#SymbolicString"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="taxDeferredIncome">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Income whose taxes can be postponed 
until a later date.  Examples include money invested in an IRA, 401(k), 
Keogh Plan, annuity, Savings Bond and Employee Stock Ownership Plan.</rdfs:comment>
    <rdfs:domain rdf:resource="#Human"/>
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#incomeEarned"/>
    </rdfs:subPropertyOf>
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CurrencyMeasure"/>
          <owl:Class rdf:about="#IntentionalProcess"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="dayPhone">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%dayPhone ?Phone ?Agent) means that ?Phone is a phone 
number corresponding to a location where ?Agent can be reached during the day.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#telephoneNumber"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="optionHolder">
    <rdfs:subPropertyOf>
      <owl:FunctionalProperty rdf:ID="agreementMember"/>
    </rdfs:subPropertyOf>
    <rdfs:domain rdf:resource="#Option"/>
    <rdfs:range rdf:resource="#CognitiveAgent"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%optionHolder ?Option ?Agent) means that 
?Agent is the holder of the option.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="downPayment">
    <rdfs:domain rdf:resource="#Loan"/>
    <rdfs:range rdf:resource="#CurrencyMeasure"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The part of the purchase price paid in cash up front, 
reducing the amount of the loan or mortgage</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="availableCash">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%availableCash ?Account ?Day ?Cash) holds if 
?Cash is the cash amount available for withdrawal from the &amp;%FinancialAccount 
?Account.</rdfs:comment>
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:ID="availableBalance"/>
    </rdfs:subPropertyOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="emailAddress">
    <rdfs:domain rdf:resource="#SymbolicString"/>
    <rdfs:subPropertyOf rdf:resource="#uniqueIdentifier"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%emailAddress ?Address ?Agent) means that ?Address 
is an electronic address where ?Agent can be reached.</rdfs:comment>
    <rdfs:range rdf:resource="#Agent"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="date">
    <rdfs:domain rdf:resource="#SymbolicString"/>
    <rdfs:range rdf:resource="#Day"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="originalBalance">
    <rdfs:range rdf:resource="#CurrencyMeasure"/>
    <rdfs:domain rdf:resource="#FinancialAccount"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%originalBalance ?ACCOUNT ?BALANCE) means that 
?BALANCE is the balance of the account at the time the account is opened.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="issuedBy">
    <rdfs:range rdf:resource="#CognitiveAgent"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%issuedBy ?Instrument ?Agent) means that a 
&amp;%FinancialInstrument ?Instrument is produced and offered by ?Agent.</rdfs:comment>
    <rdfs:domain rdf:resource="#FinancialInstrument"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="currentInterestRate">
    <rdfs:domain rdf:resource="#FinancialAccount"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%currentInterestRate ?Account ?Day ?Rate) 
means that ?Rate is the interest rate of the Account on a specific day ?Day.</rdfs:comment>
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Day"/>
          <owl:Class rdf:about="#CurrencyMeasure"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="closingPrice">
    <rdfs:domain rdf:resource="#Stock"/>
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CurrencyMeasure"/>
          <owl:Class rdf:about="#Day"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%closingPrice ?Stock ?Amount ?Day) means that the closing 
price of the &amp;%Stock ?Stock on the &amp;%Day ?Day was ?Amount.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="amountCharged">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%amountCharged ?Fee ?Amount) means that ?Amount is the amount of 
the fee charged.</rdfs:comment>
    <rdfs:range rdf:resource="#CurrencyMeasure"/>
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:ID="transactionAmount"/>
    </rdfs:subPropertyOf>
    <rdfs:domain rdf:resource="#ChargeAFee"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="yieldLevel">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Relates a &amp;%FinancialAccount to the yield level (i.e. the type of profit) 
which can be expected from the account.</rdfs:comment>
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:ID="property"/>
    </rdfs:subPropertyOf>
    <rdfs:domain rdf:resource="#FinancialAccount"/>
    <rdfs:range rdf:resource="#YieldAttribute"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="statementPeriod">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%statementPeriod ?Statement ?Period) means that 
?Period is the time period covered by the &amp;%BankStatement ?Statement.</rdfs:comment>
    <rdfs:domain rdf:resource="#BankStatement"/>
    <rdfs:range rdf:resource="#TimeInterval"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="financialAsset">
    <rdfs:range rdf:resource="#Object"/>
    <rdfs:domain rdf:resource="#Agent"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A predicate that relates an &amp;%Agent to any item of 
economic value owned by the &amp;%Agent.  Examples of financial assets are cash, 
securities, accounts receivable, inventory, office equipment, a house, a car, and 
other property.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="accuredInterest">
    <rdfs:domain rdf:resource="#Bond"/>
    <rdfs:range rdf:resource="#CurrencyMeasure"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The accumulated coupon interest, paid to the seller of a 
bond by the buyer unless the bond is in default.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="customerRepresentative">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%customerRepresentative 
?PERSON1 ?PERSON2 ?ORG) means that ?PERSON1 acts as a representative 
of &amp;%Organization ?ORG in a &amp;%SocialInteraction involving ?PERSON2.</rdfs:comment>
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CognitiveAgent"/>
          <owl:Class rdf:about="#Organization"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
    <rdfs:domain rdf:resource="#CognitiveAgent"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="cardCode">
    <rdfs:subPropertyOf rdf:resource="#uniqueIdentifier"/>
    <rdfs:range rdf:resource="#BankCard"/>
    <rdfs:domain rdf:resource="#SymbolicString"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%cardCode ?Code ?Card) means that ?Code is the 
the account number of the &amp;%BankCard ?Card.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="amountDue">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%amountDue ?ACCOUNT ?AMOUNT ?DATE) means ?DATE is the 
date on which the amount of Money ?AMOUNT of a particular ?ACCOUNT is due and payable</rdfs:comment>
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CurrencyMeasure"/>
          <owl:Class rdf:about="#TimePosition"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
    <rdfs:domain rdf:resource="#FinancialAccount"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="riskLevel">
    <rdfs:domain rdf:resource="#Investing"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Relates an instance of &amp;%Investing to the level of risk associated 
with the investment.</rdfs:comment>
    <rdfs:range rdf:resource="#RiskAttribute"/>
    <rdfs:subPropertyOf rdf:resource="#property"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="optionSeller">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%optionSeller ?Option ?Agent) means that 
?Agent is the writer of the option.</rdfs:comment>
    <rdfs:subPropertyOf>
      <owl:FunctionalProperty rdf:about="#agreementMember"/>
    </rdfs:subPropertyOf>
    <rdfs:domain rdf:resource="#Option"/>
    <rdfs:range rdf:resource="#CognitiveAgent"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="periodicPayment">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%periodicPayment ?Account ?Amount ?Period) holds if
?Amount is the amount that must be made from the &amp;%FinancialAccount ?Account after every 
period of duration ?Period.</rdfs:comment>
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CurrencyMeasure"/>
          <owl:Class rdf:about="#TimeDuration"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
    <rdfs:domain rdf:resource="#FinancialAccount"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="fixedInterestRate">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%fixedInterestRate ?Account ?Rate) holds if 
?Rate is the interest rate that does not change during the entire term of the 
account.</rdfs:comment>
    <rdfs:domain rdf:resource="#FinancialAccount"/>
    <rdfs:range rdf:resource="#CurrencyMeasure"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="dividend">
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CurrencyMeasure"/>
          <owl:Class rdf:about="#TimeInterval"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
    <rdfs:domain rdf:resource="#Stock"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A taxable payment declared by a company's board of directors 
and given to its &amp;%shareHolders out of the company's current or retained earnings. 
A dividend is usually given as cash, but it can also take the form of &amp;%Stock or 
other property.  (&amp;%dividend ?Stock ?Amount ?Time) means that ?Amount is the amount of 
the dividend payed on the &amp;%Stock ?Stock over the time frame ?Time.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="customer">
    <rdfs:range rdf:resource="#Organization"/>
    <rdfs:domain rdf:resource="#CognitiveAgent"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A very general relation that exists whenever there
is a &amp;%CommercialService between an &amp;%Agent and an &amp;%Organization such that 
the &amp;%Organization is the &amp;%agent of the &amp;%CommercialService and the &amp;%Agent 
is the &amp;%destination of the &amp;%CommercialService.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="transactionRequest">
    <rdfs:domain rdf:resource="#FinancialTransaction"/>
    <rdfs:range rdf:resource="#FinancialInstrument"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%transactionRequest ?Transaction ?Instument) 
means that the &amp;%FinancialInstrument ?Instrument is a request in the &amp;%FinancialTransaction 
?Transaction.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="marketValueAmount">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%marketvalueAmount ?Account ?Day ?Amount) holds 
if ?Amount is the market value amount of the &amp;%FinancialAccount ?Account on the &amp;%Day 
?Day.</rdfs:comment>
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#availableBalance"/>
    </rdfs:subPropertyOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="strikePrice">
    <rdfs:domain rdf:resource="#FinancialInstrument"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The specified price on an option contract at 
which the contract may be exercised, whereby a call option buyer can buy 
the underlier or a put option buyer can sell the underlier.</rdfs:comment>
    <rdfs:range rdf:resource="#CurrencyMeasure"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="transactionResponce">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%transactionResponse ?Transaction ?Instument) 
means that the &amp;%FinancialInstrument ?Instrument is a response to the &amp;%FinancialTransaction 
?Transaction.</rdfs:comment>
    <rdfs:domain rdf:resource="#FinancialTransaction"/>
    <rdfs:range rdf:resource="#FinancialInstrument"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="creditsPerPeriod">
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CurrencyMeasure"/>
          <owl:Class rdf:about="#TimeInterval"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
    <rdfs:domain rdf:resource="#FinancialAccount"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%creditsPerPeriod ?Account ?Amount ?Period) 
holds if ?Amount is the amount credited to the &amp;%FinancialAccount ?Account during 
the time period ?Period.</rdfs:comment>
    <rdfs:subPropertyOf>
      <owl:FunctionalProperty rdf:ID="agreementPeriod"/>
    </rdfs:subPropertyOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="underlier">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%underlier ?Option ?Instrument) means that 
?Instrument is a security which is subject to delivery upon exercise of 
?Option.</rdfs:comment>
    <rdfs:range rdf:resource="#FinancialInstrument"/>
    <rdfs:domain rdf:resource="#Option"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="represents"/>
  <owl:ObjectProperty rdf:ID="statementAccount">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%statementAccount ?Statement ?Account) means 
that ?Account is the account corresponding to the &amp;%BankStatement ?Statement.</rdfs:comment>
    <rdfs:domain rdf:resource="#BankStatement"/>
    <rdfs:range rdf:resource="#FinancialAccount"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="accountNumber">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%accountNumber ?String ?Account) means that ?String is the 
unique identifier for the &amp;%FinancialAccount ?Account.</rdfs:comment>
    <rdfs:domain rdf:resource="#SymbolicString"/>
    <rdfs:subPropertyOf rdf:resource="#uniqueIdentifier"/>
    <rdfs:range rdf:resource="#FinancialAccount"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="splitFor">
    <rdfs:range rdf:resource="#CurrencyMeasure"/>
    <rdfs:domain rdf:resource="#StockSplit"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="overDraft">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The amount by which withdrawals exceed deposits.</rdfs:comment>
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CurrencyMeasure"/>
          <owl:Class rdf:about="#Day"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
    <rdfs:domain rdf:resource="#FinancialAccount"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="dailyLimit">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%dailyLimit ?Account ?TransactionType ?Amount) 
means that ?Amount is the daily limit of the ?Account for the type of 
&amp;%FinancialTransactions ?TransactionType.</rdfs:comment>
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#FinancialTransaction"/>
          <owl:Class rdf:about="#CurrencyMeasure"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
    <rdfs:domain rdf:resource="#FinancialAccount"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="premium">
    <rdfs:range rdf:resource="#CurrencyMeasure"/>
    <rdfs:domain rdf:resource="#Option"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Total price of an option.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="loanFee">
    <rdfs:domain rdf:resource="#Loan"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%loanFeeAmount ?Loan ?Amount) means that 
?Amount is the fee charged on the Loan ?Loan.</rdfs:comment>
    <rdfs:range rdf:resource="#CurrencyMeasure"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="bidPrice">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(bidPrice ?Obj ?Money ?Agent) means that ?Agent offers to buy 
?Obj for the amount of ?Money.</rdfs:comment>
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CurrencyMeasure"/>
          <owl:Class rdf:about="#Agent"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
    <rdfs:domain rdf:resource="#Object"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#incomeEarned">
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CurrencyMeasure"/>
          <owl:Class rdf:about="#IntentionalProcess"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%incomeEarned ?Agent ?Money ?Action) means 
that ?Agent earned the amount of money ?Money from performing ?Action.  Note 
that &amp;%incomeEarned denotes that amount of money made before taxes are 
deducted.</rdfs:comment>
    <rdfs:domain rdf:resource="#CognitiveAgent"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="creditLimit">
    <rdfs:domain rdf:resource="#CreditAccount"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%creditLimit ?ACCOUNT ?AMNT) holds if ?AMNT is the 
maximum amount of credit that a bank or other lender will extend to a customer.</rdfs:comment>
    <rdfs:range rdf:resource="#CurrencyMeasure"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="pin">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%pin ?PIN ?Card) means that ?PIN is a personal identification 
number linked to the ?Card.</rdfs:comment>
    <rdfs:range rdf:resource="#BankCard"/>
    <rdfs:domain rdf:resource="#SymbolicString"/>
    <rdfs:subPropertyOf rdf:resource="#represents"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="orderFor">
    <rdfs:domain rdf:resource="#FinancialOrder"/>
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#FinancialTransaction"/>
          <owl:Class rdf:about="#Share"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%orderFor ?Order ?Transaction ?Security) means that the content of ?Order 
is to realize an instance of ?Transaction where ?Security is the patient of ?Transaction.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="profit">
    <rdfs:range rdf:resource="#CurrencyMeasure"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The positive gain from an investment or business operation after 
subtracting for all expenses.</rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:domain rdf:resource="#FinancialTransaction"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#transactionAmount">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:range rdf:resource="#CurrencyMeasure"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%transactionAmount ?Transaction ?Amount) means 
that ?Amount is an instance of &amp;%CurrencyMeasure being exhanged in a 
&amp;%FinancialTransaction ?Transaction.</rdfs:comment>
    <rdfs:domain rdf:resource="#FinancialTransaction"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="netWorth">
    <rdfs:domain rdf:resource="#CognitiveAgent"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Total assets minus total liabilities of an individual or company.</rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Day"/>
          <owl:Class rdf:about="#CurrencyMeasure"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="minimumBalance">
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CurrencyMeasure"/>
          <owl:Class rdf:about="#FinancialTransaction"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%minimumBalance ?Account ?ActivityType ?Amount) 
means that ?Amount is the minimum amount required by the type of 
&amp;%FinancialTransaction ?ActivityType.</rdfs:comment>
    <rdfs:domain rdf:resource="#FinancialAccount"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="loanForPurchase">
    <rdfs:range rdf:resource="#Object"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%loanForPurchase ?ACCOUNT ?PRODUCT) means that ?ACCOUNT is a 
loan to finance the purchase of ?PRODUCT.</rdfs:comment>
    <rdfs:domain rdf:resource="#Loan"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="callDate">
    <rdfs:domain rdf:resource="#Bond"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Date, prior to maturity, on which a callable bond 
may be redeemed.</rdfs:comment>
    <rdfs:range rdf:resource="#Day"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="dateOfStatement">
    <rdfs:range rdf:resource="#Day"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%dateOfStatement ?Statement ?Date) holds if 
?Date is the date when the &amp;%BankStatement ?Statement was issued.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="checkAccount">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%checkAccount ?Check ?Account) means that ?Account 
is the &amp;%FinancialAccount from which the amount specifed on the check is paid.</rdfs:comment>
    <rdfs:range rdf:resource="#FinancialAccount"/>
    <rdfs:domain rdf:resource="#Check"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="compoundInterest">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%compoundInterest ?Account ?Amount ?Time) means 
that ?Amount is the interest which is calculated not only on the initial principal 
but also the accumulated interest of prior periods. Compound interest can be 
calculated annually, semi-annually, quartely, monthly, or daily.</rdfs:comment>
    <rdfs:domain rdf:resource="#FinancialAccount"/>
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CurrencyMeasure"/>
          <owl:Class rdf:about="#TimeInterval"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="interestEarned">
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CurrencyMeasure"/>
          <owl:Class rdf:about="#TimeInterval"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%interestEarned ?Account ?Interest ?Period) means 
that ?Interest is the amount earned on the &amp;%FinancialAccount ?Account, for the 
duration ?Period.</rdfs:comment>
    <rdfs:domain rdf:resource="#FinancialAccount"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="currentAccountBalance">
    <rdfs:domain rdf:resource="#FinancialAccount"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%currentAccountBalance ?Account ?Date ?Amount) means that ?Amount is the balance of the FinancialAccount ?Account as of the date 
?Date.</rdfs:comment>
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CurrencyMeasure"/>
          <owl:Class rdf:about="#Day"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="atTheMoney">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A term that describes an option with a strike 
price that is equal to the current market price of the underlying stock.</rdfs:comment>
    <rdfs:range rdf:resource="#TimePosition"/>
    <rdfs:domain rdf:resource="#Option"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="floorLoan">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A minimum amount that a lender is willing to loan</rdfs:comment>
    <rdfs:range rdf:resource="#CurrencyMeasure"/>
    <rdfs:domain rdf:resource="#Loan"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="price">
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CurrencyMeasure"/>
          <owl:Class rdf:about="#Agent"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:domain rdf:resource="#Object"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%price ?Obj ?Money ?Agent) means that ?Agent pays the amount of 
money ?Money for ?Obj.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="inTheMoney">
    <rdfs:range rdf:resource="#TimePosition"/>
    <rdfs:domain rdf:resource="#Option"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A call option is in the money if the stock 
price is above the strike price.  A put option is in the money if the 
stock price is below the strike price.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="liquidity">
    <rdfs:subPropertyOf rdf:resource="#property"/>
    <rdfs:domain rdf:resource="#FinancialAccount"/>
    <rdfs:range rdf:resource="#LiquidityAttribute"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Degree to which accounts can be easily converted to cash.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="marginBalance">
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#availableBalance"/>
    </rdfs:subPropertyOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%marginBalanceAmount ?Account ?Day ?Amount) 
holds if ?Amount is the margin balance amount of the &amp;%FinancialAccount ?Account 
on the &amp;%Day ?Day.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="employeeContribution">
    <rdfs:domain rdf:resource="#Human"/>
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CurrencyMeasure"/>
          <owl:Class rdf:about="#TimeInterval"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An individual's contribution to his/her 
own retirement plan, often tax-deferred.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="serviceFee">
    <rdfs:subPropertyOf rdf:resource="#periodicPayment"/>
    <rdfs:domain rdf:resource="#FinancialOrganization"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A charge to the customer levied by a &amp;%FinancialOrganization 
for a &amp;%FinancialTransaction, such as &amp;%OpeningAnAccount or &amp;%UsingAnAccount.</rdfs:comment>
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#FinancialTransaction"/>
          <owl:Class rdf:about="#CurrencyMeasure"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="debitsPerPeriod">
    <rdfs:domain rdf:resource="#FinancialAccount"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%debitsPerPeriod ?Account ?Amount ?Period) 
holds if ?Amount is the amount debited to the &amp;%FinancialAccount ?Account during the 
time period ?Period.  Note that debits to a &amp;%FinancialAccount cover any negative 
flow from the account, e.g. payments, purchases, etc.</rdfs:comment>
    <rdfs:subPropertyOf>
      <owl:FunctionalProperty rdf:about="#agreementPeriod"/>
    </rdfs:subPropertyOf>
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CurrencyMeasure"/>
          <owl:Class rdf:about="#TimeInterval"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="faceValue">
    <rdfs:range rdf:resource="#CurrencyMeasure"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The nominal dollar amount assigned to a security by the issuer. 
For an equity security, par is usually a very small amount that bears no relationship to 
its market price, except for preferred stock, in which case par is used to calculate dividend 
payments. For a debt security, par is the amount repaid to the investor when the bond matures 
(usually, corporate bonds have a par value of $1000, municipal bonds $5000, and federal bonds 
$10,000).</rdfs:comment>
    <rdfs:domain rdf:resource="#Object"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="eveningPhone">
    <rdfs:subPropertyOf rdf:resource="#telephoneNumber"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%eveningPhone ?Phone ?Agent) means that ?Phone 
is a phone number corresponding to a location where ?Agent can be reached 
during the evening.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="insured">
    <rdfs:domain rdf:resource="#Contract"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(insured ?Contract ?Org) means that ?Contract is insured 
by the ?Organization.</rdfs:comment>
    <rdfs:range rdf:resource="#Organization"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="shortBalance">
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#availableBalance"/>
    </rdfs:subPropertyOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%shortBalanceAmount ?Account ?Day ?Amount) 
holds if ?Amount is the short balance amount of the &amp;%FinancialAccount ?Account 
on the &amp;%Day ?Day.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="stockHolder">
    <rdfs:domain rdf:resource="#Stock"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%stockHolder ?Stock ?Agent) means that ?Agent possesses 
the &amp;%Stock ?Stock.</rdfs:comment>
    <rdfs:range rdf:resource="#CognitiveAgent"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#availableBalance">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%availableBalance ?Account ?Day ?Amount) means 
that ?Amount is the balance which is available for withdrawal from the &amp;%FinancialAccount 
?Account on the &amp;%Day ?Day.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#currentAccountBalance"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="potentialLoss">
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Investing"/>
          <owl:Class rdf:about="#CurrencyMeasure"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The maximum amount of money the Agent can lose in this sort 
of investment.</rdfs:comment>
    <rdfs:domain rdf:resource="#CognitiveAgent"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="checkNumer">
    <rdfs:range rdf:resource="#Check"/>
    <rdfs:domain rdf:resource="#SymbolicString"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%checkNumber ?String ?Check) means that ?String is the 
unique identifier for the &amp;%Check ?Check.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#uniqueIdentifier"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="primeInterestRate">
    <rdfs:range rdf:resource="#CurrencyMeasure"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The interest rate that commercial banks charge 
their most creditworthy borrowers, such as large corporations.  The prime rate is 
a lagging indicator.</rdfs:comment>
    <rdfs:domain rdf:resource="#Day"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="statementInterest">
    <rdfs:domain rdf:resource="#BankStatement"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%statementInterest ?Statement ?Amount) holds 
if ?Amount is the amount of interest shown on the &amp;%BankStatement ?Statement.</rdfs:comment>
    <rdfs:range rdf:resource="#CurrencyMeasure"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="askPrice">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(askPrice ?Obj ?Money ?Agent) means that ?Agent offers to sell 
?Obj for the amount of ?Money.</rdfs:comment>
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CurrencyMeasure"/>
          <owl:Class rdf:about="#Agent"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
    <rdfs:domain rdf:resource="#Object"/>
  </owl:ObjectProperty>
  <owl:FunctionalProperty rdf:ID="lender">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%lender ?Loan ?Agent) means that ?Agent is a private, public or 
institutional entity that put up the funds for the ?Loan.</rdfs:comment>
    <rdfs:domain rdf:resource="#Loan"/>
    <rdfs:range rdf:resource="#CognitiveAgent"/>
    <rdfs:subPropertyOf>
      <owl:FunctionalProperty rdf:about="#agreementMember"/>
    </rdfs:subPropertyOf>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="couponInterest">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%couponInterest ?BOND ?INTEREST) means that ?INTEREST is 
the periodic interest payment made to bondholders during the life of the ?BOND.</rdfs:comment>
    <rdfs:range rdf:resource="#CurrencyMeasure"/>
    <rdfs:domain rdf:resource="#Bond"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="cardAccount">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%cardAccount ?Card ?Account) means that ?Account is 
the &amp;%FinancialAccount linked to a BankCard ?Card.</rdfs:comment>
    <rdfs:range rdf:resource="#FinancialAccount"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:domain rdf:resource="#BankCard"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="#agreementPeriod">
    <rdfs:domain rdf:resource="#Contract"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%agreementPeriod ?Agreement ?Period) holds if 
?Period specifies a Time interval during which ?Agreement is in force.</rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:range rdf:resource="#TimeInterval"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="shareOf">
    <rdfs:range rdf:resource="#Corporation"/>
    <rdfs:domain rdf:resource="#Stock"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%stockOf ?Stock ?Corporation) means that ?Stock is issued by the 
&amp;%Corporation ?Corporation.</rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="signedBy">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%signedBy ?Instrument ?Agent) means that ?Instrument 
has been signed by ?Agent.</rdfs:comment>
    <rdfs:domain rdf:resource="#FinancialInstrument"/>
    <rdfs:range rdf:resource="#CognitiveAgent"/>
    <rdfs:subPropertyOf rdf:resource="#date"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="financialAccount">
    <rdfs:subPropertyOf>
      <owl:FunctionalProperty rdf:about="#agreementMember"/>
    </rdfs:subPropertyOf>
    <rdfs:range rdf:resource="#FinancialOrganization"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:domain rdf:resource="#FinancialAccount"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%financialAccount ?ACCOUNT ?ORG) means that ?ACCOUNT is a 
financial account opened at the &amp;%FinancialOrganization ?ORG.</rdfs:comment>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="securedBy">
    <rdfs:range rdf:resource="#Object"/>
    <rdfs:domain rdf:resource="#FinancialAccount"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Assets pledged by a borrower to secure a loan or other credit, and subject to seizure in the event of &amp;%FinancialDefault.</rdfs:comment>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="borrower">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:domain rdf:resource="#Loan"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%borrower ?Loan ?Agent) means that ?Agent is a borrower of the ?Loan</rdfs:comment>
    <rdfs:range rdf:resource="#CognitiveAgent"/>
    <rdfs:subPropertyOf>
      <owl:FunctionalProperty rdf:about="#agreementMember"/>
    </rdfs:subPropertyOf>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="principalAmount">
    <rdfs:domain rdf:resource="#FinancialAccount"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:range rdf:resource="#CurrencyMeasure"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%principalAmount ?ACCOUNT ?BALANCE) means 
that ?BALANCE is the amount originally borrowed (excluding interest).</rdfs:comment>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="accountHolder">
    <rdfs:subPropertyOf>
      <owl:FunctionalProperty rdf:about="#agreementMember"/>
    </rdfs:subPropertyOf>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%accountHolder ?Account ?Agent) means that ?Agent 
is the account holder of the &amp;%FinancialAccount ?Account.</rdfs:comment>
    <rdfs:domain rdf:resource="#FinancialAccount"/>
    <rdfs:range rdf:resource="#CognitiveAgent"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="simpleInterest">
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CurrencyMeasure"/>
          <owl:Class rdf:about="#TimeInterval"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:domain rdf:resource="#FinancialAccount"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%simpleInterest ?Account ?Amount ?Time) means 
that ?Amount is the interest calculated on a principal sum, not compounded on 
earned interest, for the duration ?Time.</rdfs:comment>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="#agreementMember">
    <rdfs:domain rdf:resource="#Contract"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(&amp;%agreementMember ?Agreement ?Agent) means that 
?Agent is one of the participants of the &amp;%Contract ?Agreement.</rdfs:comment>
    <rdfs:range rdf:resource="#CognitiveAgent"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:FunctionalProperty>
  <LiquidityAttribute rdf:ID="HighLiquidity">
    <owl:differentFrom>
      <LiquidityAttribute rdf:ID="LowLiquidity">
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >An &amp;%Attribute of &amp;%FinancialAccounts which cannot be easily 
converted to cash.</rdfs:comment>
        <owl:differentFrom rdf:resource="#HighLiquidity"/>
      </LiquidityAttribute>
    </owl:differentFrom>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An &amp;%Attribute of &amp;%FinancialAccounts which can be easily 
converted to cash.</rdfs:comment>
  </LiquidityAttribute>
  <FinancialRating rdf:ID="BRating">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A mid-range rating given by bond rating agencies.</rdfs:comment>
  </FinancialRating>
  <FinancialRating rdf:ID="DRating">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The lowest rating given by bond rating agencies.</rdfs:comment>
  </FinancialRating>
  <BankCardAttribute rdf:ID="ValidCardAttribute">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The &amp;%Attribute indicating that a &amp;%BankCard is valid, 
i.e. can be used to purchase goods and services.</rdfs:comment>
  </BankCardAttribute>
  <FinancialRating rdf:ID="AAARating">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The highest rating given by bond rating agencies.</rdfs:comment>
  </FinancialRating>
  <YieldAttribute rdf:ID="HighYield">
    <owl:differentFrom>
      <YieldAttribute rdf:ID="LowYield">
        <owl:differentFrom rdf:resource="#HighYield"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >An &amp;%Attribute that characterizes accounts that are not very profitable.</rdfs:comment>
      </YieldAttribute>
    </owl:differentFrom>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An &amp;%Attribute that characterizes accounts that are very profitable.</rdfs:comment>
  </YieldAttribute>
  <RiskAttribute rdf:ID="HighRisk">
    <owl:differentFrom>
      <RiskAttribute rdf:ID="LowRisk">
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >An &amp;%Attribute that characterizes investments which are not 
likely to lose their principal.</rdfs:comment>
        <owl:differentFrom rdf:resource="#HighRisk"/>
      </RiskAttribute>
    </owl:differentFrom>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An &amp;%Attribute that characterizes investments which are likely 
to lose their principal.</rdfs:comment>
  </RiskAttribute>
  <BankCardAttribute rdf:ID="ExpiredCard">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The &amp;%Attribute indicating that a &amp;%BankCard is expired, 
i.e. cannot be used to purchase goods and services.</rdfs:comment>
  </BankCardAttribute>
  <FinancialRating rdf:ID="CRating">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A mid-range rating given by bond rating agencies.</rdfs:comment>
  </FinancialRating>
</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 1.3, Build 188)  http://protege.stanford.edu -->
