Browsing Interface : Welcome guest : log in
Home |  Graph |  LogLearn |  Editor |  ]  KB:  Language: 
  Formal Language: 



KB Term:  Term intersection
English Word: 

  ProfitSharingPlan

Sigma KEE - ProfitSharingPlan
ProfitSharingPlan(profit sharing plan)

appearance as argument number 1
-------------------------


(subclass ProfitSharingPlan PensionPlan) FinancialOntology.kif 1224-1224 Profit sharing plan is a subclass of pension plan
(documentation ProfitSharingPlan EnglishLanguage "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.") FinancialOntology.kif 1225-1227 Profit sharing plan is a subclass of pension plan

appearance as argument number 2
-------------------------


(termFormat EnglishLanguage ProfitSharingPlan "profit sharing plan") domainEnglishFormat.kif 47623-47623
(termFormat ChineseTraditionalLanguage ProfitSharingPlan "利潤分享計劃") domainEnglishFormat.kif 47624-47624
(termFormat ChineseLanguage ProfitSharingPlan "利润分享计划") domainEnglishFormat.kif 47625-47625

antecedent
-------------------------


(=>
    (and
        (instance ?PSP ProfitSharingPlan)
        (accountHolder ?PSP ?H)
        (employs ?O ?H)
        (profit ?A
            (MeasureFn ?P ?U))
        (instance ?U UnitOfCurrency)
        (agent ?A ?O))
    (exists (?C ?PAY)
        (and
            (instance ?PAY FinancialTransaction)
            (transactionAmount ?PAY
                (MeasureFn ?C ?U))
            (lessThan ?C ?P)
            (destination ?PAY ?PSP))))
FinancialOntology.kif 1229-1244 If All of the following hold: (1) X is an instance of profit sharing plan (2) Y holds account X (3) Z employs Y (4) the profit from W is V U(s) (5) U is an instance of unit of currency (6) Z is an agent of W, then there exist T and S such that S is an instance of financial transaction and T U(s) is a transaction amount of S and T is less than V and S ends up at X


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners