ftp.nice.ch/Attic/openStep/tools/business/Annuity.2.0.w.I.bs.tgz#/Annuity.2.0.w.NT.bs/Source/Anuity.h

This is Anuity.h in view mode; [Download] [Up]

#import <AppKit/AppKit.h>

@interface Anuity : NSObject
{
    id capitalSlide;
    id capitalTxt;
    id chmtMatrix;
    id dureeSld;
    id dureeTxt;
    id periodeSld;
    id pmntSld;
    id pmntTxt;
    id tauxSld;
    id tauxTxt;
    id futurValueTxt;
}
- (void)chmtMatrixDidChange:(id)sender;
- (void)periodeDidChange:(id)sender;

- (void)updatedCapitalTxt:(id)sender;
- (void)updatedTauxTxt:(id)sender;
- (void)updatedDureeTxt:(id)sender;
- (void)updatedPmntTxt:(id)sender;
- (void)updatedCapitalSld:(id)sender;
- (void)updatedTauxSld:(id)sender;
- (void)updatedDureeSld:(id)sender;
- (void)updatedPmntSld:(id)sender;

- (void)updateValue;

- (double)m;
- (double)tauxNormalise;
- (double)tauxSemestrielFromNormalise:(double) i;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.